I have a field in my class which is declared as string. It is
sometimes used by users to store a number, in which case they'd like to be able to use the numeric editor type.
I was able to set that up, with a setting (unrelated to and outside of the dataform) that says for this field, show the numeric editor.
But I have found that if the numeric editor is used, my string field is not populated.
It edits and shows up in the dataform, but the field in my class is blank.
Do you know of a way to make this possible ? I'd be OK with casting the numeric value (if accessible) to a string for my purpose, but I'm not sure where this would be done. Do you have any ideas ?
Thanks,
John