dropown FileDir

beasscript-logo-small

BS: Allow to create a drop-down with list of files

 
item.mycolumn.dropdown.filedir=directory=filemask

 

Directory can be a place holder or string and must end with "\"

 

Example: use this for UDF4 for list of all existing crystal reports

For this you can use the placeholder "reports". This will scan all  report folders

item.udf4.dropdown.filedir=reports=*.rpt

 

Display all .gif pictures from a folder in udf4

 

item.udf4.dropdown.filedir=c:\temp\=*.gif

 

dropdownfiles