Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FORM RECEIVING PARAMETER LIST

Status
Not open for further replies.

Apprentice101

IS-IT--Management
Aug 16, 2004
66
0
0
US
So thanks to your help. I was able to sent the parameter list from "FORM A" and call "form B".

now I assume that I am still missing something as I get the error messange that says something like "not such parameter name exist in form B"

the idea is this, I want the user to be at a record with "recordID" value entered. And then as FORM B launches,form b should take that current "recordid" and query it on form B and display the result when the form B opens.

so I guess I am missing the code that tells formB to receive the paramenter list right? how do I do this and where do I put it? please be as specific as possible, code example would be terrific!

thanks again
joey



 
Just specify the same parameter name in your form B as you have specified in the parameter list from form A.
 
Look in the object navigator, under 'Parameters'!

To reference a parameter in your forms code, use something like:

[tt]:block.item := :parameter.parameter_name;[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top