Dear Team;
when i copy a file using bluetooth using following code
close(IN_ETAR_DICT);
open(EFHS_WR);
if selcase( EFHS_WR, "" ) include( F_NAME ) where ROLE = 3 & TEAM = curteam then
numeric ifconnect = syncconnect(Bluetooth , B_NAME);
if ifconnect then
syncfile(PUT,fl_name,concat("..\\temp\\ind_etar_",edit("9999",visualvalue(CODE_F)),".csdb"));
syncfile(PUT,"..\\data\\Data_hh.csdb","..\\Data_hh.csdb");
syncdisconnect();
else
errmsg("not conencted");
endif;
else
errmsg( "no device" );
endif;
close(EFHS_WR);
when i open file
i have this error
unexpected error is keeping you from copying file
error sync data by bluetooth
-
Gregory Martin
- Posts: 1948
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: error sync data by bluetooth
To resolve synchronization problems, you will want to first look at the sync.log file:
https://www.csprousers.org/help/CSPro/s ... es%20lists
When you locate this file, look at the detailed information about the Bluetooth synchronization. If there are no obvious clues about what is happening, you can post the file here, or send it to cspro@lists.census.gov.
https://www.csprousers.org/help/CSPro/s ... es%20lists
When you locate this file, look at the detailed information about the Bluetooth synchronization. If there are no obvious clues about what is happening, you can post the file here, or send it to cspro@lists.census.gov.