cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
peakbagger66
Level 4

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!
Labels (1)
0 Kudos
(4) Replies
ch_eng
Level 7

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!
0 Kudos
peakbagger66
Level 4

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...
0 Kudos
ch_eng
Level 7

If you open the SQLServerSelectLoginDlg.rul file in that folder, you should see the function definition for SQLServerSelectLogin2

HTH
0 Kudos
peakbagger66
Level 4

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 🙂 ).
0 Kudos