Search found 16 matches

by sylvainl
Wed Sep 07, 2022 7:39 am
Forum: Support
Topic: Add a TextBox in a RV in the middle of a line
Replies: 2
Views: 3133

Re: Add a TextBox in a RV in the middle of a line

Thank you, Sergey. It works !
by sylvainl
Tue Sep 06, 2022 2:51 pm
Forum: Support
Topic: Add a TextBox in a RV in the middle of a line
Replies: 2
Views: 3133

Add a TextBox in a RV in the middle of a line

I would like to be able to add a textbox in a Richview in the middle of a line. Currently, when I try, it breaks my line (visually adding a CR ?). The code I use: procedure TForm1.ReplacePlaceHolderItemByATextBox(RVData: TCustomRVData; var ARVE: TRichViewEdit; i: integer {place holder item No}); var...
by sylvainl
Fri Jan 09, 2015 9:09 am
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Big thanks, Sergey.
No more the problem, with this fix.

++
SylvainL
by sylvainl
Thu Jan 08, 2015 9:30 am
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Hi guys, I have same kind of problem, but at the end of 1st page now (last time it was the begining of 2nd page), when I generate metafile from a RVF file (2 tables separated by a pagebreak) Here is my RVF file : https://userscloud.com/cxjjawrf4q5e The metafile generated looks fine (when I open with...
by sylvainl
Mon Nov 24, 2014 9:53 am
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Thank you, it works perfectly.

SylvainL
by sylvainl
Mon Nov 17, 2014 9:49 am
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Thank you, Sergey
With the fix you sent me, I have no more the metafile problem.

SylvainL
by sylvainl
Fri Nov 14, 2014 3:25 pm
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Ok, thanks for your help,
I'll send you my RVF file via email now.

SylvainL
by sylvainl
Fri Nov 14, 2014 11:45 am
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Hi Sergey, I have another problem now, still with HeadingRow>0 (and SRV 6.1.2). This is the context : Page 1 : a big table (5 cols and 10 rows) at the end of the page, with HeadingRow=1, only 2 rows on the page (the rest on page2) Page 2 : the headingRow is here ok and the rows. But... When I genera...
by sylvainl
Tue Nov 04, 2014 8:07 am
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Thanks Sergey, now problem anymore with the new verison :)

++
SylvainL
by sylvainl
Tue Nov 04, 2014 8:06 am
Forum: ScaleRichView
Topic: Different background for the first page
Replies: 5
Views: 20549

I tried with the new version, it works perfectly.
Thanks, Sergey
by sylvainl
Mon Nov 03, 2014 8:09 am
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Great news, thanks
by sylvainl
Thu Oct 30, 2014 1:51 pm
Forum: ScaleRichView
Topic: Problem with Tables and Heading Row (table disapear in part)
Replies: 13
Views: 45757

Problem with Tables and Heading Row (table disapear in part)

Hi, I have a problem with my tables and the TScaleRichViewEdit (v6). I use "HeadingRowCount :=1" for the tables, it's typical quotation tables with products, quantities and prices. But the problem is my tables disapear if they are to close from the bottom of a page (and I don't see them on...
by sylvainl
Thu Oct 30, 2014 1:36 pm
Forum: ScaleRichView
Topic: Specific margins for the 1st page only (not other pages)
Replies: 2
Views: 15333

Arg... but ok, I understand. So I will just do differently meanwhile, and just play with the SRve.SubDocuments[srvhftFirstPageHeader] If I had some linebreak at the end, it can do the job. But there is one problem (bug?), when I do SRve.SubDocuments[srvhftNormalHeader].AddNL('test',0,0); SRve.SubDoc...
by sylvainl
Thu Oct 30, 2014 8:53 am
Forum: ScaleRichView
Topic: Specific margins for the 1st page only (not other pages)
Replies: 2
Views: 15333

Specific margins for the 1st page only (not other pages)

Hi, I use a TScaleRichViewEdit (v6), with header+footer for the 1st page (PageProperty.TitlePage := True). I would like to have specific margins for my 1st page (differents than other pages margins), programmatically. I couldn't find how to do that, couldn't found any property (setmargins for Page 1...
by sylvainl
Mon Oct 27, 2014 3:45 pm
Forum: ScaleRichView
Topic: Different background for the first page
Replies: 5
Views: 20549

Thanks for your answer. Ok, understand for the fix. Will wait for it.

I will also go and read the topic about other implementations.

Thanks
SylvainL