Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ScrollBar on the grid
Message
De
21/07/2001 08:12:35
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00533414
Message ID:
00533492
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Hi Nadya.

>>I noticed, that if we use Table Buffering (BTW, we decided today to switch to record buffering, because it's dangerous, that user may hit revert button and revert all changes made), when we try to move scroll button on scroll bar, it doesn't move and stays unchanged. I'm wondering, if somebody else experienced this behavior and does it have a cure? <<

I have never experienced this behavior because I never use row buffering < s >. IMHO, row buffering has no place in an application, and particularly not in grid RecordSOurces. Grids, by there very nature, lend themselves to table buffering.

The TABLEREVERT() function takes arguments. The first of these tells the function the scope of the records to revert (all records or just the current record). Maybe you would be better off to stay with table buffering and modify the code you are using to revert records and make its scope the current record only.

Using row buffering in a grid is just asking for trouble. Whenever the user moves to a nbew row, VFP will alutomatically attempt a TABLEUPDATE of the row they are moving off of. Bad news!

Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform