Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor and readwrite
Message
 
 
To
03/08/2006 21:07:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01142886
Message ID:
01142893
Views:
8
I think I saw a topic on the similar problem today, but could not find it. Anyway, if this would not work, you may want to use
select 0
create cursor UpdCursor (field1 C(10), etc.)

This would work 100%.

>I read in a book that this lines
>
>SELECT * FROM clients INTO CURSOR junk NOFILTER
>USE DBF ('junk') AGAIN IN 0 ALIAS UpdCursor
>
>can be replaced by this line
>
>SELECT * FROM clients INTO CURSOR UpdCursor READWRITE
>
>i thry this last code line and put it in Load events of the form
>and puted these values in the grid
>
>record source = UpdCursor
>record sourcetype = 1. Alias
>
>and in other window wtih a browse froma file i change some data
>but the changes are not refreshed in the grid...then in waht sense
>is READWIRTE that cursor ???'
>after that i tried to referesh gird by put a button in the form to refresh
>the grid and did not works either
>what can i do?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform