Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the horse in front of the cart
Message
De
16/07/2007 15:49:01
 
 
À
16/07/2007 15:11:33
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01240829
Message ID:
01240855
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform