Navigation through DB with Revolution
Christian Langers
christian.langers at education.lu
Thu Dec 20 08:24:44 CST 2007
Hi again,
the VTable_RecID( tblRef, x) method with the slider scrollbar in Rev
is great for fast navigation through the DB as long as you don't
delete any record.
As the RecId won't reorder themselves you can't really enjoy the
slider navigation :-(
Here the script that makes the slider navigation possible :
global mSerials
on scrollbarDrag pScrollValue
get VTable_RecId(mSerials,pScrollValue)
fillRevFieldsWithDbData
end scrollbarDrag
More information about the Valentina
mailing list