Page 1 of 1

SYNC with Menu

Posted: February 24th, 2022, 2:47 am
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

Re: SYNC with Menu

Posted: February 24th, 2022, 10:48 am
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