Changeset 1504
- Timestamp:
- Apr 2, 2010, 9:40:51 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/cfgmgr.cmd ¶
r1408 r1504 26 26 Allow the above filename to be passed as a parameter 27 27 Edit to make sure this program is located correctly 28 Add version checking 29 30 Change log: 31 16 Mar 09 JBS Added code to copy discontinued directory container state ini keys to new names 28 32 29 33 */ -
TabularUnified trunk/dll/ipf/config.ipf ¶
r1499 r1504 353 353 .br 354 354 :xmp. 355 0 = No date in data355 0 = Other (or no date/time if numdateflds is 0) 356 356 1 = 02-08-96 23&colon.55&colon.32 mm-dd-yy hh&colon.mm&colon.ss 357 357 2 = 8 Feb 96 23&colon.55&colon.32 dd Mmm yy hh&colon.mm&colon.ss -
TabularUnified trunk/warpin/fm2.wis.in ¶
r1381 r1504 12 12 26 Feb 08 JBS Ticket 226: Reset debugging package version to match FM2_VER 13 13 06 Oct 08 JBS Ticket 287: Fix syntax of the required version attribute of Warpin tag 14 14 in Warpin script. 15 15 23 Oct 08 JBS Ticket 292: Fix parameters field of Helpfile Viewer icon. 16 16 28 Oct 08 JBS Ticket 294: Add support for new object icons. … … 61 61 call SysIni database_file, fm2_utils_app, 'ALL:', 'keys.' 62 62 if keys.0 = 0 then 63 63 return 'SELECT' 64 64 else 65 65 return '' 66 66 </REXX> 67 67
Note:
See TracChangeset
for help on using the changeset viewer.