Hi everyone,
What I would like to do is to map the text buffer of a text/combo box to a member of a udt.
The reason is pretty ordinary, I would like to avoid lots of "control set text" and "control get text" expressions.
If this is possible, then to change the contents of a data entry screen would simply involve fetching the appropriate record and refreshing the dialog.
I am in the middle of designing a database with 20 or more text/combo boxes and mapping them directly to a udt will simplify everything enormously.
The answer might be a custom control, but I have fruitlessly searched Poffs and the forums for something similar to no avail.
I am not asking for someone to do the work for me, but a few pointers (ptrs?) would be handy.
Best Regards
What I would like to do is to map the text buffer of a text/combo box to a member of a udt.
The reason is pretty ordinary, I would like to avoid lots of "control set text" and "control get text" expressions.
If this is possible, then to change the contents of a data entry screen would simply involve fetching the appropriate record and refreshing the dialog.
I am in the middle of designing a database with 20 or more text/combo boxes and mapping them directly to a udt will simplify everything enormously.
The answer might be a custom control, but I have fruitlessly searched Poffs and the forums for something similar to no avail.
I am not asking for someone to do the work for me, but a few pointers (ptrs?) would be handy.
Best Regards
Comment