Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2007
    Posts
    7

    How Can i Add ReFresh CTRL_BUTTON_BROWSE

    Well...
    am newbie to SUF7.
    i hv many Question but i'll ask timebeing.
    i want to Refresh CTRL_BUTTON_BROWSE to its default Value in SELECT INSTALL FOLDER.
    well, i used a lil trick for Giving Database Path By Browsing.
    See Picture 1. and picture 2
    i want to view only *.mdb files in directory View, where rite now am only viewing the Folders & SubFolders Tree, not Files, bcoz am using SELECT INSTALL FOLDER Screen.
    Please Help me! if still my problem is not clear then i'll try to Explore more.

    ThanxXx! in Advance!
    Best Regards
    Bilal Ahmed
    Attached Images

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Sorry but I don't totally understand your question. Please explain further

    Adam Kapilik

  3. #3
    Join Date
    Mar 2007
    Posts
    7
    Quote Originally Posted by Adam View Post
    Sorry but I don't totally understand your question. Please explain further

    Adam Kapilik
    ThanxXx! for Reply! Sir!
    ok, lemme Xplain wt i Xactly want to do..., nd Sorry! my English is not better!

    Am Trying to create a Setup file, for configuring DSN for MS Access, in which user will tell only 2 things.
    1 - DSN Name
    2 - Database File Path

    lets suppose,
    User Enter DSN Name, "MyDSN"
    Database File Path, "D:\Database\Backup.mdb"

    i want to Pass Both Values to below code at run time, nd when i click Next or Create DSN button, setup create a DSN with the name MyDSN. and Database File Path should change or modify or insert in Setup.
    i want to pass Variables to "DSN=SOMVARIABLE\\0DBQ=files

    ODBC.ConfigDataSource("Microsoft Access Driver (*.mdb)", "DSN=QandA\\0DBQ=J:\\DATABASE\\QandA.mdb\\0FIL =MS Access;\\0DESCRIPTION=Questions and Answers Database\\0DRIVERID=25\\0UID=\\0\\0", ODBC_ADD_DSN);



    am using this code for Browsing nd selecting Database File from Drives.
    files = Dialog.FileBrowse(true, "Open File", _DesktopFolder, "MS Access Files (*.mdb)|*.mdb", "", "", false, false);


    how can i modify these both values in setup ?
    DSN NAME & DBQ...

    or if anyother possible solution for this purpose you have tell me.
    am 101% newbie! for SUF7

    Please Guide Me!

Similar Threads

  1. How to add a folder to setup?
    By anilthomas26 in forum Setup Factory 7.0
    Replies: 1
    Last Post: 04-27-2005, 12:08 PM
  2. Add PATH ?
    By InTeL in forum Setup Factory 6.0
    Replies: 4
    Last Post: 07-01-2003, 03:21 AM
  3. HOWTO: Add DirectX 8.1 Support to your Setup Factory 6.0 Installation
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-30-2002, 01:55 PM
  4. Add to Path Function and change form colors/text
    By Tnygaard in forum Setup Factory 6.0
    Replies: 0
    Last Post: 07-21-2002, 08:31 AM

Posting Permissions

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