Strange error when I import

icapillaicapilla Member Posts: 30
edited 2011-08-02 in NAV Three Tier
Good morning,

I am having a problem when picking up the path of a file in RTC, for example C: \ test \ example.xlsx in RTC takes the value:

C:
test
example.xlsx

In short, with value "\" is inserting a new line… very strange!!

I have always put the following code in OnAssistEdit:

"File name": = CommonDialogMgt.OpenFile ('','', 2,'', 0);

"File name" is a text of 250, and use the Common Dialog codeunit Management.
What is wrong? How can a I import the file?

Thanks for advance

Comments

Sign In or Register to comment.