User bio
404 bio not found
Member since Dec 10, 2015
Posts:
Replies:
Well... I meant that maybe this $lb object is not longer the current value of the object instance so opening that ID may not return the same as the $lb, that's the reason...
I don't understand what do you mean with JSON ARRAY... As long as we are able to to se a key:value object of the data on $lb...
Thnks
Hi,
Using the same session Token for different application log ins is not correct as it leads to security issues.
For that reason we want to create a new CSP connection and remove previous one when the user logs out from our application. Is there any way to do so?
Regards,
Certifications & Credly badges:
Jose Antonio has no Certifications & Credly badges yet.
Global Masters badges:
Jose Antonio has no Global Masters badges yet.
Followers:
Jose Antonio has no followers yet.
Following:
Jose Antonio has not followed anybody yet.
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