Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find Form problem...
Message
De
29/07/1998 12:30:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Find Form problem...
Divers
Thread ID:
00122350
Message ID:
00122350
Vues:
38
Kevin...

We subclassed cBizObjForm to create our form that edits employee data. We set up a find form to find the employee. When the SELECT button is pressed from the find form this code in the findprocess method...

*----------------------------------------
*--- If specified, set the active page
*--- to the value of nGoToPageOnEdit
*--- if not already there
*----------------------------------------
IF NOT EMPTY(ThisForm.nGoToPageOnEdit) AND NOT ;
ThisForm.pgfBizObj.ActivePage = ThisForm.nGoToPageOnEdit
ThisForm.pgfBizObj.ActivePage = ThisForm.nGoToPageOnEdit
ENDIF

Gives... nGoToPageOnEdit not a property...

Which is correct. For now we added nGoToPageOnEdit to the form, however, shouldn't this verify that that property exists? Or, should the properties exist?

Should there be a for to use for bizobj with no page frame and one with a pageframe?

I am sure you will come up with a solution... as I said, for now, we just added the property, which is .f. and it works ok.

BOb
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform