qodin - 2020-11-16

Hi All,

I would like to know how the dialog box 'VUM_Login' works because i try to create my own 'VUM_Login' box to add other properties. This box is in the library 'VisuUserMgmt' in 'Dialog and provider'

The variables in the box are as follows :

g_VisuLoginProviderManager.m_arrLoginProvider[iIndexLoginProvider].stUserName
g_VisuLoginProviderManager.m_arrLoginProvider[iIndexLoginProvider].stPassword
g_VisuLoginProviderManager.m_arrLoginProvider[iIndexLoginProvider].dwDialogResultOK:=TRUE;

I don't understand where these variables come from and how can i use them ?

When i use the 'VUM_Login' box this error appears :

'g_VisuLoginProviderManager.m_arrLoginProvider[iIndexLoginProvider].stPassword' is no valid assignement target

By the way, is there a 'VUM_Logout' because i can't find it ?

Thank you in advance for your answers.