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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rebuilding a Project

Status
Not open for further replies.

schafjoe

Programmer
Dec 16, 2002
20
0
0
US
Everybody,
I am trying to rebuild a project and I get the following error: Property value is out of bounds (Error 1469).
This error occurs when the message in the status bar says “Build Project: Visual Class Library Reports”. This class currently has 1211 class defined in it. If I compile the class, it compiles with no errors. Is there a limit to the number of classes defined in a class library that can be used in a project?

The user selects which report they want to run from a table and the program checks to see if the class is defined using the “AVCXCLASSES” function.

I also have the class defined in a Program file. Is there a function similar to “AVCXCLASSES” that I can use to do the same thing?

I am using VFP 7.0 SP1.
 
Look at thread184-618121 for a program to capture where an error occurs during a build.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top