Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you display a variable on a FORM?
Message
 
 
À
10/05/2000 17:22:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00368321
Message ID:
00368341
Vues:
22
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform