User bio
404 bio not found
Member since Oct 27, 2016
Posts:
Replies:
Congratulations to everyone!! You have created so great applications 😉
After executing your query, you need to move cursor and then you can get data:
SET SC = resultset.Prepare(sql)
SET SC = resultset.Execute()
if (resultset.Next(.SC)) {
quit:$$$ISERR(SC)
set cnt = resultset.Data("CNT")
}
SET SC = resultset.Close()
Open Exchange applications:
Certifications & Credly badges:


Global Masters badges:
Laura has no Global Masters badges yet.
Followers:
Following:
Laura has not followed anybody yet.
According to the documentation, there is a parameter "pFormat" that has default value acelo, where:
So, if you just call the transform like this, it should work: