This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Adding another field to SQLServerSelectLogin2
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 08, 2010
11:40 AM
Adding another field to SQLServerSelectLogin2
can't seem to find the code for this dialog. How would I go about customizing this? Specifically, I want to add an additional field towards the bottom of the dialog so the user can enter the address of a SQLReporting Services server, rather than create a new dialog to do that. I modified the template, but I need to get into the code to use the new field.
Thanks!
Thanks!
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 08, 2010
01:59 PM
The SQL dialogs source folder should be something similar to this:
C:\Program Files\InstallShield\2010\Script\Isrt\src
Good luck and don't forget to make backup copies!
C:\Program Files\InstallShield\2010\Script\Isrt\src
Good luck and don't forget to make backup copies!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 08, 2010
03:25 PM
Thanks, I had looked in there, but did not find any .rul files that matched SQLServerSelectLogin2. there is nothing in the whole directory structure that matches that. I thought maybe it was hidden in a resource file the way the other dialog .ruls are...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 08, 2010
03:29 PM
If you open the SQLServerSelectLoginDlg.rul file in that folder, you should see the function definition for SQLServerSelectLogin2
HTH
HTH
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 09, 2010
05:08 PM
ch_eng wrote:
If you open the SQLServerSelectLoginDlg.rul file in that folder, you should see the function definition for SQLServerSelectLogin2
HTH
Thanks so much! You saved me two weeks (because that's how long it would have taken me to figure out I should look in the code 🙂 ).