Gotheallblacks
Programmer
I have a character field as controlsource in a grid column with currently two dynamiccurrentcontrols set to either textbox or combobox. My question is I want to add a spinner dynamiccurrentcontrol as an option if the field is numeric.But i get an error of course for invalid type. The table also contains fields for Type(ie Y for y/n, N for Numeric input or C for character input),highvalue field and lowvalue field. I have thought of either another column containing the spinner (arrows) to increment textbox or creating a container class containing spinner.
What would be the best option or is there another better way
What would be the best option or is there another better way