01-02-2007 03:37 PM
01-03-2007 07:43 AM
Hello Adamais,
Using the DIAdem report wizard with a custom layout/template in LabVIEW, the object names will automatically be propagated to the 'report objects' field in the wizard. Dropping any kind of object on the report form in DIAdem, a name will be assigned to the object (such as 'Text1', as you already mentioned). Since there is no direct way of changing these names (lables, object names) in DIAdem, the object names can't be changed in the report wizard as well.
The only way to assign an object name to the object is through means of a VBScript. Thus if you have collected all parameters in LabVIEW one could call a script that creates all the objects on the form. This ensures, that all parameters that will be given to DIAdem are already available with the report.
DIAdem developers are probably thinking about the implementation of this feature in future releases, but one can't guarantee.
Hope this helps,
Regards,
C.L. - National Instruments Germany
01-03-2007 07:44 AM