Search found 10 matches

by dieutan
Fri Jan 23, 2015 4:20 pm
Forum: Developers
Topic: How to add patient.ChartNumber to Daily Payments Report
Replies: 3
Views: 6627

Re: How to add patient.ChartNumber to Daily Payments Report

Hi Allen,

Thanks for the information. I don't have plan to use the beta version yet. I'm using 12.4.
Is there any way to add the patient.ChartNumber column from version 12.4?

Regards,
Dennis
by dieutan
Wed Jan 21, 2015 11:31 am
Forum: Developers
Topic: How to add patient.ChartNumber to Daily Payments Report
Replies: 3
Views: 6627

How to add patient.ChartNumber to Daily Payments Report

Dear Everyone, How to add patient.ChartNumber column to "Daily Payments Report" sheet? I can add a patient.ChartNumber to SQL query, and a column to FormRpWriteOffSheet.cs using SetColumn but I don't know how to add the column to Daily Payments Report sheet. I tried to edit PaymentRDL.txt file but I...
by dieutan
Wed Jan 21, 2015 11:30 am
Forum: Main Forum
Topic: How to add patient.ChartNumber to Daily Payments Report
Replies: 4
Views: 5399

Re: How to add patient.ChartNumber to Daily Payments Report

Thanks Travis,
I'll post the question in developer forums.
Dennis
by dieutan
Sat Jan 17, 2015 9:55 pm
Forum: Main Forum
Topic: How to add patient.ChartNumber to Daily Payments Report
Replies: 4
Views: 5399

Re: How to add patient.ChartNumber to Daily Payments Report

Hi Tom, Chart Number is used in 14.1.18.0 version. I would like to know how to add a column in to "Daily Payments Reports". I tried to edit PaymentRDL.txt file but I got following errors: System.NullReferenceException: Object reference not set to an instance of an object. at OpenDental.FormRpPayShee...
by dieutan
Fri Jan 16, 2015 9:30 pm
Forum: Main Forum
Topic: How to add patient.ChartNumber to Daily Payments Report
Replies: 4
Views: 5399

How to add patient.ChartNumber to Daily Payments Report

Dear Everyone,

How to add patient.ChartNumber column to "Daily Payments Report" sheet?
I can add a patient.ChartNumber to SQL query, and a column to FormRpWriteOffSheet.cs using SetColumn but I don't know how to add the column to Daily Payments Report sheet.

Thanks in advance,
Dennis
by dieutan
Wed May 21, 2014 10:36 pm
Forum: Developers
Topic: How to add practice logo to Statement, Receipt, Invoice.
Replies: 9
Views: 16812

Re: How to add practice logo to Statement, Receipt, Invoice.

Here it is: 1. create an ImageList private ImageList imageListThumbnails; // imageListThumbnails // this.imageListThumbnails.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListThumbnails.ImageStream"))); this.imageListThumbnails.TransparentColor = System.Drawing.Co...
by dieutan
Wed May 14, 2014 11:22 pm
Forum: Developers
Topic: How to add practice logo to Statement, Receipt, Invoice.
Replies: 9
Views: 16812

Re: How to add practice logo to Statement, Receipt, Invoice.

Hi Jason,

Thanks for the information. Could you describe more details from the beginning of setting a bitmap, get the bitmap in, and how to point to it from drawbitmap()?
Dennis
by dieutan
Wed May 14, 2014 10:20 am
Forum: Developers
Topic: How to add practice logo to Statement, Receipt, Invoice.
Replies: 9
Views: 16812

Re: How to add practice logo to Statement, Receipt, Invoice.

Hi Jason, I know exact code location. I need to know how to add a logo image - might be a bit map. how to get the image into the statement, receipt, and invoice documents. I saw a toothchart class and know how to call it, draw toothchart image on the document but I don't know how to create a new too...
by dieutan
Wed May 14, 2014 12:26 am
Forum: Developers
Topic: How to add practice logo to Statement, Receipt, Invoice.
Replies: 9
Views: 16812

Re: How to add practice logo to Statement, Receipt, Invoice.

Hi Jason,

Yes, I am asking how to do it programmatically.
I would like to add practice logo at the place of practice's name and address.

Thanks,
Dennis
by dieutan
Mon May 12, 2014 8:27 pm
Forum: Developers
Topic: How to add practice logo to Statement, Receipt, Invoice.
Replies: 9
Views: 16812

How to add practice logo to Statement, Receipt, Invoice.

Dear Everyone,

Please advice how to add practice logo to Statement, Receipt, and Invoice.

Thanks in advance!