Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expression for CALCULATE show on form
Message
 
 
To
07/02/2001 10:44:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00473283
Message ID:
00473414
Views:
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.
>>
>>Did you set talk off?
>
>Thanks
>
>No had talk set to on it development mode, users have set to off so they should not see it.

if version(2)=0 && Run time mode
set talk off
else
set talk on && For debug purposes
endif

If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform