Hi Freaks
We have to use ERiC (Requirement by german tax authority)
A customer could have several ERiC-dll's on its computer. (Different environments like test and production)
Not the problem, as I add the correct path the the DOS-path before loading of the DLL.
This way, a customer can set the path without using the ASN-File / user_3gl
All is implemented and works well, but ...
Now a costomer do have a separated ERiC installation not in our scope.
This installation modified the PATH variable wich will set on stratup of windows
As I add our path to the end of PATH, UnifAce will load the wrong DLL grumbel
Adding to the front could have impact to other things
Is there any way to tell UnifAce at runtime from inside the proccode which DLL to load?
$signatureproperties will be a candidate for this, but unfortunatly, ths function works only for SOAP-signatures
Yes, I do have a workaround:
user "[user_3gl]" with /preload, but this is then fix in the ASN-File and not variable
Any idea?
Ingo