Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted records and a scrollbar
Message
De
03/06/2005 11:37:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01019811
Message ID:
01019937
Vues:
23
:-) 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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform