1 > Original (dw_orig) and Target (dw_dest)
> move from left to right cliecked ()
Long Ll_row,ll_count
Ll_row = Dw_orig.getrow ()
If Ll_row <= 0 then return
Dw_orig.rowsmove (Ll_row,ll_row,primary!,dw_dest,dw_dest.rowcount () + 1,primary!)
< shift from right to left
Long Ll_row,ll_count
Ll_row = Dw_dest.getrow ()
If Ll_row <= 0 then return
Dw_dest.rowsmove (Ll_row,ll_row,primary!,dw_orig,dw_orig.rowcount () + 1,primary!)
>> Bulk Shift Right
Long Ll_row,ll_count
Ll_row = 1
Ll_count = Dw_orig.rowcount ()
If Ll_row <= 0 then return
Dw_orig.rowsmove (Ll_row,ll_count,primary!,dw_dest,dw_dest.rowcount () + 1,primary!)
<< Bulk Shift Left
Long Ll_row,ll_count
Ll_row = 1
Ll_count = Dw_dest.rowcount ()
If Ll_row <= 0 then return
Dw_dest.rowsmove (Ll_row,ll_count,primary!,dw_orig,dw_orig.rowcount () + 1,primary!)
DataWindow enables the movement of left and right content without controls