Hi,
In the clicked event, populate the Args object with the "text". and pass it
to the report.
ie, Args args = new Args();
args.parm(text);
if u have some complex data /object to be passed use
args.parmObject(class object).
Now in the init of the report get the args object and disassemble it to
extract ur records.
say,
void init()
{
//inside report method
text = elemrnt.args.parm(text);
}
Now u can work around with the text value as u wish.
Sailendran Rajan
V G <[EMAIL PROTECTED]> wrote:
Hi
Our client has a requirement where open a form showing some details(in the
grid with many lines) like details of the salestable and a text field where
user can enter some text.
Once the user enters in the text field of the form(this is not a table field
so it is not stored) and hits a button on the form we have to show a report
for all the records where the value is entered in the text field of the
form. How is it possible to fetch the value of the form text fields when in
report.
I hope I am not too confusing
Thanks
Vishal
[Non-text portions of this message have been removed]
---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
[Non-text portions of this message have been removed]