| Author |
How do I Silence 'Calculate'?
|
|
| Barley Man 2005-07-08, 9:24 am |
| The Calculate command displays all sorts of results on-screen when I run it.
Is there a way to block it's display functions so that it runs faster AND
without vanadlising the appearance of the 'form'
E.g.
Calculate sum(osales) to m.osales
displays:-
sumOsales
____________
597631.23
..... and that's a complete PAIN!
| |
| Lee Mitchell 2005-07-08, 11:24 am |
| Hi BarleyMan:
Try the SET TALK OFF command.
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/i...cid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>The Calculate command displays all sorts of results on-screen when I run
it.
>Is there a way to block it's display functions so that it runs faster AND
>without vanadlising the appearance of the 'form'
>E.g.
>Calculate sum(osales) to m.osales
>displays:-
>sumOsales
>____________
[color=darkred]
>.... and that's a complete PAIN!
| |
| Andrew R 2005-07-08, 11:24 am |
| Set Talk Off
Andrew R.
"Barley Man" < BarleyMan@discussion
s.microsoft.com> wrote in message
news:806B316F-1FF8-4EC9-A536- 6904BCBF83F0@microso
ft.com...
: The Calculate command displays all sorts of results on-screen when I run
it.
: Is there a way to block it's display functions so that it runs faster AND
: without vanadlising the appearance of the 'form'
:
: E.g.
: Calculate sum(osales) to m.osales
:
: displays:-
:
: sumOsales
: ____________
: 597631.23
:
: .... and that's a complete PAIN!
| |
| Barley Man 2005-07-08, 11:24 am |
| Thanks guys!
"Andrew R" wrote:
> Set Talk Off
>
> Andrew R.
>
>
> "Barley Man" < BarleyMan@discussion
s.microsoft.com> wrote in message
> news:806B316F-1FF8-4EC9-A536- 6904BCBF83F0@microso
ft.com...
> : The Calculate command displays all sorts of results on-screen when I run
> it.
> : Is there a way to block it's display functions so that it runs faster AND
> : without vanadlising the appearance of the 'form'
> :
> : E.g.
> : Calculate sum(osales) to m.osales
> :
> : displays:-
> :
> : sumOsales
> : ____________
> : 597631.23
> :
> : .... and that's a complete PAIN!
>
>
>
|
|
|
|