Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One event Interupts another
Message
De
15/09/1999 14:07:49
 
 
À
15/09/1999 09:22:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00264705
Message ID:
00265113
Vues:
27
>>Hi Bob,
>>
>>>Is it possible you are seeing an Access or Assign event fire? This will happen as you are running method code... Other than that... I didn't even think timer events interupt running code, although CL siad they do.
>>
>>They do in my experience on certain occasions, for example when user input is involved, a WAIT WINDOW is issued, sometimes if a procedure is called, and so on.
>>
>>Christof
>
>Bob, I'm not sure what you are describing when you speak of an Access or Assign event.
>

In 6.0 you can create Access and Assign events for Class properties. For example... if I have a TextBox I can create a Value_Access event which will fir when ever someone access the Value...

So, you may have a method that does something like...

if txtMyTextBox.Value = 10
* blah
endif

When you 'access' the value of the text box the code will jump to MyTextBox::Value_Access event code.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform