Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you display a variable on a FORM?
Message
From
10/05/2000 17:38:38
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00368321
Message ID:
00368347
Views:
17
>>>>In vfp50, I would like to display ORDER() on my FORM.
>>>>I do not want to use ?ORDER() or @10,10 SAY ORDER().
>>>>The reason why I want to display the ORDER() is becase, I
>>>>want to see want the index order is set too
>>>>Does somebody know another say?
>>>
>>>Put a label on the form. In the Init of the label add code to assign the caption of the lable to the ORDER().
>>---
>>Hi Larry and thanks for your reply:
>>In the INIT of the label I put: thisform.caption=order()..
>>Call me crazy, but this does not work.
>>Did I do something wrong?
>
>In the Init of the label, put THIS.Caption = order('alias of the table you want to report on').
---
It works!!...thanks :))
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform