From: Alexander S.K. <al...@be...> - 2015-07-23 11:54:43
|
Alain Aupeix пишет: > @ 15, 35+(50*(rg-1)) OWNERBUTTON OF oDlg ID IDBUTTON ; > ON CLICK {||qout(IDBUTTON)} ; > SIZE 24,24 FLAT ; > ON CLICK codeblock receives two parameters: :oParent and :Id - the second is id of a button, so decision is very simple: ... ON CLICK {|o,nId|SomeFunc(nId)} Regards, Alexander. |