Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing field's comment in my forms
Message
 
 
To
05/07/1999 09:43:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00237468
Message ID:
00237588
Views:
9
Juan,

In your lowest level TextBox class add code in the Init():

this.StatusbarText = dbgetprop(...)

If you don't want to pay the runtime penalty every time an object is created to read the DBC create your own little builder that will read the DBC and set the StatusBarText at design time. There are some examples of builders over on my website.

>I want to display field's comments in my forms. I don't want to re-write them every time i drag a field into my forms.
>
>How can i do this? StatusBarText only accepts text, not expressions.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform