le 10/10/06 15:38, Carlo Rubini <[EMAIL PROTECTED]> a écrit :

> Suppose I'm working with mainCur (mainCur is a property of the window, called
> with: mainCur = myDatabase.SQLselect(mySQL, kV_Server, kV_ReadWrite,
> kV_Random)), adding/modifing records. I now want to print some records with
> this code in the action event of a pushButton:
> 
> dim printCur as Vcursor
> 
> printCur = myDatabase.SQLselect("select vField1,vField2,vfield3 from myData
> order by vField1,vfield2,vField3")

You have omitted the last parameters. So Valentina set a default value for
them. And I think that the default value lock the used records.


François Van Lerberghe
Rue Thier Monty, 15 A
4570 Marchin
Belgique

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to