how to insert an username from the login page to the form page
GTANov 19 2010 — edited Nov 20 2010Hi friends,
I created one database apex application in which it consist of three pages...
1)login page----->1
2)form page along with report page(in same page) i.e. i created a report region within a form region
3)form page(this page appears when i click the edit option in my previous report page
(i.e.) my 3rd form page depends upon my 2nd report page, as soon after i click the edit option of each and every row in my report which is in 2nd page it has to go to the corresponding 3rd form page for making an updations in each and every row...
I have created my above listed applications....
But the scenario for me is since the login page contains two fields, that is
user name:
password:
so i will be giving my name in the user name and also respective PW for accessing to my 2nd and 3rd page in my application...
Since my 2nd form page consist of following fields like
*) user name---------->
*) assigned to
*) status
*) start date
*) priority
so my requirement over here is soon after i logging into my application through the user name and PW into second page, while coming to the second form page
my user name field in my 2nd form page has to get inserted automatically with the user name that i have entered in the login page...
example: my user_name in login page is :harry
after going into the second form page with the user name "harry"
the field of my 2nd form page "username" has to get automatically generated with the name "harry"
Whether it is possible friends to do this in my application....i doesn't have any idea of it...Kindly help me friends to solve my scenario...please explain each and every steps in detailed manner...
Since the user_name: harry, is of I got from the admin side as a developer for the workspace......
Thanks in advance
Harry....