Hello,
I want to use HTMLB tableView. Instead of the columnHeader (make invisible), i want to insert a first row containing a group of buttons. Each button realizing a particular action (sort ) in the data.
Necessary, i have to build BSP Extension. I know approxitivement the methodology to create a BSP Extension. But, Im blocked. Do have i to modify an existing BSP Extension (htmlb/ Table View Column ) or not?
I dont want to use a gridlayout for the first row containing the buttons and a tableView for the data but only a tableView.
Have you any idea?
Thanks
Why even do that?
SORT and FILTER are built in functions of the tableView and you can control the whole layout using a tableView Iterator.
/people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
/people/thomas.jung3/blog/2004/09/15/bsp-150-a-developer146s-journal-part-xi--table-view-iterators
/people/sap.user72/blog/2004/09/08/bsp-howto-exploring-bsp-development-and-the-miniwas-620-part-2
/people/sap.user72/blog/2004/08/27/bsp-howto-tableview-iterator--column-header-graphics
But to answer your questions on the BSP Extension then take a look at this weblog from Thomas.
/people/thomas.jung3/blog/2004/08/09/bsp-download-to-excel-in-unicode-format
Hello Craig,
In order to conform of the presentation of another application, i have to do like i say.
That is to say using a raw of buttons in the same tableView with the data.
The fonctions i want to use is indeed 'sort' and 'filter'.
I have to do a BSP extension. But i don't know how to begin? I know how to create a BSP extension and create an element. I have to rewrite some methods:
-IF_BSP_ELEMENT~COMPILE_TIME_IS_VALID
-IF_BSP_ELEMENT~DO_AT_END
-IF_BSP_ELEMENT~RUNTIME_IS_VALID
But how?
Thanks
Add a comment