I am trying to do some customization on ArcPad 8. I would like to change tracklog filename based on two combined strings which are entered by user. I've already prepared a form for strings, now i need to change the TRACKLOG preference in ArcPadPrefs.apx file. I found a solution for ArcPad 6 at this site: http://resources.arcgis.com/content/kbase?fa=articleShow&d=24426, but obviously does not work in ArcPad 8. It gives me an error: "Invalid procedure call or argument" at last line: blnSuccess = Application.Properties("Load")
Is there any other way to change preferences using vbs?