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

Click here to load this message in the networking platform