activate an old form with a signature ?
Author: gerd.vassen@gmx.net (gerdvassen)
hello
I have a lot of 'old' forms executed with the 'run' statement. I want to use the same forms with the activate statement by adding some parameters.
For example the old call was
run "FORM"
I want to be able to call the same form with
activate "FORM".EXEC(param1, param2)
The old run should still be possible as a lot of proc code makes use of it (of course, it would be better to change, but this is not the question :-)). Is it possible to use the same methods at the same time (without creating intermediate components) ?
thank you for your help !
gerd