OK macro?

User avatar
AlanMiller
BronzeLounger
Posts: 1545
Joined: 26 Jan 2010, 11:36
Location: Melbourne, Australia

OK macro?

Post by AlanMiller »

Curious as to what the "built-in" OK macro is supposed to do.
It might appear in a field as follows:

Code: Select all

{MACROBUTTON  OK "display text"} 
Alan

User avatar
Don Wells
5StarLounger
Posts: 689
Joined: 27 Jan 2010, 16:45
Location: Ottawa, Ontario, Canada

Re: OK macro?

Post by Don Wells »

AlanMiller wrote:Curious as to what the "built-in" OK macro is supposed to do.
It might appear in a field as follows:

Code: Select all

{MACROBUTTON  OK "display text"} 
Alan
Hi Alan
    I suspect that you will find your answer here.

HTH
Regards
Don

User avatar
AlanMiller
BronzeLounger
Posts: 1545
Joined: 26 Jan 2010, 11:36
Location: Melbourne, Australia

Re: OK macro?

Post by AlanMiller »

That's rather bizarre IMO. It means that "OK" has to be a user-defined macro. So it really offers no more than the standard MACROBUTTON field operating on a user-defined macro of some arbitrary name. Most odd.

Alan