Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programming approaches in foxpro 2.x and vfp
Message
 
À
02/10/1996 02:02:35
Macbul Syed
Al Rahmani General Trading Co
Dubai, Émirats Arabes Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00009087
Message ID:
00009094
Vues:
41
> > we all know how to write applications like invoicing etc., in foxpro 2.x. Where we used to create cursor to hold invoice details, create a hot key for updation > > VFP brought record/table buffering, integrated grid control,transaction processing which has changed whole landscape. > > Could any one suggest best ways to solve above problems in VFP, highlighting the advantages, and limitations of buffering, grid control [using cursors for tab > > thanks in advance > > syed macbul > dubai,uae Syed, Up till now I have been using the same technique as I used to use in FPD, and it is analogous to yours: create a cursor for the details table and fill it up with empty records (200) and tie it to a grid. If necessary I lock records in Stock tables. At saving time I copy the cursor to the actual detail table. Except for the BEGIN TRANSACTION, END TRANSACTION and ROLLBACK, you do not even need a DBC. Due to the fact that to my knowledge there is no way to subclass a column, I have not found how I can ameliorate this markedly in VFP. Marc .

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform