Bruce, in the sync client proc, if I forget to add a File to be synced to the proc, the sync does not work, none error is posted. and the sync process runs over and over like there were no timer.
Is it possible for you to add a line to open the files you detect to be synced?
In the sync method template, when selecting a file to sync it sets the boundary name as the file label lowered, but to sync, you need it to be the External file name.
Problem when syncing spanish caracters:
The result is different if the record is received from the server o if it is sent to the server
In the attached pic you can see:
a record added in the server (Central) and received by the client
and below
a record added in the client (Pilar) and sent to the server, when synced the record in the client is modified too.
The server is on Charset: 'ISO-8859-1' and Store as Spanish
My web server is both a web server and it has the webservices method.
Ive tried going to utf-8 from Spanish and th sync is ok but when I type any spanish chars in a web form I get the same problem, see pic 2
Thanks