Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong with Recordset?
Message
De
10/09/2004 10:59:35
 
 
À
10/09/2004 10:44:47
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00941045
Message ID:
00941055
Vues:
13
Cetin,
Would be nice to know how can I create clientside cursor.
This recordset is property of FTPX Activex control. When GetDirList() method done this recordset contains files and directories on FTP server.
I try loRecordset.Clone() - it bring error...
What should I do?

Thanks

>Create a clientside cursor (recordcount would then show actual recordcount). Next do not code like that, IMHO :
>
>loRecordset.MoveFirst()
>DO WHILE !loRecordset.EOF
>  ?loRecordset.Fields("Name").Value
>  loRecordset.MoveNext()
>ENDDO
>
Cetin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform