Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which form called my form (no parameter, no variable)?
Message
From
12/12/2003 17:59:05
 
 
To
12/12/2003 09:22:04
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00858533
Message ID:
00858821
Views:
17
Sorry for question.. I found. program() function had supported both of programs and forms...

A different way to do this is in the called form's Load() method. When the called form is LOADing, the _Screen.ActiveForm is still the calling form, so code like this in the called form's Load() will also do it:
loCaller = _Screen.ActiveForm
IF VARTYPE( loCaller ) = 'O'
  *** Access any property of the calling form here
  .
  .
  .
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform