Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SFQuery Problem
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
SFQuery Problem
Divers
Thread ID:
00247382
Message ID:
00247382
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform