Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with cursor readwrite
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00777208
Message ID:
00777239
Views:
11
Argh! Pressure on site. I found the problem and it was me. It is working now!
>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
Eric Crespin
Consultant
PC PLUS Software Inc.
www.pcplus.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform