Hi.
Is there a way to include FileDate/LastSaveDate in IEdmBatchListing or do I have to add it to a variable on the datacard for the file for it to work?
I have tried to use a Bill of Materials (BOM) with some columns where
BatchList.AddFile()...
Dim BatchListCols() As EdmListCol = Nothing
BatchList.CreateListEx("BOM", 0, BatchListCols, Nothing)
Dim BatchListFiles() As EdmListFile = Nothing
BatchList.GetFiles(BatchListFiles)
BatchListFiles(0).moColumnData(0) -->Nothing
/ Jakob