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 21:28:58
 
 
To
10/05/2000 17:06:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00368321
Message ID:
00368388
Views:
17
Because I'm a "legacy" programmer with lots of FPW code to convert, I wrote a label class call "say" which has a "sayrefresh" method. When added to my form class it registers itself , and so whenever the form is refreshed the "say" label's sayrefresh method runs - usually to simply change it's caption.
eg
proc myLbl.sayrefresh
this.caption= ORDER('myalias')

If you want to head down this path just ask.

>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform