Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expression for CALCULATE show on form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00473283
Message ID:
00473407
Views:
18
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform