problem in using destype [message #436163] |
Mon, 21 December 2009 23:05 |
dhinendra
Messages: 58 Registered: September 2009 Location: Gurgaon,India
|
Member |
|
|
hi to all i was calling a report from a form,At the form level i want to convert it into excel so i used destype,desname,desformat for that. i create a button and used it like this-
Add_parameter(pl_id,'DESTYPE',TEXT_PARAMETER,:DESTYPE);
ADD_PARAMETER(pl_id,'DESFORMAT',TEXT_PARAMETER,:DESFORMAT);
ADD_PARAMETER(pl_id,'DESNAME',TEXT_PARAMETER,:DESNAME);
it is giving the output when i used only DESFORMAT and DESNAME,but when i used DESTYPE along with them it does not call the reports and just give- module built sucessfully.
waiting for solution.
Thanks
|
|
|
|
Re: problem in using destype [message #436189 is a reply to message #436163] |
Tue, 22 December 2009 01:15 |
dhinendra
Messages: 58 Registered: September 2009 Location: Gurgaon,India
|
Member |
|
|
hi ram thanks for reply but the problem is like this-
when i am using add_parameter like-
Add_parameter(pl_id,'DESTYPE',TEXT_PARAMETER,'SCREEN');
it is giving the output but when i used like-
Add_parameter(pl_id,'DESTYPE',TEXT_PARAMETER,:DESTYPE);
THEN it is not executing means not calling the report.
Thanks
|
|
|