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

Report Control Issues and Bugs

 Post Reply Post Reply
Author
Message
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Topic: Report Control Issues and Bugs
    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
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: 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
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post 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
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: 22 March 2007 at 6:06pm
Most likely the next major release will be available by the end of this month.

--
WBR,
Serge
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post 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
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.172 seconds.