On 03/27/2014 02:10 PM, Fred Taylor wrote: > Thanks for the reminder, Ted. I just recently ran into the SET FUNCTION > code setting keys in converting an old DOS app into VFP. I wondered what > the difference was between SET FUNCTION and OKL. > > Fred
Set function is the command equivalent of "Record Macro" from the menu: a keyboard macro that's just a set of keys to replay when the trigger key is pressed. There's no code that runs, no functions invoked, no calculations made (so we don't see the context switching in the debugger, either) and less chance of the code firing when it shouldn't. -- Ted Roche & Associates, LLC http://www.tedroche.com/ _______________________________________________ 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/[email protected] ** 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.

