SYNC with Menu

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
Post Reply
etuser
Posts: 85
Joined: September 3rd, 2019, 5:57 am

SYNC with Menu

Post by etuser »

Dear all,

I have two data files in the tablets resulting from an old and updated data entry program (the updated is only in logic) . Since the menu program input data file name set as an old Csdb file name, i can't sync the new data file using the menu program because unable to use two input file with the same external dictionary in the menu program, even if available in the tables.

Do i have an option to sync both file probably by setting SETFILE command on the menu program so that them menu program picks the two data file and sync , by the way both file uses the same dictionary as an external file on the menu program.

Many thanks
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

Re: SYNC with Menu

Post by sherrell »

Yes, you should be able to do:

Code: Select all

syncdata(dict);
setfile(dict, "other file");
syncdata(dict);
Let us know if you find out something different.

Sherrell
Post Reply