roge544
4th April 2003, 14:40
Is there a Tools-Function available for opening a file-browser
directly in a Baan-Forms to browse directly on a file-directory on
OS-Level for BaanIV ?

Or is there another Add-On-Product for BaanIV available ?

günther
4th April 2003, 15:25
I think I found this info somewhere on baanboard, but now I cannot find it anymore ...

Here is the code:


declaration:
| #pragma used dll tgbrg0019

choice.cont.process:
on.choice:
long rc
string sel(20,20)
long no
long mx

mx = 20

rc = select.file("/", false, sel, no, mx)
message("rc=%d sel=%s no=%d", rc, sel, no)

mark_h
4th April 2003, 16:58
Here is the post (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1844&highlight=file+and+browser) I think gunther was refering to.

Good Luck!

Mark