07-21-2007 07:04 AM
07-21-2007 11:49 AM
07-21-2007 01:57 PM
07-23-2007 01:17 AM
hello and thank you you two for your prompt answers.
regarding the first solution (unbundling the cluster): that would do it. my problem is, I cannot unbundle the cluster using a for loop, can I? the aim is to write a routine which converts any cluster (of any number of elements) into an array of variant.
I would apreciate your help.
thank you in advance
07-23-2007 01:53 AM
07-23-2007 02:04 AM
Hello,
i was right now considering, using references to "controls[]" array, "ClassId" and "value" of the cluster to access every single element. but it seems all numeric elements of the cluster have the class id "digital", no matter if double, I16, and so on.... therefore I cannot build the variant array. in design time the developer chooses the elements he is going to need.
the task is the following: I have a sw which generates results for a process => the results of the process are defined in a strictly typed cluster, and the developer can edit the cluster if different results are needed.
we have a dll which generates files in a certain format (similar to xml; it is a format used within the company). you have to provide the dll with variant data
07-23-2007 02:30 AM

07-23-2007 04:27 AM
07-23-2007 04:40 AM
07-23-2007 11:38 AM
