I have a table deliberately created with null values in numeric fields.
This allows browsing the table and seeing zero value fields as blank rather
than zero.. i want to print the table and expected to use the HTML
generator on the file menu but it turns out that the nulls mess up the
formatting o
Have you tried the SET NULLDISPLAY TO " " setting?
I think, that this "Generate HTML" menuoption uses the _GENHTML program,
thus you could change the generation to your expectations.
Then there's the "WebPublishing Wizard" (under Tools / Wizards), you'll find
the sourcecode in VFP9\Tools\xsource
2 matches
Mail list logo