Page 1 of 1

LOGON AMAZING PROBLEM

Posted: Tue Jul 25, 2006 9:28 am
by adeelglm
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

Posted: Wed Jul 26, 2006 8:34 am
by Kashif
Try to remove ON-LOGON Trigger and use this user as a PARAMETER on running this form and then check that re-Login Button is working or NOT.

Best Regards.

Muhammad Kashif