Search results

  1. S

    max-width listbox

    Hi, does anybody now how to set a max-width parameter to listboxes? My listbox items are taken form db and may contain longer texts, so I'd like to cut them after x characters or pixel, because else-wise the listbox becomes very wide... thanks in advance skap
  2. S

    Why "double" execution of SELECT query?

    Hey Everybody, can anybody tell me why the SELECT query (on the target table) is executed twice, when a table is displayed on home view? I recognized that the first query is ORDERed BY and LIMITed and the second is not (which means that dadabik request the whole table with all foreign key...
  3. S

    disable ordering (results view)

    Hi, does anybody know if it's possible to disable the initial ordering of results view (and how to do that). Why? Because of bad performance! thanks skap
  4. S

    mysql query efficiency

    Hey, is there a reason why always the complete table is queried for result view even if only a few columns will be shown? It seems to me that on each change (next page, change to details view , etc) the table is re-queried from the mysql server anyway. That is important for me because some...
  5. S

    concat field without delimiter

    Is it possible to concat field using "Linked Fields" with a delimiter between the fields, that is "empty" e.g. I want to concat field_1: "http://google" and field_2 ".com" --> result should be "http://google.com" Where can I specify a different separator or even no? Thanks skap
  6. S

    max characters per cell / max row height / truncate text

    Hi everybody, is there a way to set the maximum size (line count, character count or similar) of a row/column ? Some of my field contain longer text phrases it would be great if there's a way to cut it in the table view . Complete entry should be shown in the Details view. Hope somebody...
Top