Mashiane Expert Licensed User Longtime User Feb 22, 2017 #1 Hi there I'd like an ABMTable without the footer, the one that shows the number of records etc? How can I achieve that? Thanks...
Hi there I'd like an ABMTable without the footer, the one that shows the number of records etc? How can I achieve that? Thanks...
Harris Expert Licensed User Longtime User Feb 23, 2017 #2 tblCases.SetFooter(" Total Motions: "&numcases, 12,"bg") comment out this line above... If you still get a noticeable footer, change the theme color to your grid color. Upvote 0
tblCases.SetFooter(" Total Motions: "&numcases, 12,"bg") comment out this line above... If you still get a noticeable footer, change the theme color to your grid color.
Mashiane Expert Licensed User Longtime User Feb 23, 2017 #3 Harris said: tblCases.SetFooter(" Total Motions: "&numcases, 12,"bg") comment out this line above... If you still get a noticeable footer, change the theme color to your grid color. Click to expand... Perfect, thanks a lot! Upvote 0
Harris said: tblCases.SetFooter(" Total Motions: "&numcases, 12,"bg") comment out this line above... If you still get a noticeable footer, change the theme color to your grid color. Click to expand... Perfect, thanks a lot!