Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form displays first record
Message
De
23/08/2000 16:57:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Form displays first record
Divers
Thread ID:
00408505
Message ID:
00408505
Vues:
38
I have created a 'one-to-many' form that display manifest shipped for a particular date.

When rightclick on the grid (on this form) a menu displays for you to add or edit record.

When select new from the menu the ADDFORM always come up displaying data for the first record and not blank fields.

HOW CAN I GET AROUND THIS.

MANY MANY THANKS IN ADVANCE

In the one-to-many form 'grdadditem' method I have:

LOCAL lmani_code
SELECT manifest
lmani_code = THISFORM.PAGEFRAME1.PAGE1.txtMan_no.VALUE
*-- Delete any empty line items
DELETE FOR EMPTY(mani_code)
DO FORM ADDMAN WITH lmani_code
thisform.pageframe1.page1.grdManifest.Refresh()
thisform.pageframe1.page1.grdManifest.SetFocus()

Form ADDMAN.INIT is as follows:
LPARAMETERS tcMani_code
APPEND BLANK

thisform.cntmanifest1.txtEntry.Value = tcMani_code
THISFORM.cntmanifest1.txtBlNo.SETFOCUS()
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform