Redirection of compontes at runtime
Author: i2stiller@gmx.de (istiller)
Mayby some has a clue:
I want to "open" a component at runtime from a different directory the defined in the ASN file
Assume,
there are two directories
X:\\ENV_1\\frm\\
X:\\ENV_2\\frm\\
and an ASN file with this line:
[files]
*.frm X:\\ENV_1\\frm\\*.frm
At runtime, I want to "open" the component (form) "THECOMP" not in ENV_1 but in ENV_2.
e.g. ACTIVATE "ENV_2:THECOMP"
With lines like this in ASN
[files]
*.frm X:\\ENV_1\\frm\\*.frm
ENV_2:*.frm X:\\ENV_2\\frm\\*.frm
the redirection will work, BUT ...
But this will not work, as there is no valid signature for "ENV_2:THECOMP".
Any other idea to solve such a "problem" ?
And UAR is - for several reasons - not the solution :-)
Ingo