Hi
I have a form with a field in it called Work Details. On the List Page because of a lot of data in the field a more... option comes up, which is fine as i have the Truc option selected for the table. However when i try to print this page it still truncates the field even though i want to see the whole field when printed. I don't want to have to create a report. I tried various ideas such as code: $data["Work Details"] = substr($data["Work Details"],0); in the event procedure but it did not work.
Any ideas would be appreciated.
Thanks
Mike
I have a form with a field in it called Work Details. On the List Page because of a lot of data in the field a more... option comes up, which is fine as i have the Truc option selected for the table. However when i try to print this page it still truncates the field even though i want to see the whole field when printed. I don't want to have to create a report. I tried various ideas such as code: $data["Work Details"] = substr($data["Work Details"],0); in the event procedure but it did not work.
Any ideas would be appreciated.
Thanks
Mike