Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error loading file

Status
Not open for further replies.

ppnsb

Programmer
Joined
Oct 15, 2002
Messages
2
Location
US
Does anyone know how to over come an error loading file - record number 4. Parent: class name is invalid error. I get this when I am trying to open a form to modify it.
 
PPNSB

Try loading your form like a table, go to record number 4 and see what could be the problem:
Code:
USE myForm.scx 
goto 4
browse

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first
 
I didn't notice anything in record 4 that was different. I marked the record for deletion and it still gave me that error.
 
Make sure the file you change is the one in your project - I've often been burned by mulitple directories.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top