Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Form Values Programatically
Message
 
 
À
03/01/2007 13:17:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01181885
Message ID:
01181889
Vues:
11
IF TYPE("_SCREEN.Activeform.Name") = "C"
  _SCREEN.Activeform.label1.Caption = 'New Caption'
  ...
ENDIF
>I have an application that generates a form (MainScreen.Scx). The Main.prg includes
>
>
 Do Form MainScreen Name Main
>Read Events
>
>Included in the init method of MainScreen.Scx is
>
Do Main.mpx
>
>I want to change the value (MainScreen.Label1.Caption) from a program called by the Menu prompt. (Either Command or Procedure) If this was "within" the form, the syntax would be:
>
>
Thisform.label1.Caption = 'New Caption'
>Thisform.Refresh
>
>But what is the syntax from MyPrg.prg called by Main.mpx
>
>Thanks to all,
>
>dg
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform