![]() |
Sergey Kornilov admin 8/30/2012 |
Could you post exact error message here? It's not clear what exactly causes the trouble. |
H
|
hsan author 8/30/2012 |
Exact error: |
![]() |
Sergey Kornilov admin 8/30/2012 |
Post lines 1230-1250 from include/aspfunctions.asp file here pointing which line is 1242. We'll add some debug info to find what exactly is happening. |
H
|
hsan author 8/31/2012 |
Post lines 1230-1250 from include/aspfunctions.asp file here pointing which line is 1242. We'll add some debug info to find what exactly is happening. What strange is that this is happening on print page only.
|
![]() |
Sergey Kornilov admin 8/31/2012 |
Try to add the following line Response.Write sSQL&"
asp_rs.Open sSQL,conn
|
H
|
hsan author 8/31/2012 |
Just to clarify - the error pertains to a field in the table view that is derived from a different mssql database (which I cannot modify). The field type is text. I've found a workaround - if i create field alias in print page I can change the field type and everything works. |