Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One event Interupts another
Message
From
15/09/1999 14:07:49
 
 
To
15/09/1999 09:22:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00264705
Message ID:
00265113
Views:
28
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform