Home › Forums › QuickApps Forum › How to create a title in QListForm › RE: How to create a title in QListForm

Anonymous
Hi Anthony,
n
n
In order to achieve your goal you need to perform the foloowing steps:
n
– add a dummy column
n
– set the Width of the above created column to 1 in the qListForm>ezEdit>DisplayFields>YourDummyField>Width (in pixels) property
n
– set the Title of the above field to <b>Your Title Here</b>
n
You still can see a thin vertical bar in the form but I think that it still looks decent.
n
If you want to go further and use colors please use the solution in the above mentioned tread http://communities.quest.com/message/2406#2406 .
n
Please let me know if you need help to implement this solution and I'll be more than glad to provide further information.
n
n
n