Toggle navigation
Categories
Discussions
Activity
Sign In
Home
›
SRP EditTable Control
Welcome to the SRP Forum! Please refer to the
SRP Forum FAQ post
if you have any questions regarding how the forum works.
Row button
BarryStevens
September 2015
in
SRP EditTable Control
How do you remove the row buttons
Comments
KevinFournier
September 2015
See the
HeaderColumn
property. The code looks like this:
Set_Property(Ctrl, "OLE.HeaderColumn[1]", @FM:0)
BarryStevens
September 2015
thanks
Sign In
or
Register
to comment.
Comments
Set_Property(Ctrl, "OLE.HeaderColumn[1]", @FM:0)