Hi
I asked a similar question before but now I wanted to know which are best practices within this enviroment.
The solution I want is to have a form with fields and some / most of the 40 fields should have preloaded options. for example Colour where there must only be 4 options, Red Black Blue White. Instead of asking the user to enter in the colour (and they spell it wrong or enter in the wrong colour ,I wanted them to only have those choices with a pulldown. Their the choices can come from a SQLite field or in the code.
Is a combo box the best way to go here and have the text field hidden and have to do the manipulation in the background or is there another way I do not know of.
I see in the combo box it would work is they are integers but not text.
Thank you
I asked a similar question before but now I wanted to know which are best practices within this enviroment.
The solution I want is to have a form with fields and some / most of the 40 fields should have preloaded options. for example Colour where there must only be 4 options, Red Black Blue White. Instead of asking the user to enter in the colour (and they spell it wrong or enter in the wrong colour ,I wanted them to only have those choices with a pulldown. Their the choices can come from a SQLite field or in the code.
Is a combo box the best way to go here and have the text field hidden and have to do the manipulation in the background or is there another way I do not know of.
I see in the combo box it would work is they are integers but not text.
Thank you