Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the horse in front of the cart
Message
From
16/07/2007 15:49:01
 
 
To
16/07/2007 15:11:33
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01240829
Message ID:
01240855
Views:
13
One small change makes it fire one pass earlier.

>I'm trying to determine how to "do something" whenever the message is completed and
>before the next message starts. I've always had trouble figuring out how to get X to
>be Y, but only after the first time, or something to that effect. In the code below,
>it is only running the STORE after MSH displays, but only from the second occurrence
>on. I'm trying to get it to STORE after each message has been displayed. Thanks!
>
>
>
>	IF m.StoreMessage AND m.MessageCount >= 1   && <------- right here
>		m.StoreMessage = .F.
>		? 'STORE MESSAGE'
>	ENDIF
>
>ENDFOR
>
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform