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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Further info. My purpose is to p

Status
Not open for further replies.

BenjaminLim

IS-IT--Management
May 24, 2000
73
GB
Further info.

My purpose is to pass the parameterlist to the 'where' part of the query statement. And the query is part of a cursor. Meaning:

CURSOR PP_SUMMARY IS
SELECT COM.Company_Name, PAY.Bank_Code, ... from...
where :RPTPARAM.C_Company_Retval and...

And this is then used to create an ASCII file and not to populate a detail block or group ...

Currently the where cause returns an error stating wrong type.

Could you advice as I am not able to change the paramlist as it is pass into other reports which I could not change.

And yes I use the display (i.e. message command) and the system returns 'JSH code in (30)' if 30 is selected.

Please advice. Thanks.

Regards
Benjamin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top