Comments
Sort by recent activity
Hi,
Thanks for the answer and the accepted bug ticket.
Meanwhile I found a solution. I copied the #sqlScript css class from the old SqlDoc2 and replaced the new.
So I changed the Master.css in the Style1 folder from this:
#sqlScript {
font-family: Consolas, Monaco, Menlo, "Courier New", monospace;
overflow-x: auto;
white-space: pre;
}
to this:
#sqlScript {
font-family: Consolas, Monaco, Menlo, "Courier New", monospace;
text-wrap: normal;
word-wrap: break-word;
}
And this solved. / comments
Hi,
Thanks for the answer and the accepted bug ticket.
Meanwhile I found a solution. I copied the #sqlScript css class from the old SqlDoc2 and replaced the new.
So I changed the Master.css in the ...
Hi,
This is a CHF help file. You don't experience this issue?
Just generate a simple CHF help file from any database with sql scripts and then open the CHF (Help Viewer) and try to copy the sql script.
Regards,
Mate / comments
Hi,
This is a CHF help file. You don't experience this issue?
Just generate a simple CHF help file from any database with sql scripts and then open the CHF (Help Viewer) and try to copy the sql scr...