Is there a way to customize a textbox to get a file selection box ? Like it has been realized in f.i. the Export Dialog - you press the Assist Edit and a file selection dialog is open. Thanks for useful replies in advance Arno Pucher
Do a search in this forum on the term “file dialog”. You will find several threads dealing with this topic and several answers. Check out the thread from March 2001 started by E van Scheers titled “filename in txt field”. And good luck. Dave Studebaker das@libertyforever.com Liberty Grove Software A Navision Services Partner
Go to Downloads of this site or www.mynavision.net. Warning! Be sure what COMDLG32.OCX is exists and registered on client’s PC. Business Applications Programmer Sertified Navision Developer SIA “Sintegra” Latvia
If you plan to use the Common Dialog OCX, you have to have a “Microsoft Development License” installed on the computer, otherwise you will not be able to save/compile the object. This license component is installed automatically as a part of any MS development environment, i.e. VB, C++ Alex
quote:
If you plan to use the Common Dialog OCX, you have to have a “Microsoft Development License” installed
Not true! You can edit, save and compile the object without losing the license. However, you must not change/add the global variables which point to the OCX. With best regards from Switzerland Marcus Fabian
Agree!! It is not true! You don’t need Developer License! Installation of VB and othres simply registers new OCX component. In clear installation of OS this file do not exists (only COMDLG32.DLL). Problems may be only with Win95 or Win95+IE4 (different OS kernel). On Win98, Win98SE, WinNT,Win2k all works fine! Business Applications Programmer Sertified Navision Developer SIA “Sintegra” Latvia