ken bohnenkamp
1st May 2007, 17:43
I would like to have a hyperlink on a baan form in baan 4c4. Anyway to do this. Any help would be appreciated.

george7a
1st May 2007, 18:00
Hi,

It is not an easy task, still it is doable. Check the following link:
http://www.baanboard.com/baanboard/showthread.php?t=29656&highlight=hyperlink

Why not using a regular button?

- George

ken bohnenkamp
1st May 2007, 18:30
I can use a regular button. Do you know what the code behind the button to run the hyperlink would look like?

mr_suleyman
2nd May 2007, 08:25
Hi
ON Button's on.choice: option use
app_id = app_start(prog, "", "", "", "")

For prog variable , you can give value like that
prog="explorer.exe http://www.baanboard.com"


That'all

george7a
2nd May 2007, 08:38
No need for explorer.exe. This will work too:

link_str = "http://www.baanboard.com/baanboard"
app_start(link_str,"","","","")

- George