Escape backslash (\) from generating a new line in messages

StLi
Member Posts: 83
Hi,
Title basicly sais it. I'm looking for a way to print out a Filepath in a Messagebox WITHOUT having every folder on a new line... I already googled it but i only found ways how to get the exact effect i don't want... can't belive it's that hard. ](*,)
Thanks for the help in advance.
best regards, StLi
Title basicly sais it. I'm looking for a way to print out a Filepath in a Messagebox WITHOUT having every folder on a new line... I already googled it but i only found ways how to get the exact effect i don't want... can't belive it's that hard. ](*,)
Thanks for the help in advance.
best regards, StLi
0
Comments
-
Try this:
MESSAGE('%1','\\SERVER\DIR\FILE.TXT');
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
Funny, this works with message(); but not with Error(); :-k
... well message will be sufficient.0 -
StLi wrote:Funny, this works with message(); but not with Error(); :-k
... well message will be sufficient.
Just tried for testing purpose and both works fine (in a form, NAV 2009 R2)...where did you place them?* Daniele Rebussi * | * Rebu NAV Diary *0 -
You could use CONVERTSTR and replace the backslash character with a forward. In this case all dialogs will show the string as normal text and the path is still readable (the OS can use both characters as path separators).
MESSAGE('%1',CONVERTSTR('\\SERVER\DIR\FILE.TXT','\','/'));_________________
Niels-Henrik Sejthen
Senior Software Developer
Microsoft Dynamics NAV
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions