Problem
Given a row uid, how can I move the cursor to the Table class.
Solution
The Table class have the method moveTo (both server and client), which lets you place the cursor in the record for uid:
tbl.moveTo(<uid>);
Published in Wed, 15 December 2010 12:39
