Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

limitations of getfile()

Status
Not open for further replies.

beedubau

Programmer
Jan 7, 2003
97
AU
With chr length of 254 it seems difficult to allow a user to see and select ANY extensions that may be pertinent.

eg GETFILE("JPG","BMP","GIF","TIF","PCX","PNG","Image Files")

isn't allowed.

I need to allow

Audio files
Video files

as well in a separate getfile() and the same thing occurs.

I can filter after a file is chosen but that isn't as user friendly.


Is there any way around this?

Regards

Bryan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top