Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - multiline cell does not allow text entry
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

multiline cell does not allow text entry

 Post Reply Post Reply
Author
Message
mar72vin View Drop Down
Groupie
Groupie


Joined: 20 September 2008
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote mar72vin Quote  Post ReplyReply Direct Link To This Post Topic: multiline cell does not allow text entry
    Posted: 18 October 2011 at 11:11pm

I am attempting to get a multiline cell to work. I have set the following.

Column.Alignment = XTPColumnAlignment.xtpAlignmentWordBreak;

Column.EditOptions.EditControlStyle = XTPReportEditStyle.xtpEditStyleMultiline;

reportcontrol.PaintManager.FixedRowHeight = false;

My problem is that if a user fills the current length of the cell with text the report control prevents further input.

 The user then needs to leave that cell and begin editing again so that another line is added and they can append more text.

 I would have expected that the user could continue to type and the text would be wrapped to the next line as they were typing.

I have also noticed that if the cell is shorter than the text being pasted from the clipboard the report control does not allow the paste. I would have thought I could paste any length string into a cell and it would be word wrapped to accommodate?

Also is there a way that the report control can accept the enter key as input (to add a line break to their text).


I have also submitted a ticket about this Issue #27462
Product: Xtreme Report Control (ActiveX) version 15.1.3
Platform: Windows 7 (64bit)
Language: c#
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 04 November 2011 at 4:42am
Hi,
 
This will scroll text automatically:
 
.Alignment = xtpAlignmentWordBreak
.EditOptions.EditControlStyle = xtpEditStyleMultiline + xtpEditStyleAutoVScroll
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
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.141 seconds.