Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page Frames
Message
De
29/12/1997 12:06:01
Michael Knelsen
Technology Management Corporation
Regina, Saskatchewan, Canada
 
 
À
29/12/1997 12:00:46
Travis Clark
Journal Record Publishing Co
Oklahoma City, Oklahoma, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00068243
Message ID:
00068246
Vues:
17
>Got a new problem this week.
>I have two Combo Boxes in a form (VFP 3.0).
>Combo1 has an InteractiveChange event which refers to Combo2.
>This works in a form, but when I move it to a page frame, it cannot find Combo2. I have even recreated each control again on a page frame, but it does not recognize Combo2.
>For example:
>Orderforms.Combo2.Rowsource=""
>
>and when I try to run the form I get:
>"Unknown Member: COMBO2"

Try putting the pageframe and page names into it
example
Orderfroms.pageframe1.page1.combo2.rowsource=""

OR
if the combo boxes are on the same page and combo 2 is called from combo 1 you can use

THIS.PARENT.COMBO2.rowsource = ""
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform