Changeset 1625 for trunk/dll/arccnrs.c
- Timestamp:
- Aug 26, 2011, 11:36:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1616 r1625 845 845 pai->cbComp = atol(nsize); 846 846 if (info->datetype && fdate && *fdate) 847 847 ArcDateTime(fdate, info->datetype, &pai->date, &pai->time); 848 848 memset(&ri, 0, sizeof(RECORDINSERT)); 849 849 ri.cb = sizeof(RECORDINSERT); … … 2316 2316 // Display parsed date/time columns if type specified 2317 2317 AdjustCnrColVis(hwnd, 2318 2319 2318 GetPString(IDS_TIMECOLTEXT), 2319 dcd->info->fdpos != -1 && dcd->info->datetype, FALSE); 2320 2320 AdjustCnrColVis(hwnd, 2321 2322 2321 GetPString(IDS_DATECOLTEXT), 2322 dcd->info->fdpos != -1 && dcd->info->datetype, FALSE); 2323 2323 WinSendMsg(hwnd, CM_INVALIDATEDETAILFIELDINFO, MPVOID, MPVOID); 2324 2324 }
Note:
See TracChangeset
for help on using the changeset viewer.