Home » Developer & Programmer » Forms » sending of paramters to a called form and to receive it in call ed form (oracla8i with form 60)
sending of paramters to a called form and to receive it in call ed form [message #350736] Fri, 26 September 2008 01:33 Go to next message
orarep
Messages: 56
Registered: September 2007
Member
hi everyone

i have a form which search the student number and then clicking a button which will atke you to new form and the data of that particular student (i.t all sessional marks and terminal exam marks and finla grade etc) will be displayed.

i have look at help and find the paramtlist which one can send with call_form but don't know how to receive it or if any other solution as i want that when i open 2nd form so already that marks of student is displayed.

any idea sir

regards

orarep

[EDITED by LF: removed empty lines]

[Updated on: Fri, 26 September 2008 16:29] by Moderator

Report message to a moderator

Re: sending of paramters to a called form and to receive it in call ed form [message #350750 is a reply to message #350736] Fri, 26 September 2008 02:27 Go to previous messageGo to next message
rajy_salim
Messages: 204
Registered: January 2008
Location: Beirut - Lebanon
Senior Member
Please remove the useless lines at the end of your post, and use 'preview message' to verify your message before posting it.

Rajy
Re: sending of paramters to a called form and to receive it in call ed form [message #350768 is a reply to message #350750] Fri, 26 September 2008 05:18 Go to previous messageGo to next message
orarep
Messages: 56
Registered: September 2007
Member
yes that was by mistake i kept enter key press.
any way can u help me regarding my question


regards

orarep
Re: sending of paramters to a called form and to receive it in call ed form [message #350778 is a reply to message #350736] Fri, 26 September 2008 05:42 Go to previous messageGo to next message
rajy_salim
Messages: 204
Registered: January 2008
Location: Beirut - Lebanon
Senior Member
You can create a parameter list, add to it the appropriate parameters you want to pass, and then include it as a parameter in your CALL_FORM.
Search the help system for: PARAMLIST, ADD_PARAMETER, CREATING A PARAMETER LIST, ...

Rajy
Re: sending of paramters to a called form and to receive it in call ed form [message #350892 is a reply to message #350778] Fri, 26 September 2008 21:34 Go to previous messageGo to next message
orarep
Messages: 56
Registered: September 2007
Member
U didn't understand me rajy_salim

i know how to creat pramater list what i want to know that how can i recevie it in another (called) form .
basically this parameter wii be the criteria for Where_clause in called form and when i execute it so it will do my task

Any idea

orarep

Re: sending of paramters to a called form and to receive it in call ed form [message #350895 is a reply to message #350892] Sat, 27 September 2008 00:33 Go to previous messageGo to next message
orarep
Messages: 56
Registered: September 2007
Member
hello there

well from form builder help, i found that i need to make paramter at design time but how?? i made it using PARAMETER option in object navigator but now how to connect this paramter with the parameter i have send ? i try to use get_apramter_list but don't know prpoerly to use it

now any one can help



orarep
Re: sending of paramters to a called form and to receive it in call ed form [message #350998 is a reply to message #350895] Sun, 28 September 2008 21:01 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Look at the sample code under 'add_parameter' in the 'help' sub-system.

David
Re: sending of paramters to a called form and to receive it in call ed form [message #351056 is a reply to message #350998] Mon, 29 September 2008 02:33 Go to previous message
mudabbir
Messages: 235
Registered: April 2006
Location: Kuwait
Senior Member

Take a look at the pic attached and also the below line of code

This code is written in the CALLING form. The attached pic is of the CALLED Form.
Add_Parameter(pl_id,'P_1',TEXT_PARAMETER,:blk1.fld1);
Add_Parameter(pl_id,'P_2',TEXT_PARAMETER,:blk1.fld2);


Did you understand?
  • Attachment: 1.JPG
    (Size: 23.64KB, Downloaded 502 times)
Previous Topic: How to use same LOV for 2 columns?
Next Topic: UTL_packages
Goto Forum:
  


Current Time: Mon Feb 03 12:16:26 CST 2025