Re: backup dbf in the cloud

2014-05-12 Thread Rafael Copquin
With Sitze's suggestion and your reminder I just developed the automatic backup routine. Thank you all for your input Rafael Copquin El 12/05/2014 18:37, Paul Hemans escribió: With Dropbox you just copy it into a directory and it takes care of the rest. _

Re: backup dbf in the cloud

2014-05-12 Thread Ted Roche
Years ago, I did this with Scheduled Tasks, a batch file, zip and PuTTY to a server in our data center. Pro: No client data "in the cloud," full encryption from their network to ours. Con: You write it, you own it. We check to ensure a new file shows up each day, and occasionally have to remote it

Re: backup dbf in the cloud

2014-05-12 Thread Sytze de Boer
This is the way I do it iamok=0 dropbox=Getenv("USERPROFILE")+"\Dropbox" cdir1=Getenv("USERPROFILE")+"\Dropbox" cdir2=Getenv("USERPROFILE")+"\GoogleDrive" cdir3=Getenv("USERPROFILE")+"\Skydrive" DO case CASE Directory(cdir1) iamok=1 cdir=cdir1 CASE Directory(cdir2) iamok=1 cdir=cdir2 C

Re: backup dbf in the cloud

2014-05-12 Thread Paul Hemans
With Dropbox you just copy it into a directory and it takes care of the rest. On Tue, May 13, 2014 at 7:24 AM, Rafael Copquin wrote: > I have this client running a VFP9 app based in dbf's that just had his > main server disk gone to heaven (I should have said to hell, but I might > offend some p

Re: backup dbf in the cloud

2014-05-12 Thread Mike Copeland
I have just finished testing and will be implementing Google Drive with SyncBackPro. I got the lead for SyncBackPro from this list a week or so ago, and had played with Google cloud storage in the past. The combo works well! Very happy with it. Will be abandoning Rackspace's Jungle Disc as it

backup dbf in the cloud

2014-05-12 Thread Rafael Copquin
I have this client running a VFP9 app based in dbf's that just had his main server disk gone to heaven (I should have said to hell, but I might offend some people so...:-) ) Anyways, eons ago I installed a simple backup routine that zips all the tables and sends the zip file from the server to

Fw: error 30 Position off the screen FPW 2.6

2014-05-12 Thread Michael Madigan
I actually ran the screen generator on the computer causing the problem and it was evident where the problem was.   For some reason this computer was rendering the screen differently than other computers.    I just changed the text box inside a screen to be a little smaller and everything worke

Re: [ADMIN] Another Donation Request

2014-05-12 Thread Ed Leafe
On May 12, 2014, at 3:05 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: > Awesome! How much $ did you raise? $592!! -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) application/pgp-signature --- ___

Re: [ADMIN] Another Donation Request

2014-05-12 Thread mbsoftwaresolutions
On 2014-05-12 15:34, Ed Leafe wrote: I'd like to thank the many, many ProFoxers who contributed to this cause. You guys and gals are awesome! Thanks for your support! Awesome! How much $ did you raise? Thanks, --Mike ___ Post Messages to: ProFox

Re: [ADMIN] Another Donation Request

2014-05-12 Thread Ed Leafe
On Apr 21, 2014, at 7:53 AM, Ed Leafe wrote: > It's time for my semi-annual request to the ProFox community to show your > appreciation for this list by contributing to a charitable cause. On > Saturday, May 10 I will be participating in the Tour de Cure, a bicycle ride > to help raise money a

Re: [NF]Get Data From Cloud Service

2014-05-12 Thread mbsoftwaresolutions
On 2014-05-12 14:04, Jeff Johnson wrote: Who's side are you on?!? ;^) If that was not stipulated in the original agreement then I agree. I personally (and would recommend to my customers) would check this out in advance. If I can't readily get my data back any time I want - or have a way to ge

Re: [NF]Get Data From Cloud Service

2014-05-12 Thread Jeff Johnson
Who's side are you on?!? ;^) If that was not stipulated in the original agreement then I agree. I personally (and would recommend to my customers) would check this out in advance. If I can't readily get my data back any time I want - or have a way to get it myself as in an export - then I wo

Re: [NF]Get Data From Cloud Service

2014-05-12 Thread mbsoftwaresolutions
On 2014-05-09 19:27, Jeff Johnson wrote: My opinion is that the customer owns the data and should have a way to get to it if they want it. Agreed but I find no problem with there (grammar fix!) being a data prep charge. ___ Post Messages to: Pro

Re: [NF]Get Data From Cloud Service

2014-05-12 Thread mbsoftwaresolutions
On 2014-05-09 19:27, Jeff Johnson wrote: My opinion is that the customer owns the data and should have a way to get to it if they want it. Agreed but I find no problem with their being a data prep charge. ___ Post Messages to: ProFox@leafe.com Subsc

Re: Cannot import XLSX

2014-05-12 Thread mbsoftwaresolutions
On 2014-05-12 07:27, Frank Cazabon wrote: It would fail on spreadsheets bigger than the 65,000 odd rows that was the limit in older versions. Nice catch, Frank! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/

Re: Printing Issues with 64-bit Win and VFP

2014-05-12 Thread mbsoftwaresolutions
On 2014-05-12 04:04, Alan Bourke wrote: On Mon, May 12, 2014, at 08:36 AM, Dave Crozier wrote: I bet it's either a HP printer +1 It will likely be HP PCL6 drivers. Use PCL5e or Postscript versions. PS drivers have never let me down. ___ Post Mes

Re: [NF]Get Data From Cloud Service

2014-05-12 Thread mbsoftwaresolutions
On 2014-05-11 19:06, Stephen Russell wrote: On Fri, May 9, 2014 at 4:49 PM, Jeff Johnson wrote: I have a customer that uses a cloud application that I am converting to my application. When we requested they export the data they said a) they were not able to give me file structures (I'm okay

Re: Cannot import XLSX

2014-05-12 Thread Frank Cazabon
Sytze, On 11/05/2014 04:05 PM, Sytze de Boer wrote: I thought Craig's work would be the last word with this problem, but I could not get it to work on many occasions. What problems did you have? It has always worked for me. Then I came across Jun Tangunan's solution create cursor junk (nam

Re: Printing Issues with 64-bit Win and VFP

2014-05-12 Thread Alan Bourke
On Mon, May 12, 2014, at 08:36 AM, Dave Crozier wrote: > I bet it's either a HP printer +1 It will likely be HP PCL6 drivers. Use PCL5e or Postscript versions. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mai

RE: Printing Issues with 64-bit Win and VFP

2014-05-12 Thread Allen
Lol. HP printer drivers have been a pain since windows first started. When will they learn Al -Original Message- I bet it's either a HP printer or a printer that is using M$'s own built in drivers. Check the manufacturer to see if there are a set of drivers made for Win7 Dave _

RE: Printing Issues with 64-bit Win and VFP

2014-05-12 Thread Dave Crozier
I bet it's either a HP printer or a printer that is using M$'s own built in drivers. Check the manufacturer to see if there are a set of drivers made for Win7 Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Andrew MacNeill Sent: 10 May 2014 09:13 To: