Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with cursor readwrite
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00777208
Message ID:
00777212
Vues:
13
Well, if you just need to leave from the client's site, here is something that could let you go ( until somebody here sends you the right solution ).
Just enter the BROWSE command before the GO TOP, only do the browse with NOWAIT and into a window that's outside of the screen ( so it is not visible ). Then, after you finished with your Save procedure, close your window, and voila...

HTH
Jaime


>I am at a client right now and this need to work before I leave. Please let me gooooooooo....
>
>I have a form with a grid that I fill with a cursor READWRITE.
>1) SELECT .... INTO CURSOR cur_ww READWRITE
>2) THISFORM.grid.recordsource = "cur_ww"
>3) input works perfectly
>Now I try to save
>
>SELECT cur_ww
>GO TOP
>DO WHILE !EOF()
> Save
> SELECT cur_ww
> skip
>enddo
>
>If I put a BROWSE BEFORE MY GO TOP, everything works (I see my inputed records and I save them ok). BUT WITHOUT THE BROWSE, FOX8 THINK THAT THERE ARE NO RECORD. IT GOES DIRECTLY AT EOF.
>
>ANY EXPLANATION ? DO i have to do a tableupdate or something ?
>
>Thanks
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform