Feature Request / CHM limitation.
keithr
Posts: 16 Bronze 2
How about some filtering by name for the object displays, similiar to the filter in SSMS. Nested even, so you could filter for specific database names and then filter the objects for each database would be really great.
I am testing it out on an application db that has 1200+ views in it. For some reason when doing a CHM for the views by themselves, the CHM project crashes, so I have to manually turn enable/disable each view to see whats causing the problem.
I am assuming at this point it is most likely a limitation on the CHM project because it fails while building the index list (@ 99%) and I have been able to do all the other objects within that db in addition to 7 other databases (into a single file which is very nice)
Any idea on what limits a html help project has on number of files or cross-referenced links?
I am testing it out on an application db that has 1200+ views in it. For some reason when doing a CHM for the views by themselves, the CHM project crashes, so I have to manually turn enable/disable each view to see whats causing the problem.
I am assuming at this point it is most likely a limitation on the CHM project because it fails while building the index list (@ 99%) and I have been able to do all the other objects within that db in addition to 7 other databases (into a single file which is very nice)
Any idea on what limits a html help project has on number of files or cross-referenced links?
Keith Rupert
Software Developer
Local Government Division
Tyler Technologies, Inc.
P: 888.654.3293 ext. 175111
www.tylertech.com
Software Developer
Local Government Division
Tyler Technologies, Inc.
P: 888.654.3293 ext. 175111
www.tylertech.com
Comments
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 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
Software Developer
Local Government Division
Tyler Technologies, Inc.
P: 888.654.3293 ext. 175111
www.tylertech.com
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