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...
Type: Posts; User: yvonne.milne
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...
Hi Georg,
Have a look at the App Doc.
Regards,
Yvonne
Hi Georg,
Sorry, I was mistaken - that does not appear to be supported.
Regards,
Yvonne
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...
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...
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...
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
Hi Georg,
Can you give more details on what you are trying to achieve?
Regards,
Yvonne
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,
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.
...
Hi Georg,
Use After Data Changed for the canvas section - this is the section 'datachanged' event called when navigating between records.
Regards,
Yvonne
Hi Georg,
Do you want to click on 'ändern'? And then what do you want to happen?
Regards,
Yvonne
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...
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
Hi Olaf,
Change the 'Data size' - the attribute below the 'Font'.
Regards,
Yvonne
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...
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...
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
Hi Georg,
Submit a ticket with a package of the App and database and I will have a look.
Regards,
Yvonne
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
Hi Georg,
I would need more information to be able to offer any assistance.
Regards,
Yvonne
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.
Hi Georg,
In the OrderBy, just specify the column name:
datum
Think SQL:
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...
Also, have you redeployed the database after the name change of the datum field?