W
Wolfgang Schölmberger
Guest
Hi everybody, OE11.6 - Win8 I have to access DocuWare using their new .NET-libaries. As I’m totally new to this type of programming, I really would appreciate some help from OO-guys. There is a Docuware-class called “Organizations”, which has a method “ GetFileCabinetsFromFileCabinetsRelation ”. This method returns another class “ FileCabinets ”, which seems to be a System.Collections.Generic.List. DEF VAR fcs AS CLASS Docuware.Platform.ServerClient.FileCabinets. DEF VAR cab AS CLASS Docuware.Platform.ServerClient.FileCabinet. ASSGIN fcs = organization:GetFileCabinetsFromFileCabinetsRelation(). The “ FileCabinets ”-class has only one property: “FileCabinet”, and when I look at it I see: MESSAGE fcs:FileCabinet VIEW-AS ALERT-BOX --> System.Collections.Generic.List`1[Docuware.Platform.ServerClient.FileCabinet] …and here I’m absolutely stuck, I know that there are 2 cabinets available, but have absolutely no clue how to access them. All I found out until now is that I can define another variable: DEF VAR cab-array AS CLASS “System.Collections.Generic.List ”. For the last couple of hours I was reading through the OE11.6-documentation about accessing .NET-arrays, List(T)-classes, collections…., but I got even more confused. So if somebody could provide some code-snippets I really would appreciate it
Continue reading...
Continue reading...