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,
Sync queue to Webserver
-
htuser
- Posts: 687
- Joined: December 19th, 2011, 6:26 pm
- Location: Silver Spring Area, MD, USA
Sync queue to Webserver
G.VOLNY, a CSProuser from Haiti, since 2004
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Sync queue to Webserver
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.