Drop-down-list

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
guelland
Posts: 6
Joined: 2021-08-06 22:51

Drop-down-list

Post by guelland » 2021-08-16 10:53

Hello, everybody.
it is possible to display only free numbers in a dropdownlist.
Enumeration 1 to 40.
For example, if 3 is given, it should not appear.

Many greetings

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Drop-down-list

Post by jsetzer » 2021-08-16 13:14

Maybe auto creating a TABLENAME.FIELDNAME.csv file in hooks directory can help?

If you know the free numbers, you could create such a file like:

Code: Select all

1;;2;;4;;5;;6;;10
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply