Page 1 of 1

add two fields for print Canada

Posted: Sat Oct 06, 2007 2:48 pm
by tdong
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"

Posted: Sat Oct 06, 2007 5:54 pm
by jordansparks
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.

Posted: Tue Oct 09, 2007 11:04 am
by tdong
Thank you