Page 1 of 1

Sync queue to Webserver

Posted: February 15th, 2017, 1:29 pm
by htuser
Dear all,
I would like to know if it's possible to use queue as a parameter for the SyncData Function, SyncFile Function, SyncServer Function such as
sync function: b = sync(alpha-exp[,queue]);

Since theses function can't be executed on the fly, i would like to execute them at the Csentry's exit.

Thanks in advance,

Re: Sync queue to Webserver

Posted: February 15th, 2017, 2:45 pm
by josh
syncdata/syncfile does not support the queue option. The idea is that you would use these functions in a menu program, not in your data entry application, so you would not need to queue it.