View Single Post
  #4 (permalink)  
Old 06-16-2007, 11:19 AM
SteveW SteveW is offline
Administrator
 
Join Date: May 2007
Posts: 6
Default

Oh, I see. Then you want the column definition to look like this:

ME.ProductionTask.UseInstructions[2].Resource + ';' + ME.ProductionTask.UseInstructions[3].Resource + ';' +
ME.ProductionTask.UseInstructions[4].Resource

Asprova considers all of the resources and use instructions to be part of an indexed collection. The main resource is found in element [1] of the collection, followed by all of the other resources in [2], [3], [4], and so on.

I hope that helps...
Reply With Quote