Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object not found error
Message
From
23/03/1999 11:47:17
Alp Berker
Defense Finance and Accounting Services
Indianapolis, Indiana, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Object not found error
Miscellaneous
Thread ID:
00200981
Message ID:
00200981
Views:
37
I am having a problem with my form defaults after i run a report after opening a grid.
the code I have in the click button for the browse grid:

public nOldrec
THISFORM.appfindbutton.MousePointer=11
oAgp = CREATEOBJECT("APPGRIDPICK")
oAgp.Show()
report form license.frx preview
GO nOldRec
THISFORM.appfindbutton.MousePointer=1
THISFORM.Refresh()

after this codes executes and I want to move forward within the database with my forward command button I get the error message
Object X is not found.
X= is the name of the form.
Apparently the form object is not getting reset after I run the report, how can I remedy this so it gets reset after the code is run?
Any help would be appreciated.
thanks,

Alp Berker
Systems Analyst
Conseco Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform