Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AFIELDS does not show field comments
Message
From
24/09/2001 10:52:33
 
 
To
24/09/2001 10:15:57
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00559962
Message ID:
00559988
Views:
30
Hi Patrick;

Here is some instance, of use DBGETPROP:
set database to mydatabase

cwFoo=cwalias+"."+wfieldname
cResults = DBGETPROP(cwFoo, "Field", "Comment")
cResults = substr(cResults,1,127)
myobject.tooltiptext=iif(!empty(cResults),cResults,"")
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform