Print Page | Close Window

Problem whith Multiline

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=4266
Printed Date: 28 April 2024 at 5:53am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Problem whith Multiline
Posted By: martinchik
Subject: Problem whith Multiline
Date Posted: 23 May 2006 at 11:14am
Can you tell me about how set multiline in ReportControl records?



Replies:
Posted By: SuperMario
Date Posted: 23 May 2006 at 11:23am
wndReportControl.PaintManager.FixedRowHeight = False
wndReportControl.Columns(COLUMN_SUBJECT).Alignment = xtpAlignmentLeft Or xtpAlignmentWordBreak

In the ReportSample sample, COLUMN_SUBJECT is the column that contains allot of text.  This code will cause text to "wrap" to the next line if too long to display on a single line.


Posted By: martinchik
Date Posted: 24 May 2006 at 3:12am
Thank you! 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net