Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum Value (Grid)
Message
De
31/10/1999 20:05:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00284579
Message ID:
00284618
Vues:
10
I like this approach but it appears that when I try this.. It appears to lose information about my data enviroment for the table Family.. For example, I have a column on my Family table called sortnm, after I run this technique as documented it indicates that variable sortnm is not found.. Help.

Code for the add button listed below

SET SAFETY OFF
SELECT max(familyid) as maxfid;
FROM Family ;
INTO dbf\cJunk
m.famid = cJunk.maxfid + 1
insert into family (familyid) values(famid)

THISFORM.PageFrame1.Page1.Grid1.Refresh()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform