Search:

Type: Posts; User: yvonne.milne

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Hi Georg, Can you submit a ticket for an...

    Hi Georg,

    Can you submit a ticket for an enhancement request with your details of what you want to achieve?

    Thanks,

    Yvonne
  2. Replies
    2
    Views
    261

    Hi Juraj, Can you create a symlink as...

    Hi Juraj,

    Can you create a symlink as root/sudo as follows:


    ln -s /lib/x86_64-linux-gnu/libldap.so.2.0.200 /opt/lianja/server/lib/libldap-2.4.so.2

    then start the server as root/sudo:
  3. Replies
    18
    Views
    4,431

    Hi Georg, In your scenario, you will have have...

    Hi Georg,

    In your scenario, you will have have 2 sections bound to the memo and this will cause an error.

    I would use the following on the Grid Section:
    - Split Grid
    - Edit memo/varchar list...
  4. Replies
    18
    Views
    4,431

    Hi Georg, Have a look at the App Doc...

    Hi Georg,

    Have a look at the App Doc.

    Regards,

    Yvonne
  5. Replies
    18
    Views
    4,431

    Hi Georg, Sorry, I was mistaken - that does...

    Hi Georg,

    Sorry, I was mistaken - that does not appear to be supported.

    Regards,

    Yvonne
  6. Replies
    18
    Views
    4,431

    Hi Georg, If the 'Pagination' attribute is...

    Hi Georg,

    If the 'Pagination' attribute is false for the Grid Section, the arrows at the bottom of the Grid Section (not the Page) can be used to move first/previous/next/last row.

    In the...
  7. Replies
    18
    Views
    4,431

    Hi Georg, Use a form section instead of a...

    Hi Georg,

    Use a form section instead of a webview and you can drag and drop memo and image into it (Rich Text Editor gadget and Image gadget).

    To move through the grid you need to click or...
  8. Replies
    18
    Views
    4,431

    Hi Georg, Drag and drop the table column name...

    Hi Georg,

    Drag and drop the table column name into an empty area of the page - that will automatically create a data-bound webview section. Then use the relationship builder to link the grid...
  9. Replies
    18
    Views
    4,431

    Hi Georg, I would put a small related webview...

    Hi Georg,

    I would put a small related webview section (drag and drop the memo field onto the page) under the grid section.

    Regards,

    Yvonne
  10. Replies
    18
    Views
    4,431

    Hi Georg, Can you give more details on what...

    Hi Georg,

    Can you give more details on what you are trying to achieve?

    Regards,

    Yvonne
  11. Replies
    5
    Views
    1,803

    Hi Georg, I am not seeing a problem with that...

    Hi Georg,

    I am not seeing a problem with that in a web App.


    Lianja.showDocument("https://www.lianja.com");

    What is your code?

    Regards,
  12. Hi Georg, For desktop, click 'All' or the 'x'....

    Hi Georg,

    For desktop, click 'All' or the 'x'. I am not aware of a method to do this programmatically.

    For web, click 'All' or call Lianja.clearSearch("pageX") where pageX is the page ID.
    ...
  13. Hi Georg, Use After Data Changed...

    Hi Georg,

    Use After Data Changed for the canvas section - this is the section 'datachanged' event called when navigating between records.

    Regards,

    Yvonne
  14. Replies
    4
    Views
    2,201

    Hi Georg, Do you want to click on 'ändern'?...

    Hi Georg,

    Do you want to click on 'ändern'? And then what do you want to happen?

    Regards,

    Yvonne
  15. Replies
    4
    Views
    2,201

    Hi Georg, The search&text=...

    Hi Georg,

    The search&text=<expression> action is the equivalent of using the Instant Search box and requires a Search field. Alternatively use the filter&text=expression action.

    What are you...
  16. Replies
    1
    Views
    1,436

    Hi Olaf, Use the Caption CSS style and Data...

    Hi Olaf,

    Use the Caption CSS style and Data CSS style to customize the parts of the combobox for web Apps, e.g. here in the Assistant:

    3245

    Regards,

    Yvonne
  17. Replies
    1
    Views
    1,065

    Hi Olaf, Change the 'Data size' - the...

    Hi Olaf,

    Change the 'Data size' - the attribute below the 'Font'.

    Regards,

    Yvonne
  18. Replies
    4
    Views
    3,204

    Hi Georg, Drop the autoinc then set it again...

    Hi Georg,

    Drop the autoinc then set it again with the nextvalue:


    ALTER TABLE ereignis MODIFY CONSTRAINT ident DROP AUTOINC
    ALTER TABLE ereignis MODIFY CONSTRAINT ident SET AUTOINC NEXTVALUE...
  19. Replies
    4
    Views
    3,204

    Hi Georg, When you check 'Auto increment' in...

    Hi Georg,

    When you check 'Auto increment' in the Table Designer, it applies the AUTOINC Column Constraint this is an internal counter specific to that column and starts from 1 (* see below) for...
  20. Replies
    10
    Views
    5,180

    Hi Jefferson, Lost Focus For enter, you...

    Hi Jefferson,

    Lost Focus

    For enter, you would need 'Return tabs' set on the Section.
    It will also be called if you click out.

    Regards,

    Yvonne
  21. Replies
    11
    Views
    5,739

    Hi Georg, Submit a ticket with a package of...

    Hi Georg,

    Submit a ticket with a package of the App and database and I will have a look.

    Regards,

    Yvonne
  22. Replies
    10
    Views
    5,180

    Hi Jefferson, Can you give more details? What...

    Hi Jefferson,

    Can you give more details? What have you tried? Are you saving an edit on the form then editing the grid?

    Regards,

    Yvonne
  23. Replies
    11
    Views
    5,739

    Hi Georg, I would need more information to be...

    Hi Georg,

    I would need more information to be able to offer any assistance.

    Regards,

    Yvonne
  24. Replies
    11
    Views
    5,739

    Also, have a look at the format() function, a...

    Also, have a look at the format() function, a built-in Lianja JavaScript function to simplify using parameters.

    See some examples under the FORMAT() function.
  25. Replies
    11
    Views
    5,739

    Hi Georg, In the OrderBy, just specify the...

    Hi Georg,

    In the OrderBy, just specify the column name:


    datum

    Think SQL:
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
Journey into the Cloud
Join us