Onedrive
- Silvio.Falconi
- Posts: 7141
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Onedrive
Any solution for save / load files from/to OneDrive ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: Onedrive
RAIDRIVE is a free tools that enable to MAP OneDrive or Google drive as a network drive with a drive letter.
Good luck
Philippe
Good luck
Philippe
- nageswaragunupudi
- Posts: 10722
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: Onedrive
Code: Select all | Expand
cOneDriveFolder := GETENV( "OneDrive" )
? cOndDriveFolder
Now we can use cOneDriveFolder like any other folder to write or read
We can also map onedrive to a drive letter (no external utilities are required. we can do it within windows itself) and use this drive letter for reading and writing.
Whatever we write will be synchronized by Windows across all computers used by the same user.
But there will be a lag in synchronization and so can not be used to read/write data files simultaneosly from different computers.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Silvio.Falconi
- Posts: 7141
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: Onedrive
Nages OneDrive Is ok on win10
But i cannot install It on Windows Seven
I not found a solution
But i cannot install It on Windows Seven
I not found a solution
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- nageswaragunupudi
- Posts: 10722
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: Onedrive
Yes.
Similar alternatives available are google drive, dropbox.
Similar alternatives available are google drive, dropbox.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: Onedrive
Silvio,
Microsoft will not be providing options, enhancements, or even support, for any OS except the current version of Windows 10. Backward compatibility is just too difficult. They learned that from Apple. OS updates move along, and are provided to computers that will handle them. When a computer can no longer be compatible with new OS features, it will not ve upgradeavble. This is what Apple does, and you will see more and more of this happening with Windows. The result will be to offset OS size increases caused by new features by simply not including legacy code that does not have usefulness in the current version.
Thus, as Nages points out, you will need to look at an alternative storage option.
Tim
Microsoft will not be providing options, enhancements, or even support, for any OS except the current version of Windows 10. Backward compatibility is just too difficult. They learned that from Apple. OS updates move along, and are provided to computers that will handle them. When a computer can no longer be compatible with new OS features, it will not ve upgradeavble. This is what Apple does, and you will see more and more of this happening with Windows. The result will be to offset OS size increases caused by new features by simply not including legacy code that does not have usefulness in the current version.
Thus, as Nages points out, you will need to look at an alternative storage option.
Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- Silvio.Falconi
- Posts: 7141
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: Onedrive
I did a test on onedrive. I inserted an exe with some dbfs archives. Then I used two computers with Windows 10 obviously I have to have the same Microsoft account on both PCs.
When I insert or modify a dbf on a PC shortly after I have the change in the other maybe if you understand how to do it we could use this technique instead of a lan.
But now I have a laptop with Windows Seven and I wanted to try to install OneDrive.
A long time ago I read that OneDrive could be installed on Windows Seven but now I can't find the method
When I insert or modify a dbf on a PC shortly after I have the change in the other maybe if you understand how to do it we could use this technique instead of a lan.
But now I have a laptop with Windows Seven and I wanted to try to install OneDrive.
A long time ago I read that OneDrive could be installed on Windows Seven but now I can't find the method
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: Onedrive
Silvio, I have not been using that method but I think it can be a good idea. I will do some tests in the next few days and see what I can find out.
Microsoft is "retiring" a lot of their older programs. They have significantly modified OneDrive over the past two. years so the version that might have worked with Windows 7 would no longer be available today. People wanted OneDrive to work more like iCloud where your work is automatically saved, and then updated on other connected devices. It is all transparent.
I will do some experiments and update comments in the next day or two.
Microsoft is "retiring" a lot of their older programs. They have significantly modified OneDrive over the past two. years so the version that might have worked with Windows 7 would no longer be available today. People wanted OneDrive to work more like iCloud where your work is automatically saved, and then updated on other connected devices. It is all transparent.
I will do some experiments and update comments in the next day or two.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Re: Onedrive
Hi Silvio
Silvio
here are several examples with the use of onedrive
https://www.example-code.com/foxpro/onedrive.asp
also has aruba invoice
https://www.example-code.com/foxpro/aru ... azione.asp
saludos
Tito
Silvio
here are several examples with the use of onedrive
https://www.example-code.com/foxpro/onedrive.asp
also has aruba invoice
https://www.example-code.com/foxpro/aru ... azione.asp
saludos
Tito
- Silvio.Falconi
- Posts: 7141
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: Onedrive
Tito wrote:Hi Silvio
Silvio
here are several examples with the use of onedrive
https://www.example-code.com/foxpro/onedrive.asp
also has aruba invoice
https://www.example-code.com/foxpro/aru ... azione.asp
saludos
Tito
need Chilkat 289 USD no good for me
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com