Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have field that represent folder path, like:
\\SI-MTvR2\ETSults\NR_v5.4440
When I try to show it in text box, I get the double \\ :
\\\\SI-MTvR2\\ETSults\\NR_v5.4440
Why? how can I remove it? I just need to original field path.
Thanks
The textbox doesn't double the backslash. I assume that rather the loading and/or some transformations are responsible for it. Therefore check all steps beginning from the source. I could imagine that some database-driver might handle it in this way ...
- Marcus