Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem . Upadate cursor with CURSORSETPROP
Message
From
16/02/2006 05:00:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Problem . Upadate cursor with CURSORSETPROP
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01096684
Message ID:
01096684
Views:
56
HI ALL ,
When I try to update my cursor : this message appeared : no update tables are specified , use tables property of cursor

what's wrong ?
here my program
SQLEXEC(gnConnHandle,'SELECT Posseder_tel.* FROM ;
     rubrique Rubrique INNER JOIN version Version;
   ON  Rubrique.rub_code=Version.rub_code ;
    INNER JOIN posseder_tel Posseder_tel ;
   ON  Version.ver_code=Posseder_tel.ver_code;
 WHERE Rubrique.rub_code=?Crub_code','telcursor')


CURSORSETPROP("Tables","Posseder_tel") 
CURSORSETPROP("KeyFieldList","tel_code")
CURSORSETPROP("UpdatableFieldList","Tel_code,ver_code,pos_etat","telcursor") 
CURSORSETPROP("UpdateNameList","Tel_code,ver_code,pos_etat","telcursor") 
CURSORSETPROP("SendUpdates",.T.,"telcursor") 
CURSORSETPROP("WhereType",3,"telcursor") 
CURSORSETPROP("BatchUpdateCount",5,"telcursor") 
THANKS
Next
Reply
Map
View

Click here to load this message in the networking platform