LOGON AMAZING PROBLEM
Posted: Tue Jul 25, 2006 9:28 am
HI,
I have a form and i have written following statement on ON-LOGON trigger:-
LOGON('A','PSW@AFI',NULL);
form runs properly.
I have a button on form to re-login, i have written same statement on this button but different user and connect string like this:-
LOGOUT;
LOGON('B','PSW@S07',NULL);
but when i press the button,
it is connecting with B user but AFI connect string.
why its not connecting with string i have defined on button?
Thanks
I have a form and i have written following statement on ON-LOGON trigger:-
LOGON('A','PSW@AFI',NULL);
form runs properly.
I have a button on form to re-login, i have written same statement on this button but different user and connect string like this:-
LOGOUT;
LOGON('B','PSW@S07',NULL);
but when i press the button,
it is connecting with B user but AFI connect string.
why its not connecting with string i have defined on button?
Thanks