Search found 1 match

by adeelglm
Tue Jul 25, 2006 9:28 am
Forum: Oracle Forms & Reports
Topic: LOGON AMAZING PROBLEM
Replies: 1
Views: 1357

LOGON AMAZING PROBLEM

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 ...