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

Netscape Problem

Status
Not open for further replies.

neomorpheus

Programmer
Mar 9, 2001
47
US
I have a report that is being called thru Cold Fusion 4.5. The report shows up fine in IE versions, but gives me an error message when using Netscape-

The viewer is initialized but doesnt run the report.

ERROR MESSAGE:
"A required argument is invalid or not specified near [-1]- Connecting to pageserver- xx.xx.com"

I checked the order in which the parameters are being passed as required by the report and they seem to be fine.

Here is the code:

<b>PERSONNEL DETAIL REPORT</b>
<form name=&quot;plainpersdetail&quot; action=&quot;plainpersdetail.rpt&quot; target=&quot;MyRightMain&quot; method=&quot;post&quot;>
<input type=&quot;Hidden&quot; name=&quot;user0&quot; value=&quot;#client.client_tda_login_id#&quot;>
<input type=&quot;Hidden&quot; name=&quot;password0&quot; value=&quot;#client.client_tda_passwd#&quot;>


<input type=&quot;Hidden&quot; name=&quot;prompt0&quot; value=&quot;#docno#&quot;>
<input type=&quot;Hidden&quot; name=&quot;prompt1&quot; value=&quot;#ccnum#&quot;>
<input type=&quot;Hidden&quot; name=&quot;prompt2&quot; value=&quot;&quot;>
<input type=&quot;Hidden&quot; name=&quot;prompt3&quot; value=&quot;#edate#&quot;>
<input type=&quot;Hidden&quot; name=&quot;prompt4&quot; value=&quot;&quot;>
<input type=&quot;Hidden&quot; name=&quot;prompt5&quot; value=&quot;&quot;>

<input type=&quot;Hidden&quot; name=&quot;promptOnRefresh0@plainpersdetail.rpt&quot; value=&quot;&quot;>
<input type=&quot;Hidden&quot; name=&quot;promptOnRefresh1@plainpersdetail.rpt&quot; value=&quot;&quot;>
<input type=&quot;Hidden&quot; name=&quot;promptOnRefresh2@plainpersdetail.rpt&quot; value=&quot;&quot;>
<input type=&quot;Hidden&quot; name=&quot;promptOnRefresh3@plainpersdetail.rpt&quot; value=&quot;&quot;>
<input type=&quot;Hidden&quot; name=&quot;promptOnRefresh4@plainpersdetail.rpt&quot; value=&quot;&quot;>
<input type=&quot;Hidden&quot; name=&quot;promptOnRefresh5@plainpersdetail.rpt&quot; value=&quot;&quot;>
</form>
<script language=&quot;javascript&quot;>

document.plainpersdetail.submit();
</script>

---------END OF CODE-----------------

Has anyone encountered this probelm?? How do i fix this?? Any help will be appreicated.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top