add two fields for print Canada

This forum is for programmers who have questions about the source code.
Post Reply
tdong
Posts: 100
Joined: Mon Jun 18, 2007 1:16 pm
Contact:

add two fields for print Canada

Post by tdong » Sat Oct 06, 2007 2:48 pm

Hi
I am trying to add the DivisionNo and SchoolName for claimform. I add those line in these three form but it doesn't do anything. I look at the select statement it is select * therefore the DivisionNo and SchoolName should be there

Anyone kind enough to add those for production would be nice thanks

FormClaimPrint.cs

case "DivisionNo":
displayStrings = planCur.DivisionNo;
break;

Renaissance.cs

Change -> items= new ClaimFormItem[242]
Fill(241, "Division");
ClaimFormItem[] listForForm=new ClaimFormItem[242];


FormClaimFormItemEdit.cs
"DivisionNo"

User avatar
jordansparks
Site Admin
Posts: 5739
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Post by jordansparks » Sat Oct 06, 2007 5:54 pm

I don't think the Renaissance file should be touched.

Other than that, it seems like you're on the right track. I'll add it to version 5.4 since it will only take a couple of minutes. Then, once you start using 5.4, you will have it available to put on the form.

For clarity, it will be CollegeName rather than SchoolName.
Jordan Sparks, DMD
http://www.opendental.com

tdong
Posts: 100
Joined: Mon Jun 18, 2007 1:16 pm
Contact:

Post by tdong » Tue Oct 09, 2007 11:04 am

Thank you

Post Reply