Hi,
I created a transportation dispatch system with basically two table. First table is "Dispatch" as the master table and "Detaildispatch" as the child table. In the "Detaildispatch", I have one field "description" (A Text field) which capture the detail description of route and travel purpose.
Everything works fine except when it displays List Page, the "description" field only display the first two rows of the text. (see image) with a "more" statement which could be clicked to see the whole content. It become difficult since it also apply to Printer Friendly Page.
Is there any way to display the whole content ?