Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: File browse

  1. #1
    Join Date
    Jul 2004
    Posts
    313

    File browse

    I am using the ftp plugin to send a file but the end users are so dumb I need to have the dailog box open in the autoplay docs folder and specify the file type.

    Can anyone please help me with little issue.

    Thanks

    tbFiles = Dialog.FileBrowse(true, "please Select the File in this folder", _Source\docs, "All Files (*.txt*)|*.*|", "", "", false, true)

  2. #2
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244
    Quote Originally Posted by ianhull
    I am using the ftp plugin to send a file but the end users are so dumb I need to have the dailog box open in the autoplay docs folder and specify the file type.

    Can anyone please help me with little issue.

    Thanks

    tbFiles = Dialog.FileBrowse(true, "please Select the File in this folder", _Source\docs, "All Files (*.txt*)|*.*|", "", "", false, true)

    tbFiles = Dialog.FileBrowse(true, "please Select the File in this folder", "_SourceFolder\\AutoPlay\\Docs", "All Files (*.txt)|*.txt|", "", "txt", false, true);
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  3. #3
    Join Date
    Jul 2004
    Posts
    313
    Thanks derek,

    Much appreciated.

Similar Threads

  1. file browse dialog causes problems?!?!?!
    By gnetcanada in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 12-16-2004, 08:46 PM
  2. Audio Tracks Project
    By Michael in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 03-18-2004, 10:58 PM
  3. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts