Using TransPost with Windows 7
TransPost will work with both the 32 bit and 64 bit versions of Windows 7 but some adjustment needs to be made as both MYOB and TransPost were originally developed for older systems.
User access Control (UAT)
MYOB triggers a UAT prompt to ask for your permission to run. As the MYOB ODBC runs MYOB itself this is an issue as the UAT question would need an answer with each connection.
We do not recommend turning off the UAC. That does allow MYOB to work without the prompt but can be a security risk regarding stuff off the web you may not want to run and still does not seem to make it work with the ODBC.
The following is specific to MYOB and does both get rid of UAC messages on MYOB and allow the ODBC to work:
1. Using Notepad or your favourite text editor go to the MYOB program folder and open Myob.exe.manifest
2. Change
level="HighestAvailable"
to
level="asInvoker"
3. Save and Close the file