Report Control Issues and Bugs |
Post Reply |
Author | |||
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
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 |
|||
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
||
Some problems have been fixed for the next release...
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.
This style is designed by Microsoft. -- WBR, Serge |
|||
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
|
||
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 |
|||
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
||
Most likely the next major release will be available by the end of this month.
-- WBR, Serge |
|||
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
|
||
thanks.
|
|||
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3 Language: Visual Basic 6 SP6 |
|||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |