Hi
When a user creates File->Database The database Wizards pops up.
the following code (m_pCollection->hasAuthentication(DST_MY-DRIVER))is
checked to bring "Authentication" page for MY-DRIVER.
In my driver source code where do I have to make changes so as to return
the above function TRUE/FALSE;
*************************CODE STARTS*********************************
dbaccess/source/ui/dlg/dbwizsetup.cxx:327
*****************************************************************
if ( m_pCollection->hasAuthentication(DST_MY-DRIVER))
declarePath( MOZILLA_PATH, PAGE_DBSETUPWIZARD_INTRO,
PAGE_DBSETUPWIZARD_AUTHENTIFICATION, PAGE_DBSETUPWIZARD_FINAL,
WZS_INVALID_STATE);
else
declarePath( MOZILLA_PATH, PAGE_DBSETUPWIZARD_INTRO,
PAGE_DBSETUPWIZARD_FINAL, WZS_INVALID_STATE);
****************************CODE ENDS********************************
Regards,
Jayant
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]