Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Loading Certain CursorAdapter Object
Message
From
14/10/2010 08:49:31
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01485221
Message ID:
01485458
Views:
72
Naomi,

I inserted code in all the AfterCursorFill() methods of the CA objects in the DE concerned to show if the CA successfully did their CursorFill() like so:
ACTIVATE SCREEN
? "After: " + cSelectCmd
It hanged up on this CA with the following SelectCmd:
SELECT careof, company, building, street, miscaddr, city, zip FROM parcel WHERE PID IN ( SELECT MAX(pid) FROM parcel WHERE lastname=?vplastname AND firstname=?vpfirstname AND middlename=?vpmiddlename
I then removed this CA object and it ran well again! This CA had a NoData property value of .T., which was being used to query existing address info.

Why did this run well before, but froze up when the Parcel table grew?

Whew! At least I can rest a little. =)

Thanks to everybody!

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform