Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - Ellen

1
Questions / Get last record inserted ID in a table
In a "Form wizard" a have an ADD Table. when I insert a new record, I need to show the autoincrement ID for the table in the last step of the wizard.
Is there a way to use LAST_INSERT_ID MySql function or other method?
3
Questions / How to format date to Spanish
I've tried --format_date('d-M-Y')-- in "FormatRecordField" but the result is "18-Jan-2020" and I need 18-Ene-2020".

Any help is welcome. Thanks
8
Issues / Re: AJAX SEARCH ISSUE
Thanks for the advice. We are learning the application handling. It works perfect.
10
Issues / AJAX SEARCH ISSUE
When I change to AjaxPage in "Search Type" option of design List Form, the program seems to dupllicate list form and presentation is deformed.

11
Questions / Re: Value of a field as a prefix of an uploaded file
Thanks for your answer. I tried to use a constant like USER_ID and it works but I can't define a "variable" that can be used in the FileNamePrefix option. Can you help me?
What I try is: $varx = $modeldata['fieldname'];. Then, use the $varx as the prefix.