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!

Error While Passing SF to a web report through URL

Status
Not open for further replies.

donv

Programmer
Jun 11, 2001
18
US
I was trying to pass a combination of 4 fields as Selection Formula thro a hidden field to a webreport.I am getting this error.
Error on
File :"Operation not yet implemented on pageserver" [name]
I have checked with the date being passed ,No mismatch in terms of data ie lower or uppercase.
Moreover I am passing a SF in the following format in javascript.

vk = '((1,'abc',1,1),(1,'xyz',1,1))';
hiddenfield.value = '{'+viewname+' .(f1,f2,f3,f4)'+'} in ['+vk+']
form.submit();

Please let me know if this is wrong or whether it will work
Please tell anyone.I am using CR8 and connecting to Oracle.

Thanks
donv


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top