How To Know If an Internet Connection is Active

2006-06-28 Thread G Gambill
How can I determine if an Internet Connection is active for PostCast Server. I thought about oIE = createobject( 'internetexplorer.application') oIE.Navigate2( "http://www.yahoo.com"; ) but can't figure out how to programatically test if that was successful. TIA George

Re: How To Know If an Internet Connection is Active

2006-06-29 Thread G Gambill
Jaime, Thanks, works great. George On 6/28/06, Jaime Vasquez <[EMAIL PROTECTED]> wrote: G Gambill wrote: > How can I determine if an Internet Connection is active for PostCast > Server. > > I thought about > > oIE = createobject( 'internetexplorer.applica

Re: How to Use a DBF Over the net?

2006-07-07 Thread G Gambill
Terminal Server (MS Terminal Server) is probably out of the question. VNC might be sellable. But, I think of that as basically TS (Terminal Server of another flair). Feel free t correct me here. They currently are running Citrix and we're moving that direction. Is that just an expensive TS

How To Load VFP 9 Runtime DLL's on MS Server 2003

2008-04-24 Thread G Gambill
We have a FoxWeb / VFP 9 application we are trying to migrate to a MS Server 2003 with ISS running. Can't seem to get the VFP runtime (vfp9renu.dll etc) right. Any suggestions as the the steps required and or requirements on the Server 2003 box? TIA George --- StripMime Report -- processed MI

Re: [NF] Contract not renewed - The real NF Version

2008-05-16 Thread G Gambill
Michael, The contract you received, was it already signed for their side. If not, why not scan it in, OCR it, add the missing points, print it, sign it and send it back. In the business world, most people want solutions not problems. Maybe every time it is time for renewal you should sent them

[NF] Sort Of Fox - MS Office Outlook Wants Permision to Send From VFP

2006-11-13 Thread G Gambill
Using MS Office Outlook 2003 SP2. MS XP Home Sending email from VFP Outlook warns that someone is trying to send an email and needs a "Yes" responce. Is there a way to turn this off? TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body --

Programatically Change Outlook Signature When Sent via VFP - How To

2009-02-03 Thread G Gambill
Is there a way to pragmatically over-ride the default Outlook signature when sending email pragmatically from VFP? something like .signature = 'good stuff' oEmailItem = oOutLookObject.createitem(0) WITH oemailitem .signature = 'New Signature Here' endwith TIA Geirge --- StripMime Report

VFP Controlling Outlook Express

2009-03-01 Thread G Gambill
Running VFP 6 Windows XP SP 2 I am wanting to programatically sent emails (church group) from VFP. I found a web page talking about using something called CDO with WIndows 2K and the following code. oMSG = createobject("CDO.Message") ** DO NOT FORGET TO CHANGE! You would not believe how many o

Re: VFP Controlling Outlook Express

2009-03-04 Thread G Gambill
Thanks to all for getting me started. I got is working with VFP6, MS Outlook Express and CDO on XP Thanks again George On Sun, Mar 1, 2009 at 3:30 PM, Michael Madigan wrote: > > If you need authentication, however, you need to do additional work. > > > > --- On Sun, 3/1/09, Ken Kixmoeller/fh <

VFP 9 on the WEB

2007-09-14 Thread G Gambill
Looking to port a VFP 9 system to the WEB. Looking at West Wind Web Connection. Any other favorites? TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages

Re: VFP 9 on the WEB

2007-09-15 Thread G Gambill
I should have mentioned that self hosted may be an option. Does that make FoxWeb more attractive and if so why? TIA George On 9/15/07, Rick Schummer <[EMAIL PROTECTED]> wrote: > > >> I thought the concern with all of these Fox web tools is that most ISPs > did NOT support these...i.e., they di

Suggested Software to Create HTML to Play with FoxWeb

2007-09-17 Thread G Gambill
Looking for software to create HTML to play with FoxWeb. I understand MS Word can do it but not resulting in the best of HTML. Any suggestions will be greatly appreciated. TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text

{NF] How to UnOpenWith in Internet Explorer

2007-10-15 Thread G Gambill
I mistakenly associated .FWX files with VFP in IE 7 on a Windows XP Pro box. Big Mistake. I need FWX files to not be associated with anything. How can I do (undo) this? TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) t

Browser Recomendations Wanted

2007-10-24 Thread G Gambill
Browser Recomendations Wanted other than IE and Mozilla. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://lea

[NF] Is There Something Like a DeCompiler For Visual Basic??

2007-11-24 Thread G Gambill
A friend has an EXE created with Visual Basic and some of the programs went missing with his programmer. Is there a way (similar to ReFox) to reclaim the programs that make up a Visual Basic EXE??? TIA George ___ Post Messages to: ProFox@leafe.com Su

Re: [NF] Error: 403 Forbidden by robots.txt

2010-04-13 Thread G Gambill
You might try HTTrack. I use it to download clients entire (non DHMTL type) web sites to my local drive. It has a log file that points out broken links. Not sure how it will do on a dynamic web site, but, then I don't see how anything can do that. George On Mon, Apr 12, 2010 at 9:36 PM, Enzer,

Re: [NF] Error: 403 Forbidden by robots.txt

2010-04-18 Thread G Gambill
Have you tried: http://linkchecker.submitexpress.com/ On Tue, Apr 13, 2010 at 6:58 AM, Enzer, Charles (enzerch) < enze...@ucmail.uc.edu> wrote: > Good Thought, Vincent. > > However, W3C requires access to the Web Server: > > [Enter the address (URL) of a document that you would like to check:]

Interesting XLS File

2010-04-29 Thread G Gambill
I have been sent an XLS file that I can't import with the Import Fromm command. I have tried type XLS, type XL5 and type XL8 all with no success. I keep getting an error that the Microsoft Excell fils is invalid. It will open with OenOffice.org. Any suggestions will be greatly appreciated. Geor

[NF] Spread Sheet Select Records (rows)

2010-05-19 Thread G Gambill
A friend wants to know how to select say, 5 records (rows) from maybe 100 records , rows, and view the selected row in another sheet. This could be Excel or OOo. IF VFP (6, 7 or 9) could play here, that would be great. Any suggestions? Maybe an Excel group/ TIA George --- StripMime Report -

Re: [NF] Spread Sheet Select Records (rows)

2010-05-19 Thread G Gambill
f records in the grid > > These records are then clipped with > myrecs=_vfp.datatoclip(clipalias,numtoclip,3) > where clipalias is the table, numtoclip is number of records to store > > Then open Excel and simply paste Ctrl - V > > Hope this helps > > > > >

Re: Source Code Ownership

2010-08-24 Thread G Gambill
My experience is if you are an employee, they own it. If they are paying you by the hour spent, they own it. If they are paying by an agreed upon price for the finial project, you own it. On Mon, Aug 23, 2010 at 12:23 PM, Tina Currie wrote: > Hi all, > > > > We have a client that has a major p

Encryption

2010-10-04 Thread G Gambill
Looking for suggestions for an encryption routine for VFP 6. Encryption at the field level is good enough. I have a home grown routine but am looking for more sophistication. TIA george --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) t

{NF} 5 Computer Wireless Network No Internet Recommendations

2010-12-09 Thread G Gambill
I am wanting to setup a 3-5 computer network (file and folder sharing) using a wireless router with no internet and maybe 1 printer. Suggestions on a good router (make and model) will be greatly appreciated. TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative te

Re: VFP and Web acces

2010-12-09 Thread G Gambill
I've done a couple of these with FoxWeb with minimal pain. A little understanding of HTML helps. HTH George On Wed, Dec 8, 2010 at 4:34 PM, Sytze de Boer wrote: > I need to develop a smallish application which is web based > i.e. somewhere between 400 and 1000 accountants will log into this a

Re: How old is your oldest, viable DVD?

2011-02-08 Thread G Gambill
I have heard for some years now that the life of CDs and DVDs is in the 6, 7, maybe 8 year range.I don't know if that means you can get eight years shelf life out of a Burned DVD even if you leave it in the back window of your car, in Phoenix, for eight years. A couple of years ago I bought some 5

Re: [NF] Format laptop harddrive

2011-03-03 Thread G Gambill
What do you think they will do if you just don't send it back? Do you think they will spend a lot of time and money trying to get back a worthless drive? Just a thought On Wed, Mar 2, 2011 at 3:26 PM, Paul McNett wrote: > On 3/2/11 2:20 PM, Jean Laeremans wrote: > > Do you all work for the sec

Earliest Vista Friendly VFP Run Time

2009-04-24 Thread G Gambill
Which is the earliest VFP version whose run time will run on MS Vista? 6, 7, 8, 9 Any things I amy need to know about? TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- __

Re: FoxPro 2.5 upgrade

2009-06-13 Thread G Gambill
I went did this some years ago on a rather large scale. It was fairly easy once the process (steps) where understood. I would have to play with it again to remember what those steps were. How many screens are you talking about? On Fri, Jun 12, 2009 at 6:45 AM, Chris Gilkes wrote: > I am lookin

Create a CSV file with VFP

2009-08-01 Thread G Gambill
I need to create a “.CSV” file using VFP. Opening a CSV file with notepad allows me to infer that is is a simple comma delimited .TXT file and can be created easily with low level code. The fact that it is called other than TXT (.CSV) tells me otherwise. Anyone have experience and/or suggestions

Re: Need to produce mass emails (VFP9SP1)

2009-08-05 Thread G Gambill
My experience with BLAT was that a lot of sophisticated IT folks figured out that the message said it was comming from "this" when it was really coming from "that" therefore they didn't let it go through thinking SPAM. I had to use MS Outlook. I have also had great success with gMail. Thd down si

[NF] How to Remove Novelle Work Station

2008-08-14 Thread G Gambill
The Novelle server is long sence history. The user still has to do a Novelle login as a work station in order to boot. It is a Windows 2000 box. Any help in removing Novelle will be greatly appreciated . TIA George ___ Post Messages to: ProFox@leaf

[NF] SpyHunter??? ,,, Good ... Bad ... or What

2008-08-14 Thread G Gambill
Anyone Know of Something Called SpyHunter? Any good, bad or what. TIA George ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/pro

[NF] Need Computer Brand Recommendations

2008-08-15 Thread G Gambill
I need to buy 3 windows XP Pro boxes fo business applications and would appreciate recommendations as to brands (i.e. Dell). No gaimeing so 2 Ghz (single processor) range should be good. Reasonably priced (with reasonable support) is good, cheap probably is not. TIA George --- StripMime Repor

Re: [NF] Dialup Internet Backup

2008-08-15 Thread G Gambill
I have Juno free for that purpose. You only get 10 hours a month for the free package which I have never gone over but if I did I could always use my wife's account. The adds are a bit irritating but it is free. Hope this helps. On 8/12/08, Jeff Johnson <[EMAIL PROTECTED]> wrote: > > I have ha

[NF] Where Is "Open in a New Tab" on Right Click of MS Internet Explorer?

2008-08-15 Thread G Gambill
Just installed a new Win XP Pro and for some reason, in Internet Explorer, when I right click a URL I don't get the "open in a new tab" option which is my favorite. Is that a Mozilla feature or is there an option setting somewhere in MS Internet Explorer? If there is an MS Internet Explorer optio

How to Un-MP3 an Audio File?

2008-08-16 Thread G Gambill
Downloaded some MP3 files and need to burn them to SD's such that an MP3 player is not needed. Any suggestions? TIA --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messa

Re: How to Un-MP3 an Audio File?

2008-08-16 Thread G Gambill
Ed, I have it now thanks to your suggestion. BTW, sorry for having left out the [NF]!!! george On Sat, Aug 16, 2008 at 10:11 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Aug 16, 2008, at 1:02 PM, G Gambill wrote: > > > Downloaded some MP3 files and need to burn them to

VFP and Office Automation (MS Excel specifically at this time)

2008-08-18 Thread G Gambill
Is there a way to control the column width for a given row column combination by VFP? -or- Is there a good web page that explains Office Automation and VFP? TIA George Excel specifically at this time) --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text b

VFP - Actually More EXCEL - How to count months touched in a date range in Excel

2008-08-19 Thread G Gambill
This projects involve VFP createing a Excel spreadsheet to be sent to the client thereby allowing them to play what if which means the date range can change. The issue is how to, within Excel, determine the number of monthis touched within a date range. The date range (full months as 1 day is cha

[NF] How to Recover MS Outlook Contact List From a Failing Hard Drive

2008-08-20 Thread G Gambill
I have a failing hard drive with a lot of Outlook contacts that I want to get into a new install of Outlook. Can I simply copy the files to the new drive and if so which files need to be copied? Or, is there a better way. TIA George --- StripMime Report -- processed MIME parts --- multipart/a

A Group For Excel ProFox is For FoxPro

2008-08-20 Thread G Gambill
Is there a group like this for Excel specifically of for MS Office in general? TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com S

[NP] Is IT True ... XP v Vista ... A Word Doc Created in One Not Read it the Other

2008-08-21 Thread G Gambill
I have heard form a friend that a Word document created in MS Word on XP can't be read by MS Word on Vista. And that a Word document created in MS Word on Vista can't be read by MS Word on XP. Is this true and if so, can OOo play with either or both??? TIA George --- StripMime Report -- proc

[NF] Empty User Accounts in Windows XP

2008-09-08 Thread G Gambill
Why does my User Accounts show a blank screen?? TIA George ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable

[NF]Looking for a reasonable ASPX Web type Prefferably in Phoenix

2008-10-02 Thread G Gambill
A Phoenix company copied their ASPX based web site CD then copied ir to a new IP (GoDaddy). We need someone who can get it working on the GoDaddy server. TIA, George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

[NF]Looking for an ASPX Web type Person

2008-10-03 Thread G Gambill
A Phoenix company is trying to move their web site from one web host company to GoDaddy. The former Web server company copied their ASPX based web site structure to CD then we copied it to a GoDaddy server. Now we need someone who understands ASPX and can get it working on the GoDaddy server. TI

[NF] Web Development Template Recommendations Wanted

2008-11-01 Thread G Gambill
I'm looking for recommendations for Web Site development templates and associated software. Multiple quick and relative simple sites for as yet unknown businesses (manufactureing, medical, transportation,... etc.). These sites may wind up being enhanced with eFusion. TIA George --- StripMime

Send Email (gmail) From VFP 6 - Suggestions

2014-09-05 Thread G Gambill
I am wanting to send induviduals emails from a DBF. TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

VFP 6 ON Windows 10

2016-01-18 Thread G Gambill
Anyone know if VFP 6 runs on Windows 10? 1) development mode. 2) Run time? 3) Or, where to find a reasonably priced VFP 9. Thanks --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- __

DBF Records on a Web Server and EXE on Local Box

2016-05-12 Thread G Gambill
Is it possible to read web based DBF records (a limited number of records) on a local box. Memo fields do not apply such that converting the DBF file to an SQL might be better. If I can leave the data as a DBF, how do I do it? If SQL is better both short term and long term, how do I do that? Best

Re: [NF] Screen Resolution Messed Up

2012-08-28 Thread G Gambill
t; > Michael Oke, II > 661-349-6221 > > Contents of this and all messages are intended for their designated > recipient. > > On Aug 28, 2012, at 3:45 PM, G Gambill wrote: > > > I hooked up a screen projector to my Windows 7 Pro laptop. Suddenly the > > maximum scr

Re: [NF] Screen Resolution Messed Up

2012-08-29 Thread G Gambill
. Maybe put the upgrade dvd (Ha I only got an upgrade key) an restore or some such simulare thing? On Wed, Aug 29, 2012 at 6:42 AM, Stephen Russell wrote: > On Wed, Aug 29, 2012 at 4:15 AM, Peter Cushing > wrote: > > G Gambill wrote: > >> I hooked up a screen projector to my

Re: (NF) for HTML

2012-12-07 Thread G Gambill
e continue on w/SQL... > > -K- > > > > On 12/7/2012 5:43 PM, G Gambill wrote: > >> I am looking to move away from a VFP/FoxWeb solution for new (and maybe >> old) web pages projects. >> >> I am looking for suggestions for converting existing VFP tables

Re: (NF) for HTML

2012-12-07 Thread G Gambill
ou do, moving away from the DBF file > storage is a wise decision. > > Mike > > > Original Message > Subject: (NF) for HTML > From: G Gambill > To: profoxt...@leafe.com > Date: 12/7/2012 4:43 PM > >> I am looking to move away from a VFP/FoxWeb solution for n

Re: (NF) for HTML

2012-12-07 Thread G Gambill
a "cousin" language to VFP. > http://www.realsoftware.com/**web/ <http://www.realsoftware.com/web/> > ... and ... > http://www.realsoftware.com/**web/video.php<http://www.realsoftware.com/web/video.php> > > -Kevin > > > > On 12/07/2012 05:43 PM, G Gambill

Re: (NF) for HTML

2012-12-07 Thread G Gambill
Ted, at this point I don't see anything very complex. But, then, YHou know how that goes. Thanks On Fri, Dec 7, 2012 at 6:42 PM, Ted Roche wrote: > On Fri, Dec 7, 2012 at 5:43 PM, G Gambill wrote: > > > I am looking to move away from a VFP/FoxWeb solution for new (and m

Re: (NF) for HTML

2012-12-08 Thread G Gambill
I looked in to Dabo some years on an XP box. Didn't get there. How easy is the set up today. and how well is it accepted by providers or are they gun shy? On Fri, Dec 7, 2012 at 7:34 PM, Ed Leafe wrote: > On Dec 7, 2012, at 8:20 PM, G Gambill wrote: > > > Thanks, do you kn

Re: FINGER TROUBLE

2013-01-12 Thread G Gambill
Not sure I understand the problem, but, there is a text search program (ts.prg) available at Leafe.com. Might help. On Fri, Jan 11, 2013 at 5:37 AM, Richard Kaye wrote: > regex should do the trick. VFP 9 code references has some limited regex > support. And then there's the VFPX GoFish project,

Re: [NF] VFP applications moved to Chromebook?

2013-01-17 Thread G Gambill
I have some applications (VFP6 and VFP9) that build dynamic HTML (DHTML) (using FoxWeb) on the server and present the resulting web pages over the internet. It's a thought. On Thu, Jan 17, 2013 at 10:10 AM, wrote: > We have a VFP9 SP2 application for healthcare billing and ePrescriptions > and >

Re: [NF] Software that can capture an entire website?

2009-11-25 Thread G Gambill
I am so sorry for your lose. We too are going through some losses just now. Never good. Try HTTRACK. I have used is several times with good results as longs as there are no data files (DHTML) involved. For the data files you may need to get a copy from the host. HTH On 11/24/09, Vincent Teac

Re: Copy Protection Schemes

2011-05-06 Thread G Gambill
You may want to look at Dongles. On Fri, May 6, 2011 at 4:41 AM, Jerry Foote wrote: > I would appreciate opinions as to the best copy protection scheme for a > general distribution program. > > Jerry > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (

Re: Copy Protection Schemes

2011-05-09 Thread G Gambill
Yes. On Fri, May 6, 2011 at 3:03 PM, Fred Taylor wrote: > You mean those things that attach to a port? (used to be parallel ports, > maybe other types now) Bleech! > > Fred > > > On Fri, May 6, 2011 at 2:52 PM, G Gambill wrote: > > > You may want to look at

[NF] Move All From Windows XP to System 7 With Ease

2011-05-18 Thread G Gambill
I am looking for suggestions on a way to easily move everything (except tne OS) from a Windows XP box to a System 7 Professional box. Thanks George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- __

Re: [NF] Move All From Windows XP to System 7 With Ease

2011-05-18 Thread G Gambill
; Does this helps? > > On Wed, May 18, 2011 at 8:10 PM, G Gambill wrote: > > I am looking for suggestions on a way to easily move everything (except > tne > > OS) from a Windows XP box to a System 7 Professional box. > > > > Thanks > > > > G

Re: [NF] Move All From Windows XP to System 7 With Ease

2011-05-19 Thread G Gambill
Lucy, thanks for the thought, I wll look into it. George On Wed, May 18, 2011 at 7:17 PM, Lucy Cardwell wrote: > You might want to try using Laplink's PC Mover software to go from XP to > Windows 7. I have used this successfully in the past. The software has an > advisory screen that let's yo

Re: [NF] Move All From Windows XP to System 7 With Ease

2011-05-19 Thread G Gambill
Rick, I personally have had only one XP system that requires "windows virtual pc" to run in XP mode. And the box (windows 7 pro) has tested OK for XP mode is that is what your are talking about. George On Wed, May 18, 2011 at 9:46 PM, Rick Schummer < pro...@whitelightcomputing.com> wrote: > >>

In-bedded Audio Files

2011-08-25 Thread G Gambill
I am looking for hints as to how (if possible) to inbed audio files within a dbf (dbc) and play the via a VFP exe. Any suggestion? Thanks George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

Re: [NF] Free/Cheap web hosting recommendations

2011-09-03 Thread G Gambill
The other day I visited a web site that indicated it was provided by WordPress I don't understand that as I thought WordPress was a blogging thing. Might be worth checking out. You now know everything I know about it. On Fri, Sep 2, 2011 at 7:00 AM, Lou Syracuse wrote: > I need a host for a rea

Re: [NF] OCR Software

2011-11-12 Thread G Gambill
Check out ReadIris http://www.irislink.com/. It might work for you. On Fri, Nov 11, 2011 at 12:28 PM, Jeff Johnson wrote: > Does anyone have experience with OCR software that can scan a statement > and convert it to descriptions & numbers with good reliability and a > reasonable price? > > I ha

Re: VFP and emailing

2011-11-13 Thread G Gambill
And the problem was??? On Sun, Nov 13, 2011 at 3:37 PM, Sytze de Boer wrote: > Hi folk > I've found the answer to my problem > > S > > > On Mon, Nov 14, 2011 at 10:54 AM, Sytze de Boer > wrote:o > > When I send emails via my Gmail account, I use the cdo process > > (referloConfig = Createob

VFP and Least Squared Regression

2011-11-25 Thread G Gambill
Anyone know of a VFP friendly Least Square Regression Routine? Free is good. TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Su

Re: VFP and Least Squared Regression

2011-11-25 Thread G Gambill
the class code if you haven't got visual studio. > It gives you lots more than you need but you should be able to pull the > bits out of it. Personally I'd write it from scratch. > > Dave > > > > -Original Message- > From: profox-boun...@leafe.com [mailt

[NF] Reverse Engineering … Legality

2013-07-09 Thread G Gambill
What do you call it (technical name) when a company installs $45,000 worth of evaluation software (with a dysfunctional security program to restrict functionality and a termination routine that renders the program totally non-functional after a set date.) on their computer and reverse engineers the

Re: [NF] Does Windows Surface have a chance?

2013-09-18 Thread G Gambill
Are any of the new windows operating systems VFP friendly? If so, which OS's and which VFP versions? The absences of VFP is a show stopper for me. On Wed, Sep 18, 2013 at 8:59 AM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 9/18/2013 6:08 AM, Alan Bourke

MS Source and VFP

2014-01-06 Thread G Gambill
I am looking for a new tablet to replace my entry level Android tablet. I am thinking about the MS Source with Windows 8.1 (or maybe 8.11) as a possible option. I seem to remember something about VFP not running on Win RT but, the run-time version (.EXE) being compatible with WIN 8 when available

Re: MS Source and VFP

2014-01-06 Thread G Gambill
ce Pro runs Win 8.1 on an Intel CPU, and VFP should run on it. > Good luck with the gestures. > > The Surface/Surface 2 (i.e., non-Pro) runs Windows RT, which will NOT run > programs from anywhere except the MS store. > > Dan Covill > San Diego > > > On 01/06/14 12:43 P

Re: [NF] Looking for an inexpensive tablet to carry around the house, or leave in the car

2014-06-22 Thread G Gambill
About a year ago I decided to find out what tablets were all about. I bought a Visual Land from just under $100 at Feb's elet. Good battery life. Good everything else. My wife uses it now and is very satisfied. I now use a Nook HD+ which costs around $170. The android OS is reputed to restrict som

Re: VFP and Least Squared Regression

2011-11-30 Thread G Gambill
s a and b you will need to > calculate any point on the line. > > http://www.efunda.com/math/leastsquares/lstsqr1dcurve.cfm > > I presume you are familiar with the Sigma mathematical operator. > > Dave > > > -Original Message- > From: profox-boun...@leaf

Re: VFP and Least Squared Regression

2011-11-30 Thread G Gambill
This looks good. Thanks. On Tue, Nov 29, 2011 at 10:01 PM, Gérard Lochon wrote: > > > > > Anyone know of a VFP friendly Least Square Regression Routine? Free is > > good. > > > > > If you want the coefficients of a regression line : > > CREATE CURSOR test (xi n(4),yi n(4)) > INSERT INTO test V

Re: VFP and Least Squared Regression

2011-11-30 Thread G Gambill
iar with the Sigma mathematical operator. > > Dave > > > -Original Message- > From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On > Behalf Of G Gambill > Sent: 25 November 2011 13:30 > To: ProFoxTech List > Subject: VFP and Least Squared Regressio

Re: [NF] Recommendations for headset w/microphone for VoIP and voice recognition

2011-12-29 Thread G Gambill
Malcolm, You may want to look at a Jawbone ( http://jawbone.com/ ). I have an application where the background noise created problems. In my quest for a solution (Dragon Natural Speaking), I tried 3 different dual mic products, each more expensive than the prior attempts, before someone turned me

[NF] To Split an MPG File

2012-01-18 Thread G Gambill
I have an MPG file to large to fit on a DVD and need to split it into 2 files. What software packages (free is good) does anyone recommend? TIA George --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- __

Re: [NF] Given up on Firefox

2012-02-26 Thread G Gambill
FYI, I use PDFCreater (free) with Firefox with no problems. On Sun, Feb 26, 2012 at 10:52 AM, Eurico Chagas Filho < e28cha...@yahoo.com.br> wrote: > Well with IE there was no problem. And this was not the first time it > crashed, but the last drop. > One more thing in my system it took longer to