Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PocallingObject
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
PocallingObject
Miscellaneous
Thread ID:
00636299
Message ID:
00636299
Views:
44
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++++++++++++++++++++
Next
Reply
Map
View

Click here to load this message in the networking platform