Generate link to UNC Folder

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
benscha
Posts: 3
Joined: 2017-02-14 08:44

Generate link to UNC Folder

Post by benscha » 2017-02-14 09:19

Hi Guys

i'm a rookie with appgini and have created my first project.

my goal is to create a link to a UNC Folder in a field.

i have a table wich has a field "No". and another field "Open" the link in the "Open" Field should like be "<a href="file://///path_to_unc/No">Open</a>"

the first part of the UNC Path "path_to_unc" is static and should be placed in a configuration table.

is there a way that i can autofill my open field with this string?

thank for any help or hints!

Post Reply