Hello to all,
The following line results in "OLE error code 0x800401ea: Moniker cannot open file".
The error only occurs in select workstations; works perfectly well in most.
About the environment:
VFP 9 application running under Windows XP Prof. SP2
Is this call for a GetObject() restricted to a specific type of users (power-users, administrators...)?
Do I need to register a component?
Thanks!
Kenneth Tamayo
San Juan, PR - USA
The following line results in "OLE error code 0x800401ea: Moniker cannot open file".
Code:
loUser = GetObject([WinNT://]+STRTRAN(SYS(0)," # ","/"))
The error only occurs in select workstations; works perfectly well in most.
About the environment:
VFP 9 application running under Windows XP Prof. SP2
Is this call for a GetObject() restricted to a specific type of users (power-users, administrators...)?
Do I need to register a component?
Thanks!
Kenneth Tamayo
San Juan, PR - USA