Comments
Sort by recent activity
Hi Tim,
I like your idea. Currently SQL Compare has an XML output report style of XML. Perhaps this may work for you..
An XML formatter for SQL Doc is something that we may consider in the future.
Best regards
David / comments
Hi Tim,
I like your idea. Currently SQL Compare has an XML output report style of XML. Perhaps this may work for you..
An XML formatter for SQL Doc is something that we may consider in the future.
...
Keith & I worked out that there was an incorrect entry in the files section of the SQLDoc.HHP file.
By removing this entry all worked fine.
So the section looked like [FILES]
index.html SQLDoc.hhp
....
The line in bold was removed and then all worked correctly.
Thanks Keith.
Regards
David / comments
Keith & I worked out that there was an incorrect entry in the files section of the SQLDoc.HHP file.
By removing this entry all worked fine.
So the section looked like[FILES]
index.htmlSQLDoc.hhp
.....
Hi Keith,
I would try checking out the temporary chm files that are produced.
I think that you may find that in the file SQLDoc.hhp the option Binary TOC is enabled. This does not seem to always work.
eg
[OPTIONS]
Auto Index=Yes
Binary TOC=Yes
Compatibility=1.1 or later
Compiled file=..\New project.chm
Contents file=SQLDoc.hhc
Default Font=,8,65001
Default Window=Default
Default topic=index.html
Display compile progress=Yes
Error log file=output.log
Full-text search=Yes
Index file=SQLDoc.hhk
Language=0x809 English (United Kingdom)
Title=New project
remove the line Binary TOC and try running the project file directly with HTML Help Workshop.
Hope that works for you. Let me know either way...
Regards
David / comments
Hi Keith,
I would try checking out the temporary chm files that are produced.
I think that you may find that in the file SQLDoc.hhp the option Binary TOC is enabled. This does not seem to always wo...
Hi Glamb,
I think that this is a great idea, however currently SQL Doc cannot do this. I will put it forward your comments to be considered for the next version of SQL Doc.
Regards
David / comments
Hi Glamb,
I think that this is a great idea, however currently SQL Doc cannot do this. I will put it forward your comments to be considered for the next version of SQL Doc.
Regards
David
Hi Mike,
that looks pretty cool. I'll have to check it out on my systems here. Thanks for that.
Regards
David / comments
Hi Mike,
that looks pretty cool. I'll have to check it out on my systems here. Thanks for that.
Regards
David
Hi there,
Thanks for the information, we have already found this problem. I am currently sorting out SQL Doc 1.2 where this problem is fixed. I will let you know when it's available.
Hope that helps
David / comments
Hi there,
Thanks for the information, we have already found this problem. I am currently sorting out SQL Doc 1.2 where this problem is fixed. I will let you know when it's available.
Hope that help...
Hi there,
Sorry for the late reply...
argfile XML: This is a file that can contain all the parameters that can be defined on the command line. So for example you could construct an XML file that could contain the project name and the password for your SQL server instance and the force flag. (It works in a similar way to some of our other products like the SQL Compare command line..)
so for example the xml could look like:
<?xml version="1.0"?>
<commandline>
<project>p.sqldoc</project>
<password>password</password>
<verbose/>
<force/>
</commandline>
The SQL Doc project file is a little more complicated.
I will write down over the next couple of days what the parameters of the SQL Doc file are. However I would say that it could change in the future.
Hope that helps, and I am sorry for the delay.
Best regards
David / comments
Hi there,
Sorry for the late reply...
argfile XML: This is a file that can contain all the parameters that can be defined on the command line. So for example you could construct an XML file that co...
Hi there,
Please check out http://www.red-gate.com/messageboard/viewtopic.php?p=15703#15703 for information about the project file.
Regards
David / comments
Hi there,
Please check out http://www.red-gate.com/messageboard/viewtopic.php?p=15703#15703 for information about the project file.
Regards
David
Hi there,
Just to let you know that SQL Doc 1.2 has been released and this should resolve this problem.
Regards
David / comments
Hi there,
Just to let you know that SQL Doc 1.2 has been released and this should resolve this problem.
Regards
David
I think that the CHM complier can be located at the following link... http://www.microsoft.com/downloads/details.aspx?familyid=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en#filelist
Hope that helps
David Connell / comments
I think that the CHM complier can be located at the following link...http://www.microsoft.com/downloads/details.aspx?familyid=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en#filelist
Hope that ...