I would like to start a sync whenever the database is opened on FMTouch 1.620. I am using Server Sync 1.74 on a Mac and tried the code found below without any luck:
http://fmwebschool.com/reference/FMTouch_Reference#SyncingTriggering Initial Sync from the iPhone App in the __FMWS_FMTouch_Open Script
If [ Get ( FoundCount ) < 1 ]
Set Variable [ $result ; Value : Evaluate ( “ FMTouch_Sync ” ) ]
End If
I also tried to Evaluate FMTouch_WPE_Sync without any luck as well.