Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you display a variable on a FORM?
Message
 
 
To
10/05/2000 17:22:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00368321
Message ID:
00368341
Views:
21
>>>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').
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform