I just added a "Files" form to my database and I thought I'd pass it along in case anyone else might find it useful.
As you know IQ uses several different fields to hold references to files in the file system. Three of these (are there any more?) are FileName, FilePath, and ItemHTMLFile. ItemHTMLFile holds the path of the file that is displayed in the document pane. FilePath and FileName hold the path and name of a file that can be loaded by double-clcking on the item, or viewed by opening an Image Viewer.
If you put these fields in a Form, a down arrow appears next to the field name in the form. You can click on this down arrow to bring up a "Select a File" dialog (FilePath, ItemHTMLFile) or a "Browse for Folder" dialog (FilePath), to fill in these fields.
I added the URL field too and here's how my Form looks:
Comments