Not a big deal, I'm always down for learning more on this system. I'm pretty good at finding my way through it and sorting out issues, enough to the point were I've shown the installer who put this in for us a thing or two about it... but I would not say I'm any expert in programming or using...
Chriss,
This is the simplest example code.
Create Cursor my(ID N(1))
For m.i = 1 to 9
Insert into my(ID) Values(m.i)
EndFor
Go top
Public a, loCA
m.a = 1
m.loCA = NewObject([myCA])
m.loCA.CursorFill
m.a = 2
m.loCA.CursorRefresh && OK
? demo.ID
?? m.a
Begin Transaction
m.a = 3...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.