I have a little concern about the synchronization in dropbox, actually it works fine, except that it creates CSPro folder in Dropbox account where I synchronize the data. And inside it, is where all application files are kept like dictionary and others.
I don't want to use the default Folder which is CSPro, I would like to name my own folder like "Energy" or else.
How do I change this default folder to my own...which is "Energy"?
function senddata()
if syncconnect(Dropbox) then
if syncdata(PUT,SYNCH) then
errmsg("DATA SENT SUCCESSFUL!!...");
Stop(-1);
else
errmsg("DATA NOT SENT, CHECK CONNECTION!!..");
Stop(-1);
endif;
else
errmsg("CONNECTION TO THE SERVER FAILED!!..");
Stop(-1);
endif;
end;
Thanks in Advance.
[color=#800000][size=85][i][b]Munir Mdee
Software Developer (Data Processing)
National Bureau of Statistic (NBS)
Jakaya Kikwete Road,
P.O.Box 2683,
Dodoma,TANZANIA
Mob: +255 755 740090
Email: munir.mdee@nbs.go.tz
munirmdee@gmail.com[/b][/i][/size][/color]