Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accesing a public var from another Dialog
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Accesing a public var from another Dialog
Miscellaneous
Thread ID:
00805387
Message ID:
00805387
Views:
43
I have created 2 Dialogs, the two of them are visible at same time.

int eh first dialog lets call it CGraphicDlg i have define a variable nAction as int and public access, however when i try to make reference to it in the second Dialog the compiler gave me an err message telling me "undeclared identifier nAction" What do I need to do in order to achive this.

I need to do this because the user will do certain action depending on some choices he makes in the CGraphicDlg.
.......
DO WHILE .T.
      ME.Work()
ENDDO
Next
Reply
Map
View

Click here to load this message in the networking platform