Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot update cursor
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Cannot update cursor
Divers
Thread ID:
00727043
Message ID:
00727043
Vues:
50
Hi All:
I am using Scatter memvar procedure to insert data into my table. This procedure works fine sometimes, however it crahses other times. The error I get is 'Cannot update cursor'. It happens when the code insert into stathist from memvar. (STATHIST is a vfp table.) It does not happens everytime. Is there a way to fix this? Is it becasue I need more hardware/network resources? Do I need to use other command in order to insert beside MEMVAR?
Thanks

SCATTER MEMVAR
IF NOT SEEK( STATCODE + SERIAL + SYS( 11, DATE) + TIME, 'STATHIST')
INSERT INTO STATHIST FROM MEMVAR
ENDIF
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform