Get the table's object identifier and set the data set.
length charval $ 15;

INIT:
   call send(_frame_,'_getWidget','table',tabid);
   call send(tabid,'_setDataset','sasuser.crime');
return;