add two fields for print Canada
Posted: 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"
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"