Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - xtpEditStyleUppercase
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

xtpEditStyleUppercase

 Post Reply Post Reply
Author
Message
barianto View Drop Down
Groupie
Groupie
Avatar

Joined: 01 May 2006
Location: Indonesia
Status: Offline
Points: 41
Post Options Post Options   Thanks (0) Thanks(0)   Quote barianto Quote  Post ReplyReply Direct Link To This Post Topic: xtpEditStyleUppercase
    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.
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 15 June 2006 at 4:57pm
Hi,

Try to set edit control style like:

Column.EditOptions.EditControlStyle = xtpEditStyleUppercase Or xtpEditStyleAutoHScroll


--
WBR,
Serge
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.