Search found 30 matches

by pgkammath
Wed Jul 12, 2023 4:47 am
Forum: ScaleRichView
Topic: Search and Replace in RVheader of Scalerichview
Replies: 6
Views: 19717

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: 19717

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.Load...
by pgkammath
Thu Jul 06, 2023 11:53 am
Forum: ScaleRichView
Topic: Search and Replace in RVheader of Scalerichview
Replies: 6
Views: 19717

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: 19717

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('<Pati...
by pgkammath
Sat Jun 27, 2020 10:27 am
Forum: ScaleRichView
Topic: Setting Fonts of SubDocuments in Header
Replies: 0
Views: 76242

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',rvs...
by pgkammath
Tue Jun 16, 2020 4:52 am
Forum: ScaleRichView
Topic: Example of Srvcontrols
Replies: 2
Views: 24543

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: 24543

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: 10035

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: 10035

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,
by pgkammath
Mon May 18, 2020 10:10 am
Forum: ScaleRichView
Topic: Columns / Tables
Replies: 4
Views: 31918

Re: Columns / Tables

Thank you very very much for the prompt solution. Saved me. Just want I wanted.

Regards,
by pgkammath
Mon May 18, 2020 3:49 am
Forum: ScaleRichView
Topic: Columns / Tables
Replies: 4
Views: 31918

Re: Columns / Tables

Yes , it is like a table. An example code will be greatly appreciated. Also, it would be usel if the example can show how to set the width of a column. I tried the following code from an example of spreadsheet, but the table is not displayed. But when i did this in the spread sheet example by insert...
by pgkammath
Sun May 17, 2020 6:41 am
Forum: ScaleRichView
Topic: Columns / Tables
Replies: 4
Views: 31918

Columns / Tables

Hi,
I want to display some data of variable length in scalerichview as given in the attachment. The Data is taken from a stringgrid. and load to scalerichview by a for ..loop

Can you please guide?
Thanks in advance

Regards
by pgkammath
Tue Apr 21, 2020 10:23 am
Forum: ScaleRichView
Topic: QrCode Inserted as bmp
Replies: 3
Views: 34040

Re: QrCode Inserted as bmp

Problem solved.
Thanks
Regards,
by pgkammath
Tue Apr 21, 2020 9:02 am
Forum: ScaleRichView
Topic: QrCode Inserted as bmp
Replies: 3
Views: 34040

QrCode Inserted as bmp

HI, I am generating a Qrcode via an API, which returns the Qrcode as a BMP file. This file a insert into a Scalerichview as per the function given below. After inserting, the this image is seen as a dot. I am able to click this image and change the properties. After that is image is show correctly. ...
by pgkammath
Sun Feb 23, 2020 12:04 pm
Forum: ScaleRichView
Topic: ScaleRichview Page Number
Replies: 2
Views: 34551

Re: ScaleRichview Page Number

Dear Sergey, Thanks for the prompt reply. A Code sample for scalerichview would be much appreciated. I am using the header now. The Scalerichview prints the page number at the bottom of the page by default. An sample code to implement this in scalerichview will be very helpful. I tried this, nPageNo...