Hi Daniel,
I would try to explain better:
The $lb it's an old value of one register of my table "Table" that is: SQLUser^TableD(1) = $lb("",,,,,"",,,"BOOLEAN","0",2,2,"1",,"bla",$lb(,,"bla","20050502123400"),"",1,"bla",,0)
As you can imagin, my table "Table" has its properties (Fields) that match the $lb fields. What I would like is to get a JSON object of those properties and the values of my old $lb so I have something like:
{
Field1:"",
Field2:,
....
Field7:"BOOLEAN",
Field12:
{
Field121:"bla",
...
}
...
}
Kind regards
- Log in to post comments