Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SFQuery Problem
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
SFQuery Problem
Miscellaneous
Thread ID:
00247382
Message ID:
00247382
Views:
54
I'm using VFP 6 SP3 with SFQuery 5.1f.

I have a form with a button to call up the query dialog.
On the form a have dragged a copy of the SFQuery.vcx class on the
form and added the primary table inv.dbf to cAlias. I inserted it without the .dbf. I renamed the control from sfquery1 to oQuery


The code is the button is listed below:


SET Classlib to k:\stone\sfquery\sfquery addi
wait [Loading Filter Module] window nowait
with thisform
.oQuery.show()
lcFilter=.oQuery.cFilter
set filter to &lcFilter
.refresh()
endwith
locate
thisform.refresh()


When the form loads, I get the following error:
oQuery.Init, Line 26, File 'makeobject.prg' does not exist.
If I choose the debug option, I'm in the error routine.

Please help. The form is in a private datasession, but I've also tried it in a normal datasession.

Kirk Kelly
kkelly@cqisol.com
Next
Reply
Map
View

Click here to load this message in the networking platform