medhome@hotmail.com
2017-08-23 22:03:59 UTC
Hi there,
I tried to play internals ivars of Tbrowse object on clipper52e.
I tried this to move the cursor from line 1 To Line 8
After init oTB:tbrowsedb()
oTB:addcolumn( )
oTB:skipBlock := {|x| Skipped(x)}
I did
nkey:=inkey(0)
After clicking mouse I did
stuff(atail(oTB),47,0,i2bin(8)) ( for moving to line 8)
oTB:refreshAll()
while ( !oTB:stabilize() ) ; end
But nothing happend
Any Idea?
Med
I tried to play internals ivars of Tbrowse object on clipper52e.
I tried this to move the cursor from line 1 To Line 8
After init oTB:tbrowsedb()
oTB:addcolumn( )
oTB:skipBlock := {|x| Skipped(x)}
I did
nkey:=inkey(0)
After clicking mouse I did
stuff(atail(oTB),47,0,i2bin(8)) ( for moving to line 8)
oTB:refreshAll()
while ( !oTB:stabilize() ) ; end
But nothing happend
Any Idea?
Med