02-27-2012 02:54 AM
Hi,
I have a problem with the NIReport_ConvertCVITable function:
while converting the Column widths are wrong , I saw at the help that there is a limitation for "Column widths might not correspond"is there any way to bypass it and control the width ?
02-27-2012 11:44 AM
You could gather the widths of the LabWindows/CVI table columns, then set them in the NIReports table after the conversion using the NIReport_TableSetColWidth function.
02-27-2012 12:51 PM
Nevermind. I went back and tried this. You can't modify the table after NIReport_ConvertCVITable because it closes the table before exiting the function. You would have to implement your own verson of ConvertCVITable.
02-28-2012 12:54 AM
Hi i tried it and it doesn't works as you said...
I will implement the table.
Thanks for the help.