Speaking of FileDlg,I have an old thing which I've never solved.
I can specify the folder path to the file but I'd like to pass the
file name as well.
The aim is to allow the user to select a different file but supply a
default value so that he can only hit enter and off he goes.
I was trying to use a hidden default if no file is selected but it's
confusing and no-one liked it.And me neither because then you can't
distinguish it from no selection at all,simply a bad solution.
Speaking of FileDlg,I have an old thing which I've never solved. I can specify the folder path to the file but I'd like to pass the file name as well. The aim...
This may be too simplistic, but you could init the field with the default filespec, then put a zoom event on the field that calls filedlg... ... [Non-text...
I dont think we can do that in v9.4! eralph ... ____________________________________________________________________________________ Be a better friend,...
For example, to default to the T: drive for .doc files and allow all files as an alternative: FILEDLG ('All Files (*.*)','T:\*.*'&CHR (0)&'Document files ...
To expand on Alan's suggestion: The trick is to "overload" the FILEDLG() function's second parameter with multiple pairs of arguments, each separated from the...
Thanks Arch. I knew I could rely on you to expand for me ;-) Alan ... From: Arch Lineberger [mailto:Arch.Lineberger@...] Sent: 21 December 2007 14:02 To:...
Having a bit of trouble with the FileDlg function. How do you have it open in a specific directory? Thank You Gary AVIS DE NON-RESPONSABILITE / DISCLAIMER: ...
Boy, I can sure see why my Internet connection has slowed down! What a disclaimer, on every email!! :-) Hope you don't start working in other countries and...
Kill all the lawyers and the problem will disappear! ;-) On Thu, May 14, 2009 at 10:08 AM, Brian Scoffield ... -- InControl Systems Belmont, NC USA [Non-text...
Just the Lawyers wont do it. You forget the massive colour intense bitmap proclaiming green credentials. The printing of which is accompanied by the sound of a...
But Steve, they have _good intentions_. Do consequences matter? On Thu, May 14, 2009 at 10:30 AM, Steven Burrows ... -- InControl Systems Belmont, NC USA ...
Put the path you want in the second argument: FILEDLG ('CSV Files','C:\MYFILES\*.CSV'). You can also make that a variable if you want to capture it each time...