F4 : execution of variable named funcs/procs

From: Henrik Rusche <rusche_at_iw.uni-hannover.de>
Date: Mon, 31 Oct 1994 18:17:14 GMT
Message-ID: <1994Oct31.181714.2848_at_newsserver.rrzn.uni-hannover.de>


Hey,

We have a name of a function/procedure in a forms-variable and we want to execute this func/proc dynamically.

We know the following example is totally different but just to show want we are looking for. An analogous example with triggers :

DECLARE my_var CHAR;
BEGIN
  my_var := 'WHEN-BUTTON-PRESSED';
  EXECUTE_TRIGGER (my_var);
END; Any ideas ? - Thanks in advance

Henrik / Frank Received on Mon Oct 31 1994 - 19:17:14 CET

Original text of this message