On Mon, Jul 1, 2013, at 02:39 PM, Joe Yoder wrote:
>  I suspect that
> passing the form name to the function will be make it possible to access
> the form properties but I have not been able to figure out how to do so.
> 

As long as your PRG is 'visible', i.e. built into your EXE or APP or via
Set Procedure To, then from the form you can just do:

Do MyProcedure With This

Then MyProcedure:

Procedure MyProcedure(toCallingForm As Object)

    toCallingForm.Property1 = "badabing"
    toCallingForm.Property2 = "badaboom"

EndProc

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1372686352.17513.140661250514701.392f3...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to