Thanks... I've been playing with stuff and pouring through my hackers guide. This one looks like the best solution that should work. Can't believe that in the past 10-years, this is the first time I've needed something returned from a procedure. (my next help will be to point me toward a good tutorial on delete triggers and how to upgrade from 6.0 to 9.0)
Gary Jeurink -----Original Message----- From: Richard Kaye [mailto:[email protected]] Sent: Monday, June 25, 2012 9:57 AM To: [email protected] Subject: RE: fuzzy on return And just in case I've added to the confusion with my pseudo-code, you don't have to put up the messagebox when your function call does not return .t. SET PROCEDURE TO "c:\alldat2\programs\CALLRemote" ADDITIVE Local returnValue returnValue = CALLRemote('c:\alldat\irctrl\amp-volup.ir') IF returnValue REPLACE mediaindex.volume WITH mediaindex.volume -0.5 ENDIF -- rk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: Monday, June 25, 2012 9:56 AM To: [email protected] Subject: RE: fuzzy on return Gary Jeurink wrote on 2012-06-22: > You lost me. ... I'm just fuzzy on how to run my CallRemote > procedure and return a .t. or .f. _______________________________________________ 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/7378CD1DB0BE4A8181EFEF92D875DF47@OwnerPC ** 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.

