Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing one form from another form
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00838901
Message ID:
00838931
Vues:
14
Yet another way would be to have a property at the application level object [assuming you have one] let's call it oCallingForm.

Prior to call the 2nd form just go oApp.oCallingform = thisform
then you can refer to the 1st form from the second form with oApp.oCallingForm.WhatEverMethodOrProperty

Yanick

>Hi! Don't seem to be able to get my head round this since I'm usually using thisform.whatever
>
>Why can't I refresh one form from another by typing 1stform.refresh() in a method of the 2nd form?
>
>Always tells me that 1stform is not an object?
>
>Put me out of my misery
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform