2014-05-29 09:41 UTC
Forse l'argomento è già stato discusso ma non so come cercare :-[
Unfortunately, this code does not work:
(defun c:MappaturaColori/FormPrincipale/DettagliRigo#OnClicked (/ )
(setq col_orig "10")
(dcl-Form-Show MappaturaColori/DettaglioMapColori)
(dcl-Control-SetCaption MappaturaColori/DettaglioMapColori/ColoreOrigine col_orig)
)
It seems that you can not open a Modal form and pass some data to it.
The only way is to use (defun c:MappaturaColori/DettaglioMapColori#OnInitialize (/) ?
Unfortunately, this code does not work:
(defun c:MappaturaColori/FormPrincipale/DettagliRigo#OnClicked (/ )
(setq col_orig "10")
(dcl-Form-Show MappaturaColori/DettaglioMapColori)
(dcl-Control-SetCaption MappaturaColori/DettaglioMapColori/ColoreOrigine col_orig)
)
It seems that you can not open a Modal form and pass some data to it.
The only way is to use (defun c:MappaturaColori/DettaglioMapColori#OnInitialize (/) ?