Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PocallingObject
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00636299
Message ID:
00636322
Views:
16
>Hello could you please help me on this.
>
>I am working on an existing project.
>
>In the form properties pocallingobject is set to .F.
>
>and the following code is in the init event of that form.
>
>What happens when they set poCallingObject = _screen
>and pRecipient = SPACE(30)
>
>
>+++++++++++++This is the code++++++++
>PARAMETER poCallingObject,precipient,psubject,pmsg
>IF TYPE("poCallingObject")<> "O"
> poCallingObject = _screen
>endif
>IF EMPTY(pRecipient)
> pRecipient = SPACE(30)
>ENDIF
>thisform.oCallingObject = poCallingObject
>
>++++++++++thank you++++++++++++++++++++

Based on the code you provided, nothing happens besides the assigments itself.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform