I have a strange issue with PB12.5.2 Build 5006 running on Windows 8 systems.
From the PB IDE, the application doesnt seem to recognize any of my MAPPED network drives. But it works fine when I run the application as an exe.
For eg: I have code to read a file - "F:\test\test.xls" This fails from PB IDE, it works if I provide the full UNC path like "\\servername\test\test.xls".
It also works when I run the exe, so what is it that is missing when I run from the IDE? Any thoughts?
Praveen