Search found 8 matches

by ccr
Mon Nov 19, 2018 12:09 pm
Forum: Support
Topic: Alternate row colors
Replies: 5
Views: 17843

Re: Alternate row colors

hello sergey, after checking for some time now the strange thing seems that the Table.Even|OddRowColors are not stored in the database at all. when i set this info in the designer to (let's say) clYellow, close the dialog and open the table properties - it is shown. however when i save the document ...
by ccr
Sun Nov 18, 2018 6:56 pm
Forum: Support
Topic: Alternate row colors
Replies: 5
Views: 17843

Re: Alternate row colors

thank you for the quick response sergey, it might well be my programming mistake - still searching for it. the flow is as follows: the table has alternate row colors defined. per record in a dataset a row is inserted and for each cell a value is set with this: with oTable.Cells[oTable.RowCount - 1, ...
by ccr
Sun Nov 18, 2018 7:06 am
Forum: Support
Topic: Alternate row colors
Replies: 5
Views: 17843

Alternate row colors

hello, the new versions of trichviewedit support alternate table row colors which is a very nice feature. my application is a reportdesigner where the users can create a report themselves, also containing tables. the columns of the tables are often bound to a database field. when executing the repor...
by ccr
Sat Nov 10, 2018 10:28 pm
Forum: ScaleRichView
Topic: get page number in splitted table
Replies: 5
Views: 37740

Re: get page number in splitted table

hello, i have to come back for this since even after the upgrade the problem exists. i attached the output. my scenario is like this: user designs report with header and footer and tables with database-fields (Report Workshop wasn't available at that time) in a tdbsrichviewedit which is . when execu...
by ccr
Thu Nov 08, 2018 7:30 pm
Forum: ScaleRichView
Topic: get page number in splitted table
Replies: 5
Views: 37740

Re: get page number in splitted table

hello,
thank you for the quick reply. i am on version 6.0.2. if this is fixed in newer version it might be a good reason to upgrade :)
by ccr
Wed Nov 07, 2018 10:05 pm
Forum: ScaleRichView
Topic: get page number in splitted table
Replies: 5
Views: 37740

get page number in splitted table

hello, i have a table split accross several pages. i need to find out when a table row is part of the next page. i use the following code function GetRowPage(poTable: TRVTableItemInfo; const pnRow,pnColumn: Integer): Integer; var oRvCellData: TRVTableCellData; begin // FActiveScaleRichView: TSRichVi...
by ccr
Tue Jul 16, 2013 1:59 pm
Forum: Support
Topic: export easy using synpdf (synopse) (free)
Replies: 3
Views: 22667

hello, i'm very interested in your code. i downloaded the latest stable version from synpdf and used your source. the program compiles with delphi xe2 but it does not start. instead i get a runtime error 217 (OS: Win XP SP3). when i use gnostice again (i have a compiler switch for changing the libra...
by ccr
Wed Aug 31, 2011 3:03 pm
Forum: ScaleRichView
Topic: Export ScaleRichView to PDF using Gnostice and Metafile
Replies: 15
Views: 74071

Are there some news concerning pdf conversion via gnostice?

i am very interested in the conversion to pdf from scalerichview too ...