[EN] To prevent a « leap bug » that may appear in February 2016
Cette note est disponible en Français ici.
For all FM Calendar users who have a version prior to 1.5.5. The version 1.5.5 has already correcting this bug.
To prevent a « leap bug » that may appear in February 2016, you must modify your FM Calendar. To do this, you must follow this procedure :
In script "fmpCall", search the action "Set Field" on the field "eventsEdit::startDate" (at line #36) to change formula to :
———————————start copy———————————
Set Field [eventsEdit::startDate; Let([
_txt = $start ;
_num = Evaluate ( _txt ) ;
_correction = GetAsNumber(Timestamp( Date(1;1;1970); Time(0;0;0) ));
_num = _num + _correction ;
_ts = GetAsTimestamp ( _num )
];
Date(
Month ( _ts ) ;
Day ( _ts ) ;
Year ( _ts )
)
)]
———————————end copy———————————
In script "fmpCall", search the action "Set Field" on the field "eventsEdit::endDate" (at line #39) to change formula to :
———————————start copy———————————
Set Field [eventsEdit::endDate; Let([
_txt = $end ;
_num = Evaluate ( _txt ) ;
_correction = GetAsNumber(Timestamp( Date(1;1;1970); Time(0;0;0) ));
_num = _num + _correction ;
_ts = GetAsTimestamp ( _num )
];
Date(
Month ( _ts ) ;
Day ( _ts ) ;
Year ( _ts )
)
)]
———————————end copy———————————
-
AutoSender
- What are the limitations of the AutoSender demo version ?
- How exactly does AutoSender function ? Is it a FileMaker plug- in ?
- Is it possible to use AutoSender with Instant Web Publishing solutions ?
- Which items are installed and where (Mac OS X)?
- Which items are installed and where (Windows)?
- View all (15 more)
-
Clip Manager 4.x for Mac
- Is ClipManager 4.2 compatible with FileMaker Pro 13?
- I upgraded to Mavericks and some tasks aren't working anymore in Clip Manager 4.x
- Is Clip Manager 4.x compatible with FileMaker Pro 12?
- I get a message "Oops, we messed up! Clip Manager must quit." What should I do now?
- Table Occurrence Selector doesn't show any table occurrences.
- View all (5 more)
-
Clip Manager Express for Windows
-
DoSQL
- Is DoSQL 2.0 compatible with FileMaker Server 12 ?
- Can DoSQL be used in a runtime solution
- What types of SQL statements can be used with DoSQL ?
- Is it possible to use 'CREATE TABLE' with DOSQL in the database that a script is called?
- Can DoSQL be used as a FileMaker Server plug-in ?
- View all (4 more)
-
DoScript
-
eID & SIS plug-in
-
FM Calendar
-
PrinterSwitch
- PrinterSwitch doesn't work with FileMaker Pro 18.0.2 (and Catalina)
- What are the limitations of the PrinterSwitch demo version?
- What is installed by the PrinterSwitch installer and where?
- Can I use FileMaker Server’s AutoUpdate feature with PrinterSwitch?
- I am trying to create a PDF with PrinterSwitch, but when printing nothing seems to happen (MacOS X)
- View all (12 more)