cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
alaytin
Level 3

SqlLogin - Do not allow continue unless connection valid

Hello-

I am using the SQLLogin dialog would like to restrict the user from continuing onto the next screen if the connection is not validated. When the user clicks next it checks sql connection, but when the user presses OK on the default error popup it just moves onto the next page. Is there anyway to not allow the user to continue unless they have a valid connection?

Thanks,

Drew
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

The built-in SQLLogin dialog does not allow end users to move to the next dialog when a connection is not valid. Could you verify that the condition of the NewDialog event for the Next button on the SQLLogin dialog is set to "IS_SQLSERVER_STATUS=0"?

Hope this helps.
0 Kudos