add button dynamically in the same row
Hello,basically I have a data table that I create a report with it and then I'm trying to add buttons to it dynamically in the same row, but the buttons go under the tablethis is what i get what i would like is "button #1" to be after "number 2" in the end of the table myPlatform = New Window( "name",
H List Box(
V List Box( bb = Col Box( "buttons" ), );
V List Box( myDispObj = dtSum << get
...