Search:

Type: Posts; User: yvonne.milne

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    1,023

    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...
  2. Replies
    17
    Views
    1,023

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

    Hi Georg,

    Have a look at the App Doc.

    Regards,

    Yvonne
  3. Replies
    17
    Views
    1,023

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

    Hi Georg,

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

    Regards,

    Yvonne
  4. Replies
    17
    Views
    1,023

    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...
  5. Replies
    17
    Views
    1,023

    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...
  6. Replies
    17
    Views
    1,023

    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...
  7. Replies
    17
    Views
    1,023

    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
  8. Replies
    17
    Views
    1,023

    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
  9. Replies
    5
    Views
    826

    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,
  10. 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.
    ...
  11. 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
  12. Replies
    4
    Views
    1,432

    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
  13. Replies
    4
    Views
    1,432

    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...
  14. Replies
    1
    Views
    859

    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
  15. Replies
    1
    Views
    615

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

    Hi Olaf,

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

    Regards,

    Yvonne
  16. Replies
    4
    Views
    2,383

    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...
  17. Replies
    4
    Views
    2,383

    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...
  18. Replies
    10
    Views
    3,628

    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
  19. Replies
    11
    Views
    3,668

    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
  20. Replies
    10
    Views
    3,628

    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
  21. Replies
    11
    Views
    3,668

    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
  22. Replies
    11
    Views
    3,668

    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.
  23. Replies
    11
    Views
    3,668

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

    Hi Georg,

    In the OrderBy, just specify the column name:


    datum

    Think SQL:
  24. Replies
    11
    Views
    3,668

    Hi Georg, Remember you can use the isserver()...

    Hi Georg,

    Remember you can use the isserver() function in your LianjaScript server-side procedures to only do something if the prg is running on the server rather than the desktop:


    if...
  25. Replies
    11
    Views
    3,668

    Also, have you redeployed the database after the...

    Also, have you redeployed the database after the name change of the datum field?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
Journey into the Cloud
Join us