neomorpheus
Programmer
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="plainpersdetail" action="plainpersdetail.rpt" target="MyRightMain" method="post">
<input type="Hidden" name="user0" value="#client.client_tda_login_id#">
<input type="Hidden" name="password0" value="#client.client_tda_passwd#">
<input type="Hidden" name="prompt0" value="#docno#">
<input type="Hidden" name="prompt1" value="#ccnum#">
<input type="Hidden" name="prompt2" value="">
<input type="Hidden" name="prompt3" value="#edate#">
<input type="Hidden" name="prompt4" value="">
<input type="Hidden" name="prompt5" value="">
<input type="Hidden" name="promptOnRefresh0@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh1@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh2@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh3@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh4@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh5@plainpersdetail.rpt" value="">
</form>
<script language="javascript">
document.plainpersdetail.submit();
</script>
---------END OF CODE-----------------
Has anyone encountered this probelm?? How do i fix this?? Any help will be appreicated.
Thanks
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="plainpersdetail" action="plainpersdetail.rpt" target="MyRightMain" method="post">
<input type="Hidden" name="user0" value="#client.client_tda_login_id#">
<input type="Hidden" name="password0" value="#client.client_tda_passwd#">
<input type="Hidden" name="prompt0" value="#docno#">
<input type="Hidden" name="prompt1" value="#ccnum#">
<input type="Hidden" name="prompt2" value="">
<input type="Hidden" name="prompt3" value="#edate#">
<input type="Hidden" name="prompt4" value="">
<input type="Hidden" name="prompt5" value="">
<input type="Hidden" name="promptOnRefresh0@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh1@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh2@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh3@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh4@plainpersdetail.rpt" value="">
<input type="Hidden" name="promptOnRefresh5@plainpersdetail.rpt" value="">
</form>
<script language="javascript">
document.plainpersdetail.submit();
</script>
---------END OF CODE-----------------
Has anyone encountered this probelm?? How do i fix this?? Any help will be appreicated.
Thanks