Print Page | Close Window

Report Control Issues and Bugs

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=6066
Printed Date: 29 April 2024 at 7:04am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control Issues and Bugs
Posted By: joeliner
Subject: Report Control Issues and Bugs
Date Posted: 10 January 2007 at 10:13am
UseColumnTextAlignment Property

When using the UseColumnTextAlignment property to align column text, it does not align properly for the preview.(yet for the print out its okey.) see diagram:


original display for report control with usecolumntextalignment = True


print preview of the report.


Poor rendering for BlackWhitePrinting:
I noted that the black and white printout/preview is not as clear as the full colored. Could anything be done to improve this?

ensample:



xtpEditStyleNumber of EditOptions

Apart from allowing
only digits to be entered into the edit control, i think it will be numerically correct if it allows the decimal as well, since you may want to enter a double type,currency. Alternatively is there way i can filter input text to edit by code?

Previous > Next button order in print preview
logically previous comes before next.

'two page' button of print preview flickering if skin applied
Unless you add the blahblahblah.exe.manifest

Desirable future features
Allow one to add custom toolbar/menu like commandbar
Print footer totals and subtotals (if possible) under each grouping
Maintaining the footer height. I noticed it varies if all footer has text/no text. Is it control by the footerfontsize??
Is it possible to freeze a grouped recordset in that one cannot expand/contract groups but can navigate through? Just thinkin?
Futuristic question - ever thot of subdatasheet style like in access where we have sub reportrecords with respective columns?

Cheers Team.




-------------
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6



Replies:
Posted By: sserge
Date Posted: 16 March 2007 at 4:29pm
Some problems have been fixed for the next release...

Originally posted by joeliner joeliner wrote:


Poor rendering for BlackWhitePrinting:
Fixed.

Originally posted by joeliner joeliner wrote:


xtpEditStyleNumber of EditOptions

You can use IReportRecordItemEditOptions . EditControlStyle
set: xxx.EditControlStyle=xxx.EditControlStyle+0x2000
Full list of flags is following:
ES_LEFT 0x0000
ES_CENTER 0x0001
ES_RIGHT 0x0002
ES_MULTILINE 0x0004
ES_UPPERCASE 0x0008
ES_LOWERCASE 0x0010
ES_PASSWORD 0x0020
ES_AUTOVSCROLL 0x0040
ES_AUTOHSCROLL 0x0080
ES_NOHIDESEL 0x0100
ES_OEMCONVERT 0x0400
ES_READONLY 0x0800
ES_WANTRETURN 0x1000
ES_NUMBER 0x2000
See also PreviewKeyDownEvent to disable.

Originally posted by joeliner joeliner wrote:


Previous > Next button order in print preview

This style is designed by Microsoft.

--
WBR,
Serge


Posted By: joeliner
Date Posted: 18 March 2007 at 7:09am
ok. Thanks on those responses and all the good work yo team is doing. Can you also give us an estimate as to when the final next release(not the beta) will be due for download; probably this will help in planning on our next release.

Thanks, sserge.


-------------
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6


Posted By: sserge
Date Posted: 22 March 2007 at 6:06pm
Most likely the next major release will be available by the end of this month.

--
WBR,
Serge


Posted By: joeliner
Date Posted: 23 March 2007 at 4:09am
thanks.

-------------
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6



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