Home » Developer & Programmer » Forms » How to displayed only login form (Windows XP, Oracle Form 6i)
How to displayed only login form [message #602157] Sat, 30 November 2013 08:56 Go to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
Hiii, I've created a login form which is called from the main form using When-new-form-instance trigger. Well everything working correctly, but whenever login form called, behind the login form main form always displayed. I only want to show login form window, neither forms_mdi_window nor the main form. I've uploaded screen shot of it. Can anyone tell me how to do this..
Re: How to displayed only login form [message #602172 is a reply to message #602157] Sat, 30 November 2013 15:57 Go to previous messageGo to next message
mughals_king
Messages: 392
Registered: January 2012
Location: pakistan
Senior Member
is your main_form in property palette calling "menu module:- xyz.mmb/.mmx??????????

as far as concern forms_mdi_window you can hide in login form "when-new-form-instance" simple write

HIDE_WINDOW(FORMS_MDI_WINDOW);


but i think i still not understand properly your question regarding your main form whether it is calling as i mentioned above mmb/mmx????? better you upload your main form screen shot as well.


Regard
Mughal




[Updated on: Sat, 30 November 2013 15:59]

Report message to a moderator

Re: How to displayed only login form [message #602181 is a reply to message #602172] Sat, 30 November 2013 22:45 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
hii, thanks for your reply, I've created application which is called using shortcut icon (present in desktop) is guess you know that. In this the main form is calling all the forms and reports and as you said i am also calling my menu module i.e. tsm_menu.mmx. And as i said earlier in main form, am calling login_form from when-new-form-instance trigger. but whenever i open the application 1st login form is appeared with forms_mdi_window, i use hide_window command but its not working. it still showing forms_mdi_window.
Earlier i uploaded the image is the screen shot of login form after opening the application. I'm uploading the screen shot of main form which is displayed after the login_form.
Please help me in this
  • Attachment: main_form.JPG
    (Size: 60.99KB, Downloaded 992 times)
Re: How to displayed only login form [message #602224 is a reply to message #602181] Sun, 01 December 2013 18:25 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
hey guys pls help me with this one...
Re: How to displayed only login form [message #602343 is a reply to message #602224] Tue, 03 December 2013 04:37 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Please, don't report your messages to moderators just to attract attention. Someone would have assisted if he/she knew it. I don't and, honestly, don't care about such a trifle; what's wrong with the way it is now? This form's business is to allow users to log in. If it does the job correctly, fine - move on, focus to more important requirements.

Of course, nothing prevents you from being patient and wait for someone to assist. Hopefully, you'll get the answer. Good luck!
Re: How to displayed only login form [message #602598 is a reply to message #602343] Thu, 05 December 2013 21:33 Go to previous messageGo to next message
shahzad-ul-hasan
Messages: 615
Registered: August 2002
Senior Member
i think you want only the login screen. after the login the main menu should be appear...
Re: How to displayed only login form [message #602606 is a reply to message #602598] Thu, 05 December 2013 22:52 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
Yes..after starting application i simply want to display login form, if login gets successful then it can show main form with menu
Re: How to displayed only login form [message #602609 is a reply to message #602606] Thu, 05 December 2013 23:00 Go to previous messageGo to next message
shahzad-ul-hasan
Messages: 615
Registered: August 2002
Senior Member
then create a menu1 which contains only windows option by default. call on form via property pallete.which conatin the one push button. click on that button after the login your main menu and form will be appear through
call_form('E:\main\main.fmx');

Re: How to displayed only login form [message #602615 is a reply to message #602609] Thu, 05 December 2013 23:48 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
Hi i tried but not working
Re: How to displayed only login form [message #605669 is a reply to message #602615] Mon, 13 January 2014 05:02 Go to previous messageGo to next message
jgjeetu
Messages: 373
Registered: July 2013
Location: www.Orafaq.com/Forum
Senior Member

why dont you simply make a basic login form , you can provide a condition if the login is sucesful then call_form/open_form . Thats it.
Re: How to displayed only login form [message #605690 is a reply to message #605669] Mon, 13 January 2014 11:24 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
Thanks for your reply...
But I now already created a simple login form with project name above it and in middle login form and below my contact details...
Re: How to displayed only login form [message #605735 is a reply to message #605690] Tue, 14 January 2014 02:21 Go to previous messageGo to next message
jgjeetu
Messages: 373
Registered: July 2013
Location: www.Orafaq.com/Forum
Senior Member

check my project Cool, big thanks to my bro anzish mughal,michel , lalit , littlefoot etc for helping me a lot http://www.mediafire.com/download/9e6pv959wdl9oy8/Oracle%2010g%20Project.rar
Re: How to displayed only login form [message #605749 is a reply to message #605735] Tue, 14 January 2014 04:12 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
Hii Your project is awesome...mainly the user details related form...
Can you tell which software you used to create this video...
Re: How to displayed only login form [message #605810 is a reply to message #605749] Wed, 15 January 2014 01:30 Go to previous messageGo to next message
jgjeetu
Messages: 373
Registered: July 2013
Location: www.Orafaq.com/Forum
Senior Member

thanks for appreciation bro , i used camtasia studio for recording this video.
i have sent you download link through pm , check it Smile
Re: How to displayed only login form [message #605812 is a reply to message #605810] Wed, 15 January 2014 01:44 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
If you are saying about video link then i got it...
Re: How to displayed only login form [message #606034 is a reply to message #602615] Fri, 17 January 2014 12:09 Go to previous messageGo to next message
Rayam69
Messages: 43
Registered: May 2012
Member
Hi

You will not have the regular menubar as the option on the login form. You can show a dummy menu.
This should work.
Re: How to displayed only login form [message #606940 is a reply to message #606034] Thu, 30 January 2014 22:57 Go to previous message
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member
Hi

Disable your all menu in new form instance trigger and then make trigger in login form that if login successfully show menu and go to main form


Regards


Shahzaib Ismail
Previous Topic: i got an error as,Invalid reference to 'BLOCK_NAME'
Next Topic: window not closed
Goto Forum:
  


Current Time: Tue Apr 23 23:10:07 CDT 2024