Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-functional textbox
Message
From
23/06/2000 00:55:28
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00383562
Message ID:
00383612
Views:
12
Nadya:

You can set up your combo box to have multiple columns and only show the field name column. The other columns could store information like ControlSource, DataType, Len, Dec, Format, InputMask, etc... Use the information stored in the other columns to change the textbox properties in the InteractiveChange event.

As an alternative, just use two columns (field prompt, field name) and fetch the field properties (and change the textbox properties) in the InteractiveChange event.

My gut feeling tells me this is low to medium difficulty and easy to maintain.

Hope it helps,
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform