xtpEditStyleUppercase
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=4308
Printed Date: 04 December 2024 at 2:09pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: xtpEditStyleUppercase
Posted By: barianto
Subject: xtpEditStyleUppercase
Date Posted: 30 May 2006 at 6:08am
hi,
when using
Column.EditOptions.EditControlStyle = xtpEditStyleUppercase Column.EditOptions.MaxLength = 50
column size set 110
and
column.resizeable = true
with current column width, it can't hold text as much 50 character. So i expected it would scrolling to right automatically. But when i type about 15 character it refuses next character i type. When i manually stretch the corresponding column (using mouse) until it enough to hold 50 character it work's....
when using - EditControlStyle = xtpEditStyleNumber - such thing never happen.
Can you give me solution?
well i'm wrong it also happen with - EditControlStyle = xtpEditStyleNumber -, what am i do wrong here or is it the default behaviour of ReportColumn control?
set ReportControl.AutoColumnSizing = False ot true doesn't have effect.
|
Replies:
Posted By: sserge
Date Posted: 15 June 2006 at 4:57pm
Hi,
Try to set edit control style like:
Column.EditOptions.EditControlStyle = xtpEditStyleUppercase Or xtpEditStyleAutoHScroll
|
-- WBR, Serge
|
|