Hyperlink from EP field

KABOUTER
Member Posts: 30
I have a table with text field, in which url is stored (example : 'http://localhost/shared documents/doc123.doc'). I want to add a button to table's web part to open this URL when button is clicked.
Any ideas? It HAS to be run from the specific table, because the url is linked to the specific record.
Any ideas? It HAS to be run from the specific table, because the url is linked to the specific record.
0
Comments
-
Hi,
the only way i can imagine is that you "hard code" this functionality based on table no and field no.
It should be similar to the functionality where images (BLOBS) are generated. There you may manipulate the field value to look like:
"<a href=xxx>Your caption</a>"
(should be somewhere in the format or support functions).
Sorry that i have no codeunits or numbers.
HTH,
Rainer0 -
I was thinking of using a BLOB field (as for showing pictues) for this, but could you help me out on the following, please :
1) Does a BLOB field take up a lot of additional space in the database or is it just a pointer to the actual file?
2) I haven't managed to use the SHOWPICTURE functionality - not to sure how to link it to the table en EP (for example, showing the picture field on the item card). I need a bit of directions here.
Thanks so far.0 -
BLOB is pointer to area where are the BLOB data saved. It means, if you import 200MB file into blob, in table will be pointer to some area of "memory" with size 200MB...the data are somewhere in the database.
Of course, if you need only link to the file, you can save this link in text field and you do not need BLOB.0 -
IHateLinux wrote:There you may manipulate the field value to look like:
"<a href=xxx>Your caption</a>"
This did the trick for me! \:D/
Tino Ruijs
Microsoft Dynamics NAV specialist0
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