Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframes
Message
 
À
10/07/1999 23:36:46
Richard Williams
State of Ohio, Dept. of Development
Columbus, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
00239911
Message ID:
00239924
Vues:
13
>I have a form with 5 pages. A textbox on page 4 is actually the sum of five fields on page 5 which I have coded in the Refresh Propery on page4 as follows:thisform.ws_pageframe.page4.txtProj_Mhi.value = thisform.ws_pageframe.page5.mhi_amt1 + mhi_amt2 + mhi_amt3 + mhi_amt4 + mhi_amt5 However, when I compile and run the application and click on page four(4) I instantly receive an Error Message telling me that the propery mhi_amt1 is not found. Any ideas what I am doing wrong?! Thanks Rick

It could be a problem due to the initialization order of the objects. Could you move the code to the activate method in page four?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform