Re: answer files with filter

2006-08-28 Thread Mark Talluto
On Aug 28, 2006, at 12:57 PM, Robert Sneidar wrote: Also note, that on OS X you can SEE the files, but cannot select them if they do not match the filter. Also be aware that the file type IS case sensitive. This is an OS X behavior for good or worse. Not a Rev thing. Mark Talluto -- CA

Re: answer files with filter

2006-08-28 Thread Robert Sneidar
Upon doing some testing for Mac OS X, if you use the "with filter" clause, you MUST use the file type arguement, and no wild cards characters are allowed in the file type. For example: answer file "choose a file" with filter "F+PR,bob*.prg" -- allows selection of all Foxpro Program files be

Re: answer files with filter

2006-08-28 Thread Richard Gaskin
Sarah Reichelt wrote: The "answer file" command usually gets me thoroughly confused, but this time, I'm not sure it is able to do what I want. I want to allow the user to select a text file, but it has to be a text file with a name like "Slot45.txt". The number will vary, but it has to start wit

Re: answer files with filter

2006-08-28 Thread John Craig
Sarah Reichelt wrote: On 8/28/06, Martin Baxter <[EMAIL PROTECTED]> wrote: Sarah Reichelt wrote: > On 8/25/06, Sarah Reichelt <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> The "answer file" command usually gets me thoroughly confused, but >> this time, I'm not sure it is able to do what I want. >>

Re: answer files with filter

2006-08-28 Thread Sarah Reichelt
On 8/28/06, Martin Baxter <[EMAIL PROTECTED]> wrote: Sarah Reichelt wrote: > On 8/25/06, Sarah Reichelt <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> The "answer file" command usually gets me thoroughly confused, but >> this time, I'm not sure it is able to do what I want. >> >> I want to allow the

Re: answer files with filter

2006-08-28 Thread Martin Baxter
Sarah Reichelt wrote: On 8/25/06, Sarah Reichelt <[EMAIL PROTECTED]> wrote: Hi all, The "answer file" command usually gets me thoroughly confused, but this time, I'm not sure it is able to do what I want. I want to allow the user to select a text file, but it has to be a text file with a name

Re: answer files with filter

2006-08-27 Thread Sarah Reichelt
On 8/25/06, Sarah Reichelt <[EMAIL PROTECTED]> wrote: Hi all, The "answer file" command usually gets me thoroughly confused, but this time, I'm not sure it is able to do what I want. I want to allow the user to select a text file, but it has to be a text file with a name like "Slot45.txt". The

Re: answer files with filter

2006-08-25 Thread Rob Cozens
G'day Sarah, I want to allow the user to select a text file, but it has to be a text file with a name like "Slot45.txt". The number will vary, but it has to start with "Slot" and have the ".txt". Is this possible? I can get it to limit to text files, but is it possible to limit the available fi

Re: answer files with filter

2006-08-25 Thread Sean Shao
I don't know if you can filter based on the actual filename, but would it be possible for you to use your own file type / extension? If you do need the filtering on a filename I'm thinking you'd have to roll your own dialog.. _ Ch

answer files with filter

2006-08-24 Thread Sarah Reichelt
Hi all, The "answer file" command usually gets me thoroughly confused, but this time, I'm not sure it is able to do what I want. I want to allow the user to select a text file, but it has to be a text file with a name like "Slot45.txt". The number will vary, but it has to start with "Slot" and h