Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted records and a scrollbar
Message
From
03/06/2005 11:37:41
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01019811
Message ID:
01019937
Views:
19
:-) You'd never changed thinngs that works :-)
Anyway i figure something like this (but I haven't tested)
in the click event where you make the deletion

delete in 'mycursor'
Mygrid.recordsource = ''
select * from Mycursor into Mycursor readwrite

mygrid.recordsource = 'mycursor'
mygrid.column1.controlsource = .....
..........

It should work but I wouldn't change my working code if I were in your shoes :-)




>>Hey Nadia, YOU CAN select from Mycursor into Mycursor, i do that often and did it just now to check if I was making the " usual mistake " :-)
>>try and youl'' see it works.
>>You cannot do that if you select from a table into the same table but I was talking about cursors...
>
>The grid went blank. I think I better leave my solution...
Previous
Reply
Map
View

Click here to load this message in the networking platform