Search found 36 matches

by pgkammath
Tue Jul 09, 2024 10:28 am
Forum: ScaleRichView
Topic: How to make an Image in .rvf Header Section (srvrveHeader)
Replies: 9
Views: 19321

Re: How to make an Image in .rvf Header Section (srvrveHeader)

Thanks Sergey, The code to add am image would be of great help to me. For the Image off and on, I created two .rvf files withLogo.rvf and withoutlog.rvf and inserted / removed these into the headers when needed. This works fine for me now. One more point I would like to know is , I append a .rvf ...
by pgkammath
Sat Jun 22, 2024 4:38 am
Forum: ScaleRichView
Topic: How to make an Image in .rvf Header Section (srvrveHeader)
Replies: 9
Views: 19321

Re: How to make an Image in .rvf Header Section (srvrveHeader)

Hi Sergey, I am attaching a sample file, which was created using a Scalerichview editor, on which the requirement is based. In the attached file, there is an image. The requirement was turning the image on or off, dynamically. Alternately, is it possible to insert the image, there at runtime on ...
by pgkammath
Wed Jun 19, 2024 7:56 am
Forum: ScaleRichView
Topic: How to make an Image in .rvf Header Section (srvrveHeader)
Replies: 9
Views: 19321

How to make an Image in .rvf Header Section (srvrveHeader)

I have a .RVF file , which contains an Image in the (srvrveHeader) . This image can be Jpeg. I created this file as a template for a report, since I found adding a header dynamically, a bit complicated. (for me) . In some cases while printing, I want to Hide this image. Can someone show me how to ...
by pgkammath
Wed Jul 12, 2023 4:47 am
Forum: ScaleRichView
Topic: Search and Replace in RVheader of Scalerichview
Replies: 6
Views: 43791

Re: Search and Replace in RVheader of Scalerichview

I got the issue. I should have added SRichViewEdit1.StartEditing(srvrveMain) after the header has been modified and before starting the body editing. Now I can see the changes in the tags which are replaced.


Thanks
by pgkammath
Tue Jul 11, 2023 7:34 am
Forum: ScaleRichView
Topic: Search and Replace in RVheader of Scalerichview
Replies: 6
Views: 43791

Re: Search and Replace in RVheader of Scalerichview

Hello Sergey, I have coded as advised. Still the tags are not getting replaced. I am not sure what i am doing wrong. The following is code which gets executed can you please point out what is missing here. Regards, Thanks in advance TransitDataNew.RichViewEdit.Clear; TransitDataNew.RichViewEdit ...
by pgkammath
Thu Jul 06, 2023 11:53 am
Forum: ScaleRichView
Topic: Search and Replace in RVheader of Scalerichview
Replies: 6
Views: 43791

Re: Search and Replace in RVheader of Scalerichview

Thanks sergey, for the fast response. Will implement and get back
by pgkammath
Thu Jul 06, 2023 7:45 am
Forum: ScaleRichView
Topic: Search and Replace in RVheader of Scalerichview
Replies: 6
Views: 43791

Search and Replace in RVheader of Scalerichview

Hi, I am attaching a RTF file , which contains Tags in : <PatientName> this format, which using the following code to replace the PatientName with the actual name in with ScaleRichView.RichViewEdit do begin SetSelectionBounds(0, GetOffsBeforeItem(0), 0, GetOffsBeforeItem(0)); while SearchText ...
by pgkammath
Sat Jun 27, 2020 10:27 am
Forum: ScaleRichView
Topic: Setting Fonts of SubDocuments in Header
Replies: 0
Views: 132343

Setting Fonts of SubDocuments in Header

Hi, I am tring using the code given below to set the header. I have applied the style to the Scalerichview. But its not showing the style from the Rvstyle of the Scalerichview. When i use this code (without Header and the Subdocuments), this line, FinalData.RichViewEdit.AddNL('IN-PATIENT RECORD ...
by pgkammath
Tue Jun 16, 2020 4:52 am
Forum: ScaleRichView
Topic: Example of Srvcontrols
Replies: 2
Views: 43113

Re: Example of Srvcontrols

Thanks for the help

Regards.
by pgkammath
Mon Jun 15, 2020 3:59 am
Forum: ScaleRichView
Topic: Example of Srvcontrols
Replies: 2
Views: 43113

Example of Srvcontrols

Hi, I am creating fillable forms for commonly used forms. I saw the example C:\delphi-7-components\Trichview\SRVControls\Demos\SRVControls\Example2 which uses an .rvf to generate the form. But not able to understand the steps required to create the form from a document. like how to name the textbox ...
by pgkammath
Thu May 28, 2020 9:25 am
Forum: Support
Topic: Setting Font & Color for Tables
Replies: 2
Views: 12348

Re: Setting Font & Color for Tables

Thank you. Done
by pgkammath
Thu May 28, 2020 4:24 am
Forum: Support
Topic: Setting Font & Color for Tables
Replies: 2
Views: 12348

Setting Font & Color for Tables

Hi,
I want to do the following.
1. How to make the Table Borders Single Line now it is double line
2. How to Set Font and Color for Table Cells.

Thanks in advance

Regards,