The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Multiple Choice

Display a multiple choice field that includes an 'Other' user-provided option

Convert a normal text field to a multiple choice list, with an ‘Other’ option, where the user can type a different value if he wants.

Display a multiple choice field that includes an 'Other' user-provided option

A work-around to implement a multiple-choice lookup field in your AppGini apps

AppGini provides a multiple choice option list field, which is a handy way to allow users of your app to select multiple values from a list. We’re going to populate it dynamically from a table, allowing users to add, edit, and delete options without needing to edit the project in AppGini, or upload any files, or manually edit any files.

A work-around to implement a multiple-choice lookup field in your AppGini apps