Object doesn't this property or method:'syncopt.syncparam'
426270Jul 28 2004 — edited Aug 26 2004when I follow the 'Developer Guide for Win ce' and use evb
program as follow:
Dim sync As MSync.sync
Dim syncopt As MSync.SyncOption
Set sync = CreateObject("MSync.Sync")
Set syncopt = CreateObject("MSync.SyncOption")
syncopt.username = "bob"
syncopt.password = "bobbob"
syncopt.SyncParam = "reset"
syncopt.transportParam = "reset;server=" & "192.168.0.6"
sync.setOptionObject (syncopt)
sync.DoSync
then on my PDA, I got the message as above