Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to stay in a Row in Grid?
Message
De
27/01/1999 08:47:28
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00179756
Message ID:
00180702
Vues:
44
>Hi Edward,
>After all, it's working fine now - thanks to your help.
>In addition I made the mistake to forget the line THISFORM.REFRESH.
>But now I would like to know, what you mean with a 'read-write cursor'.
>I thought about it, and your way seems to be the better one indeed. I could also make a table instead of a cursor, and changing always both tables - the original (source) table, and the grid-table. Then I need not to override for every change with a new SELECT.
>The disadvantage of the cursor used as grid-source is, that the user feels a short deley between the click on the button and the visible change on the screen. Nevertheless, SQL is amazingly fast.

Read-write cursor is the one created with CREATE CURSOR command. After this you may modify with all commands applicable for a table (REPLACE, INSERT, APPEND, ALTER etc.).
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform