I am developing a report generation routine for a DAQ LabVIEW application
running a small public water system. Every month critical operating data
must be organized and reported to the state health department. They provide
an Excel template for these forms, which I am populating from LabVIEW.
After giving up on the MS document express VIs (they are apparently incompatible
with a multi-sheet template unless you are only populating the default current
sheet of the template, a restriction I only figured out after hours of "jiggling"
and rooting in the bowels of the block diagrams), I have managed to populate
almost everything in the form using the basic report generation and Excel-specific
VIs.
However, the one item in the spreadsheet I have not figured out how to write are
the checkbox controls embedded in the template. These checkboxes do not appear to
control anything; they just provide a convenient way in the state form to record an
answer for each of a short list of questions.
Anyone know how to toggle, or better, check/uncheck these from LabVIEW? I can modify
the template if necessary to provide names or other hooks for these objects; I just
haven't a clue what to actually do.
I am developing the VI in LV 7.1 DS-PCE, so I have all of the latest add-on goodies
at my disposal.
Bob