TSBrowse column freeze

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
NickSteel
Posts: 67
Joined: Mon May 27, 2013 10:44 pm

TSBrowse column freeze

Post by NickSteel »

When using TSBrowse, how can you freeze the first column and scroll the remaining cells on the row?


DEFINE TBROWSE Brw_7 AT 2, 0 ALIAS "C_TaskPred" ;
OF Form_1;
AUTOCOLS;
GRID;
WIDTH GetDesktopWidth()*.975 HEIGHT (GetDesktopHeight() *.75)/2
END TBROWSE
Post Reply