Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing THISFORM from a .PRG file
Message
From
11/02/2000 18:23:40
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00331088
Message ID:
00331175
Views:
23
>>I have a function "ConvMacros" in my procedure library. This function used to be a form method, but now I need to use it from multiple forms so I've moved it into my ProcLib.prg file.
>>
>>How can I reference a property of the active form?
>>
>>I.E.
>>
>>
>>IF THISFORM.OfferCredit
>>  * do something
>>ELSE
>>  * do something else
>>ENDIF
>>
>>
>>TIA
>
>Best would be to pass an object reference to the call:
>
>*...in method code
>abcd=MyProcUDF(thisform,...other parms)
>*
>*
>FUNCTION MyProcUDF
>LPARAMETER toFormRef, ...yadda, yadda, yadda
>IF toFormRef.OfferCredit

That's the way I ended up doing it. Works great!

Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform