Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Method Code During Runtime
Message
From
21/03/2003 07:44:06
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
20/03/2003 10:43:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00767989
Message ID:
00768507
Views:
22
I came to the same solution. Had to play with the interactions between all the events a little, but it finally is working just like I need it to.

Thanks! Renoir

>You could add a property to the form, let say Foo. In the InteractiveChange event, you assign .T. or .F. to this property. Then you could put this code in the LostFocus:
>
>
IF ThisForm.Foo
>   NODEFAULT
>ENDIF
HTH
>
>>Is there a way to assign code to the LostFocus of an object during runtime? I have a conditional statement that I want to use in the InteractiveChange method that would set the LostFocus to "NODEFAULT" or "" depending
Previous
Reply
Map
View

Click here to load this message in the networking platform