Hi.
have integrated the RTE successfully in an ASP application I am working on. I have set this up to store the message from the textarea to a SQL Server 2000 database table. I have encountered a strange problem when I paste from Word in some cases. Here is my problem. When I open a word document with a lot of formatting. i.e., tables, bolds, different fonts, font sizes etc... and use the Word Paste function in the RTE and try to save this info to a table, I sometimes get a page cannot be displayed error. I have even tried doing Response.Write on my sql statement and Response.End before executing the SQL but it does not even get this far before throwing the error. It’s almost like something in the submission of the form is causing the error. Now, this does not happen all the time. It seems that if I remove parts from the word document, such as one of the tables in the document, it saves fine. I have also noticed that in some cases the font seems to grow larger as I scroll down the imported Word document. For example. The top of the pasted textarea looks identical to the Word document. As I scroll down the textarea it appears that some of the font heading have somehow grown larger than what the Word Document displays. I’m not sure if this is something with the way the document was formatted in Word or if there is some kind of problem with the Word Paste function. If anyone has experienced this problem, and knows any info on what may be causing this please help. I would not think it would be a problem with the way I am submitting my form in ASP but I am not 100% sure. I am using post to submit the form.
Thanks!
Michael