Home » Developer & Programmer » Forms » Make User Page
Make User Page [message #398883] Sun, 19 April 2009 01:05 Go to next message
sonia.ali
Messages: 40
Registered: April 2009
Location: Pakistan
Member
Hello Friends,
Hope All of will be fine.
Hope you will be fine and Enjoying holiday.
I wana make a page , Which have id user page. Put the User Id and password then open my developing page.


regrads
Sonia Ali
Re: Make User Page [message #398888 is a reply to message #398883] Sun, 19 April 2009 01:20 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
OK, do so!

Good Luck!
Re: Make User Page [message #398892 is a reply to message #398883] Sun, 19 April 2009 02:58 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Such a question has already been asked; please, search the board, review topics you find in order to see what other Forum members have done to solve the problem.
Re: Make User Page [message #399114 is a reply to message #398883] Mon, 20 April 2009 13:30 Go to previous message
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member



select 2 text box 1 is user_id and other is password


then create 2 button ok and cancel


write trigger in ok button

if
user_id = 'Shahzaib' or 'SHAHZAIB' then
if
Password = '123456' then

go_block('emp');
else
message ('Password is incorrect');
message ('Password is incorrect');

end if;
else
Message ('Invalid User Id');
Message ('Invalid User Id');

end if;


Hope this will solve your problem


Shahzaib Ismail
Previous Topic: creating tree in oracle form
Next Topic: How to display screen saver every 10 seconds ?
Goto Forum:
  


Current Time: Fri Sep 20 12:53:46 CDT 2024