Charles Cross · Apr 1, 2019 go to post

Will this require a new Serenji license for the debugger or will the existing one work?  

Charles Cross · Oct 10, 2018 go to post

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?  

Charles Cross · Oct 8, 2018 go to post

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