Did you properly define a file set for "any" ??


Jacob Palme wrote:
What is wrong with this REALbasic statement:

  Dim FileToDump As FolderItem
  FileToDump = GetOpenFolderItem("any")

When I execute this command, all files are greyed out and
I cannot open any file. I have also tried with

  Dim FileToDump As FolderItem
  FileToDump = GetOpenFolderItem("text")

with the same result, even though the files definitely
have the "TEXT" file type and the file ending ".txt".

I also tried:

  Dim FileToDump As FolderItem
  FileToDump = GetOpenFolderItem("Application/text")

again with the same result, all files are greyed out!

Where can I find documentation of the allowed values
of the Filter parameter to GetOpenFolderItem. All
I can find in the documentation are examples,
all of them referring to non-text files.


_______________________________________________
Unsubscribe:
<[EMAIL PROTECTED]>

REAL Software has decided to consolidate this mailing list with the online Forums.  
On Monday, February 12, 2007, this mailing list will no longer be active.  We 
encourage you to continue your REALbasic and REAL SQL Server discussions on the 
Forums.  If you are not presently a member of the forum, please sign up today at 
<http://forums.realsoftware.com>.

Reply via email to