Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing an Object that doesnt exist !!! (Yet !)
Message
From
24/08/2001 15:48:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Referencing an Object that doesnt exist !!! (Yet !)
Miscellaneous
Thread ID:
00548939
Message ID:
00548939
Views:
51
This has got to be easy, that is why I can't figure it out!

Sometimes, when the following code is run, the object GRID1 has not been created yet. Which is OK, but I get the error 'ActiveControl Grid1 does not exist', basically.


IF UPPER(THISFORM.ACTIVECONTROL.NAME) = 'GRID1'
THISFORM.ACTIVECONTROL.COLUMN3.TEXT1.KEYPRESS(134,0)
ELSE
THISFORM.ACTIVECONTROL.KEYPRESS(134,0)
ENDIF


This code is in a timer, and runs often, so once in awhile 'GRID1' is not created just yet and I get the error.

What is the best way to prevent the error? Is there a way to check to see if the object exists before I go on with this code?

Thanks for your help,
for I am just a rookie.
THX!
Seth
Next
Reply
Map
View

Click here to load this message in the networking platform