i want to show a form with all records of a table in list view. So far so good. No i need a header above the list, to show some buttons to manipuate the listview. When i add a header-part, it just shows a new line on the form with a small grey box (header), and the list will now show only one record instead of the list.
I think im generally missunderstanding this function, but i cant find the needed information.
Only a table view will show you headers automatically.
When you use a listview you can add a header form part and design that part however you like. But you have to do that yourself.
So if you want to see fieldnames on there you have to put the labels on it yourself.
yes, i want to design it by myself. Im sorry, but how ? If i add this Header-Part, there is only a new line (header) on my form. If i switch to runtime (leave designmode, without adding more), the listview will show only one record.
So i didnt reached the point to add objects to the header, because when im adding this header-part the list wont work anymore