Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_screen
Message
De
11/10/1997 13:21:56
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Québec, Canada
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00054154
Message ID:
00054179
Vues:
41
>>>How can I reference a form from another ?
>>>I have to refresh a form on the screen when I move from a record to another in a grid in another form.
>>>I tried with :
>>> _screen.refresh but it doesn't work
>>I also tried with activate windows(windowname) putting in the form's activate event a call to the refresh but it's even worse
>>what else can I do ?
>>Thanks to all
>>Alessio
>
>Try this... if your form is save as formname.scx , the method you should use is ... formname.refresh

If you call the second form from the first try using DO FORM frmName WITH THISFORM. And copy the object reference in a property of the second form (Init parameters).
If not, I think the ACTIVATE WINDOW frmName AND THISFORM.Refresh AND reactivating the other form. Don't forget _SCREEN.LockScreen.

Hope this help
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform