Done but with Errors on Page

G

Guest

Can anyone help me.
I am accessing an Oracle10g database via IE6 and some records in a table i
have are displaying Done but with Errors on Page when i try and access them.

Here is the error
Line: 1
Char: 1
Error: Type mismatch: 'openNavScr'
Code: 0

Any information anyone could offer would be very much appreciated.

PS: I have most up to date Java Runtime SE on machine, all Windows Updates
etc.

Kind Regards
: )
 
G

Guest

juls said:
Can anyone help me.
I am accessing an Oracle10g database via IE6 and some records in a table i
have are displaying Done but with Errors on Page when i try and access them.

Here is the error
Line: 1
Char: 1
Error: Type mismatch: 'openNavScr'
Code: 0

Any information anyone could offer would be very much appreciated.

PS: I have most up to date Java Runtime SE on machine, all Windows Updates
etc.

Kind Regards
: )


= Click Start >> Control Panel>>Network and Internet Connections >> Double
click Internet Options.
On the IE properties windows you will see these Taps:
General | Security | Privacy | Content | Connections | Programs |
Advanced.
Under General Tab clear your History, Internet Files and Cookies.
Then click on Advanced tab and scroll down to under the Browsing Option:
[&] Browsing
[ ] Enable Third-Party browser extensions (Req Rest) uncheck this box.
[ ] Disable script Debugging (internet Explorer) <= check this box
[ ] Disable Script Debugging (Other) <= check this box

Click [OK] to apply your changes and close the IE properties.

= Then Open a run command and type in these DLLs to re-register them:
regsvr32 softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll
regsvr32 Msjava.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Urlmon.dll
regsvr32 Cryptdlg.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll

= Either try to update your windows scripting engine or Java version on your
computer, try to uninstall the old Java first.
Windows Script 5.6 Documentation
http://www.microsoft.com/downloads/...48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
HTH.
nass
 
G

Guest

Thanks i found the error.
Special character | in the field in the database.

nass said:
juls said:
Can anyone help me.
I am accessing an Oracle10g database via IE6 and some records in a table i
have are displaying Done but with Errors on Page when i try and access them.

Here is the error
Line: 1
Char: 1
Error: Type mismatch: 'openNavScr'
Code: 0

Any information anyone could offer would be very much appreciated.

PS: I have most up to date Java Runtime SE on machine, all Windows Updates
etc.

Kind Regards
: )


= Click Start >> Control Panel>>Network and Internet Connections >> Double
click Internet Options.
On the IE properties windows you will see these Taps:
General | Security | Privacy | Content | Connections | Programs |
Advanced.
Under General Tab clear your History, Internet Files and Cookies.
Then click on Advanced tab and scroll down to under the Browsing Option:
[&] Browsing
[ ] Enable Third-Party browser extensions (Req Rest) uncheck this box.
[ ] Disable script Debugging (internet Explorer) <= check this box
[ ] Disable Script Debugging (Other) <= check this box

Click [OK] to apply your changes and close the IE properties.

= Then Open a run command and type in these DLLs to re-register them:
regsvr32 softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll
regsvr32 Msjava.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Urlmon.dll
regsvr32 Cryptdlg.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll

= Either try to update your windows scripting engine or Java version on your
computer, try to uninstall the old Java first.
Windows Script 5.6 Documentation
http://www.microsoft.com/downloads/...48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
HTH.
nass
 
G

Guest

Hi Juls,
Glad you got it sorted and thanks for letting us know.
Goodluck.
nass
----
www.nasstec.co.uk

juls said:
Thanks i found the error.
Special character | in the field in the database.

nass said:
juls said:
Can anyone help me.
I am accessing an Oracle10g database via IE6 and some records in a table i
have are displaying Done but with Errors on Page when i try and access them.

Here is the error
Line: 1
Char: 1
Error: Type mismatch: 'openNavScr'
Code: 0

Any information anyone could offer would be very much appreciated.

PS: I have most up to date Java Runtime SE on machine, all Windows Updates
etc.

Kind Regards
: )


= Click Start >> Control Panel>>Network and Internet Connections >> Double
click Internet Options.
On the IE properties windows you will see these Taps:
General | Security | Privacy | Content | Connections | Programs |
Advanced.
Under General Tab clear your History, Internet Files and Cookies.
Then click on Advanced tab and scroll down to under the Browsing Option:
[&] Browsing
[ ] Enable Third-Party browser extensions (Req Rest) uncheck this box.
[ ] Disable script Debugging (internet Explorer) <= check this box
[ ] Disable Script Debugging (Other) <= check this box

Click [OK] to apply your changes and close the IE properties.

= Then Open a run command and type in these DLLs to re-register them:
regsvr32 softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll
regsvr32 Msjava.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Urlmon.dll
regsvr32 Cryptdlg.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll

= Either try to update your windows scripting engine or Java version on your
computer, try to uninstall the old Java first.
Windows Script 5.6 Documentation
http://www.microsoft.com/downloads/...48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
HTH.
nass
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top