GET info from HYPERLINK

ex1720
Member Posts: 23
I need to know if its posible to know from NAV when we use HYPERLINK() if the URL fails from NAV to OPEN another URL.
For example, first I have in one folder all the documents I want to open. In NAV I only have to put a fixed route + the ID of the doc. something like
c:\mydocuments\docs1\id
Now I have more folders where one doc can be. for example.
c:\mydocuments\docs1\
c:\mydocuments\docs2\
c:\mydocuments\docs3\
I cant do hyperlink for every folder, because there are 30 folders.
There's something I can do?
Thanks.
For example, first I have in one folder all the documents I want to open. In NAV I only have to put a fixed route + the ID of the doc. something like
c:\mydocuments\docs1\id
Now I have more folders where one doc can be. for example.
c:\mydocuments\docs1\
c:\mydocuments\docs2\
c:\mydocuments\docs3\
I cant do hyperlink for every folder, because there are 30 folders.
There's something I can do?
Thanks.
0
Answers
-
Not exactly what you ask for, but if its for opening files then you could check if the file exists:
IF EXISTS('c:\mydocuments\docs1\id') then hyperlink('c:\mydocuments\docs1\id');
IF EXISTS('c:\mydocuments\docs2\id') then hyperlink('c:\mydocuments\docs2\id');1 -
IF EXISTS Even if the route is a web page? www.asdfg.com/myprojects/anythingelse/ ?Not exactly what you ask for, but if its for opening files then you could check if the file exists:
IF EXISTS('c:\mydocuments\docs1\id') then hyperlink('c:\mydocuments\docs1\id');
IF EXISTS('c:\mydocuments\docs2\id') then hyperlink('c:\mydocuments\docs2\id');
0 -
UP!0
-
No, only for files. Dont know what to do for webpages0
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