I hate it when you correct me, Tracy. Even if you are right... ;) Mea culpa, Gary. As Tracy says, you would need to use SET PROCEDURE and then call your routine as a function.
-- rk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: Friday, June 22, 2012 3:55 PM To: [email protected] Subject: RE: fuzzy on return Gary and Richard, The DO {program} doesn't have a TO clause. DO FORM ... does. If the procedure is in a prg file, you'll need to SET PROCEDURE TO {(relative|absolute)path\filename} ADDITIVE Then you can call the procedure similar to how a GUI method is called. SET PROCEDURE TO "c:\alldat2\programs\CALLRemote" ADDITIVE Local returnValue returnValue = CALLRemote('c:\alldat\irctrl\amp-volup.ir') Tracy Pearson PowerChurch Software [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD0441DE4E954EB@ACKBWDDQH1.artfact.local ** 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.

