Page 1 of 1

Generate link to UNC Folder

Posted: 2017-02-14 09:19
by benscha
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!