HYPERLINK failed to open file in network shared folder
parkodetuak
Member Posts: 5
Hi.
I'm using NAV v4.0 SP3. I have this form where i can specify file pathname and if i click open button, it will open the file.
Currently im using HYPERLINK("Path Name"); to open the file.
It's working fine if i select files in local drives.
But when i select file that's in network shared folder, got error c/side hyperlinking failed
I tried to move the file to local folder, and it works fine.
So, what can i do to make this hyperlink works well too to open files in network shared folders?
Thanks in advance
I'm using NAV v4.0 SP3. I have this form where i can specify file pathname and if i click open button, it will open the file.
Currently im using HYPERLINK("Path Name"); to open the file.
It's working fine if i select files in local drives.
But when i select file that's in network shared folder, got error c/side hyperlinking failed
I tried to move the file to local folder, and it works fine.
So, what can i do to make this hyperlink works well too to open files in network shared folders?
Thanks in advance
0
Comments
-
Make sure you can access the file in network shared folder using explorer. If not, your permission to that folder must be set.0
-
Hi, nickadrian
Thanks for the reply
I have no problem accessing the file using explorer. Already permitted.
any other idea what's wrong here?
or any other way i can use other than HYPERLINK?
i have tried to use the wshShell.Run, but not working.0 -
What is the error message and what exactly is the code in your HYPERLINK?0
-
below is the error message :C/SIDE Hyperlinking failed.
You tried to hyperlink to this target:
\\abc\shared folder\123.txt
Do you want to place that hyperlink target on the clipboard?
and the code is simply like this
TESTFIELD("Path Name");
HYPERLINK("Path Name");
"Path Name" is the field on the table.0 -
Check carefully the text specified in the Path Name. I get the same error message if the file is not found.0
-
The file is there...
Like i've said, if i copied the file from the shared folder to local folder, let's say C:\, it works fine.0 -
I mean the spelling. Check carefully the text specified in the table containing the field "Path Name"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
- 322 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
