| | 12 | static char *cuExpMonthStyle="type_fields"; |
| | 13 | static char *cuExpYearStyle="type_fields"; |
| | 14 | |
| | 15 | static unsigned uExpMonth=0; |
| | 16 | static unsigned uExpYear=0; |
| | 17 | |
| | 18 | static char cAddr1[101]={""}; |
| | 19 | static char *cAddr1Style="type_fields"; |
| | 20 | |
| | 21 | static char cAddr2[101]={""}; |
| | 22 | static char *cAddr2Style="type_fields"; |
| | 23 | |
| | 24 | static char cCity[101]={""}; |
| | 25 | static char *cCityStyle="type_fields"; |
| | 26 | |
| | 27 | static char cState[101]={""}; |
| | 28 | static char *cStateStyle="type_fields"; |
| | 29 | |
| | 30 | static char cZip[33]={""}; |
| | 31 | static char *cZipStyle="type_fields"; |
| | 32 | |
| 126 | | |
| 127 | | template.cpName[13]=""; |
| | 147 | |
| | 148 | template.cpName[13]="cAddr1"; |
| | 149 | template.cpValue[13]=cAddr1; |
| | 150 | |
| | 151 | template.cpName[14]="cAddr1Style"; |
| | 152 | template.cpValue[14]=cAddr1Style; |
| | 153 | |
| | 154 | template.cpName[15]="cAddr2"; |
| | 155 | template.cpValue[15]=cAddr2; |
| | 156 | |
| | 157 | template.cpName[16]="cAddr2Style"; |
| | 158 | template.cpValue[16]=cAddr2Style; |
| | 159 | |
| | 160 | template.cpName[17]="cCity"; |
| | 161 | template.cpValue[17]=cCity; |
| | 162 | |
| | 163 | template.cpName[18]="cCityStyle"; |
| | 164 | template.cpValue[18]=cCityStyle; |
| | 165 | |
| | 166 | template.cpName[19]="cState"; |
| | 167 | template.cpValue[19]=cState; |
| | 168 | |
| | 169 | template.cpName[20]="cStateStyle"; |
| | 170 | template.cpValue[20]=cStateStyle; |
| | 171 | |
| | 172 | template.cpName[21]="cZip"; |
| | 173 | template.cpValue[21]=cZip; |
| | 174 | |
| | 175 | template.cpName[22]="cZipStyle"; |
| | 176 | template.cpValue[22]=cZipStyle; |
| | 177 | |
| | 178 | template.cpName[23]=""; |
| | 213 | |
| | 214 | void funcPurchaseExpMonth(FILE *fp) |
| | 215 | { |
| | 216 | sysfuncSelectExpMonth(fp,cuExpMonthStyle,uExpMonth,0); |
| | 217 | |
| | 218 | }//void funcPurchaseExpMonth(FILE *fp) |
| | 219 | |
| | 220 | |
| | 221 | void funcPurchaseExpYear(FILE *fp) |
| | 222 | { |
| | 223 | sysfuncSelectExpYear(fp,cuExpYearStyle,uExpYear,0); |
| | 224 | |
| | 225 | }//void funcPurchaseExpMonth(FILE *fp) |
| | 226 | |
| | 227 | |
| | 228 | |