F4 : ececution of variable named funcs/procs

From: Henrik Rusche <rusche_at_iw.uni-hannover.de>
Date: Mon, 31 Oct 1994 19:12:55 GMT
Message-ID: <1994Oct31.191255.15095_at_newsserver.rrzn.uni-hannover.de>


Hey,

We have a name of an 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 what 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 - 20:12:55 CET

Original text of this message