cursor position

jda jda at his.com
Fri Dec 7 08:55:30 CST 2007


>  > Which Valentina example project should I try to reproduce this (most
>>  seem to be for VServer now and won't run for me)?
>
>I think
>
>     V4RB/Examples/SQL/Records_AddUpdateDelete
>

Good.

I changed the code in the "first" button to this

   if( mCursor <> nil ) then
     res = mCursor.FirstRecord()
     MsgBox str(mCursor.Position)
   else
     wProperties.stErrStr.Text = "There is no cursor"
   end if


When I add 10 and then click "first", msgBox displays 0.

Can you reproduce this?

Jon


More information about the Valentina mailing list