form parameters [message #84527] |
Fri, 26 March 2004 22:18 |
aditya
Messages: 36 Registered: March 2001
|
Member |
|
|
hi all , i m trying to use form's default parameters and triggers but don't know about that. can u please send me what r they and how to use them for different purpose.
thanx in advance
aditya
|
|
|
Re: form parameters [message #84572 is a reply to message #84527] |
Wed, 31 March 2004 03:16 |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
you should create in the node a parameter and fill in
the datatype, initial value if desired.
in your forms you can use this parameter to assign values to it.
suppose parameter you created is my_param.
in your code you can use it like
:parameter.my_param :=99;
|
|
|