SQL Connection Dialog - Default to SQL Authentication

ChuckF74's picture

Hello,

I would like to customize the SQL Connection Dialog to default to SQL Authentication.  If it's possible, I'd like to remove the two Database Authentication radio buttons and always set the property to SQL.  If it's not possible then I'd like to pre-select SQL Authentication and disable the radio buttons.  

I tried this and it didn't work (on the "Next>" button event):

  •  
  • Event: [WiseSqlParam]    ---- no change
  • Argument: WiseSqlServerName|"SQL"|WiseSqlUser|WiseSqlPass|WISE_SQL_CONN_STR  - trying to replace the WiseSqlAuth property with "SQL"
  • Condition: 1 --- no change

When I click the "Next>" button, it's causing an error because I must have the syntax wrong or something simple.  How would I change the argument?I'm new to Wise.  Thanks.

VBScab's picture

No need to futz with the dialog...

...just set the WiseSqlAuth property to "SQL" before the dialog is displayed.

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.