spartacus
2nd September 2008, 15:58
Hi,

I just tried to find something like a filedialog for the client. With help of BaanBoard here, I found "select.file()" in tgbrg0019 which works fine for the server. Also in tgbrg0019 I found a stub of "tgbrg0019.select.file.on.client()". According a comment, file dialog will be available in "Verdi2".

Is "Verdi2" a code for a Baan Version?
Is there an other way to realize filedialog on Baan 5c (SP14)?

mark_h
2nd September 2008, 17:58
Did you check ottdllbw like George mentioned here (http://www.baanboard.com/baanboard/showthread.php?t=26814&highlight=Select+files+client). Posted this since I am not sure what is in baan 5 or what verdi2 might mean. The only other thing is to use the vb executable(in code and utilities forum)that was posted for opening a file on the client.

Andreas
3rd September 2008, 09:31
Hi Richard,
indeed Verdi is an internal Codeword for a Baan-Version.
I know of 'Grieg' (5.0b), 'Corelli' (5.0c), 'Reger' (5.1 or 5.2 ?). I think that Verdi was initially the code for Baan 6/Baan LN/SSA ERP LN/Infor ERP LN.

As for your problem, maybe this is a solution for you:

Local File Selector (http://www.baanboard.com/baanboard/showthread.php?t=26814)

Andreas

spartacus
3rd September 2008, 10:15
Hi Mark, Andreas,

thank you for your support. I found it a little but funny and annoying together, that there is that "body" of a function in tgbprp0019. Originally there was some code in it, which they commented again with the hint to Verdi.
In a short test, I also tried to include ottdllbw to be sure, but it helps nothing (of course).

The use of an "external" program, as you proposed is at the moment not desired.

Imortant for me is, that I can say: There is no function within Baan to create a file selector!

vahdani
3rd September 2008, 10:22
Hi Richard,

I had done a File Selector some time ago. You can find it here:Local File Selector (http://www.baanboard.com/baanboard/showthread.php?t=26814). Try Version 2.

I Just saw that Andreas hat already mentioned this! Sorry.