ddandre

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Author
    Replies
  • in reply to: Docs not available #127906
    ddandre
    Participant

    As reported at the time, the docs are again not accessible.

    in reply to: Search function and SQL query #127900
    ddandre
    Participant

    OK. I have found my mistake.

    i sort by a column that is in the table but not in the select-statement.

    E.g.

    SQL
    SELECT col1, col2, col3, col8, col9 WHERE col8=1234 ORDER BY col11 DESC;

    this is not working with toolbar search, since the system build the following query:

    SQL
    SELECT * FROM ( SELECT col1, col2, col3, col8, col9 WHERE col8=1234 ORDER BY col11 DESC) gridsearch WHERE (col1 LIKE ?) ORDER BY col11 desc LIMIT 0, 100

    in reply to: Is this project still alive? #127899
    ddandre
    Participant

    Sounds promising.
    Thanks for the answer.

    in reply to: Docs not available #127898
    ddandre
    Participant

    Ahh.

    The links are copied from the page you suggest.
    Now the links work again.

    in reply to: Fixed Column width in responsive design #126786
    ddandre
    Participant

    i will answer myself 😀

    use the colmodel option “fixed” => true.

     

    in reply to: customize export buttons #126706
    ddandre
    Participant

    that is it. Thanks for fast response.

    in reply to: Formating #126657
    ddandre
    Participant

    PHP 7.1.9.

    so should look like: https://s14.postimg.org/sbasm41fl/screenshot2.png

    in reply to: Formating #126653
    ddandre
    Participant

    the classic german notation dd.mm.yyyy.

    the format is right in the pdf but the date itself is wrong.

    • This reply was modified 5 years, 9 months ago by ddandre.
    in reply to: Formating #126647
    ddandre
    Participant

    OK. But it doesnt work for me. See Screenshot https://s14.postimg.org/tpyl5z8rl/screenshot.png

    in reply to: Formating #126642
    ddandre
    Participant

    Thanks. That works fine.
    But the date fields are still in wrong format if i export to pdf.

    in reply to: Formating #126633
    ddandre
    Participant

    i will try to explain better.

    i have an column with an date in my grid with the following code:

    All data is stored in in mysql database. the col with the date ist stored as the standard mysql type ‘date’.

    All work fine so far. the date appears as YYYY-MM-DD, the html inputfield (type=”date”) use this format and the database use this format also. But in Germany we have DD.MM.YYYY as notation for date.

    So I just want to format the date for the output in the grid in german notation. Otherwise, both in the editform and in the database the date format should be used “raw”.

    I hope despite my bad English, I could explain my request.

    • This reply was modified 5 years, 10 months ago by ddandre.
    in reply to: REQUEST form edit input type #126627
    ddandre
    Participant

    OK.
    Is an exact date for release known?

    in reply to: Formating #126603
    ddandre
    Participant

    exacly. i have to format the grid and form edit field diffrently. to be precise, I would like to format a field in the grid and unformated it in the form field.

    in reply to: header alignment #126349
    ddandre
    Participant

    Thanks.

    is there an method in php?

    in reply to: row format depending on col value #126071
    ddandre
    Participant

    Works fine. thx

Viewing 15 replies - 1 through 15 (of 24 total)

Stay connected with us in your favorite flavor!