Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Expression for CALCULATE show on form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00473283
Message ID:
00473407
Vues:
17
>>I have a method which has the following code
>
>>CLACULATE MAX(table.field) TO variable
>
>>The expression table.field shows up on the form after the from runs. I found >an other way of accomplishing
>>what I want but would like to know what I did wrong.
>============================================================================
>SET TALK OFF && to disable displaying of calculation
>
>THISFORM.LOCKSCREEN = .T.
>
>CLACULATE MAX(table.field) TO variable
>
>THISFORM.LOCKSCREEN = .F.

Thanks, I have talk set to on on development mode, was worried that users would see it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform