[Boa Constr] How to resolve values of a frame in boa
Status: Beta
Brought to you by:
riaan
From: edgardalvescosta <edg...@gm...> - 2007-07-02 00:17:17
|
Boa Friends I want calculate values of a frame in a other frame. Is this possible?? If it is possible which is the sintaxe to the second frame resolve the values?? Some like that: Form1 x=selt.txtCtrl.GetValue() Form2 y=Form1.self.txtCtrl.SetValue(x) y=self.txtCtrl.GetValue() EdgardCosta |