Mconneen
Mconneen
Joined: Fri May 11 20:44:06 UTC 2018
Latest Posts
-
Re: Someone knows how I have to do in order to change a "text field" text if a Combo Choice have an exact text, using trigger?
In the "after update" trigger of the"Combo Choice" .. do something like if text('Combo Choice') = "Exact Text" then 'Text Field' := text('Combo Choice'); end; **disclaimer.. code not tested..…