go to post Charles Cross · Apr 1, 2019 Depends. Are you creating the reports programmatically or through some generic query? Programmatically, you can parse the output into Spreadsheet XML (Excel 2003) which can be opened directly with Excel and can include column widths and cell formats. https://docs.microsoft.com/en-us/previous-versions/office/developer/offi...(v=office.10)
go to post Charles Cross · Apr 1, 2019 Will this require a new Serenji license for the debugger or will the existing one work?
go to post Charles Cross · Oct 10, 2018 Since Setter/Getter is an object concept, how would a SQL statement utilize it? Would the property in the class need to have a SQLComputeCode that calls the object's set to drive the assignment of the variable from a passed parameter? At what point in the query execution would the assignment happen?
go to post Charles Cross · Oct 8, 2018 Hi, I am trying to map a global that has a subscripted variable as the first subscript. The system is based on Fileman, so using the Fileman2Class mapper does not handle this so any query against this table throws an undefined error. i.e. ^BARAC(1234,1,0)=^BARAC(1234,1,3)=^BARAC(1234,2,0)=^BARAC(1234,2,3)=In the FM2Class generated class, Subscript 1 = DUZ(2), Subscript 2 = {IEN}What do I need to do in order to either get DUZ(2) mapped appropriately? Is it something I can do inside the generated class or would I need to create the class manually. Thanks,Charles