Access local files with RTC

PloegPloeg Member Posts: 70
edited 2012-02-22 in NAV Three Tier
Hello guru's!

To import a XML-file with a XMLPort we use codeunit Common Dialog Management to select a file.

When we run the codeunit in classic there is no problem importing the file which we store on my desktop. But when I run the codeunit in the RTC, the import fails because it can't find the specified path. I understand that the RTC tries to access the given path in its own environment: the service tier.

So the classic client accesses the local machine -> C:\Users\BlaBlah\ImportFile.xml but the RTC tries to access the service tier -> C:\Users\BlaBlah\ImportFile.xml

Stupid RTC. Y U NOT use local settings?!

My question: how can I make the RTC to use my local file path instead of the service tier file path?

Answers

Sign In or Register to comment.