Re: udl files

2008-11-12 Thread Fred Taylor
Create an empty text file with a .UDL extension. Now just double click on it in Explorer and it will open a Data Link properties window. On Wed, Nov 12, 2008 at 10:41 AM, Rafael Copquin <[EMAIL PROTECTED]>wrote: > Does anyone know how to make a udl file to test a SQLServer connection? > > Last w

Re: [NF] web presentation, do you like this or is it overload?

2008-11-13 Thread Fred Taylor
Even made my fan on my Dell laptop kick in (rarely happens). Something's definitely overloaded... On Thu, Nov 13, 2008 at 1:03 PM, Stephen Russell <[EMAIL PROTECTED]>wrote: > > > I think that it looks cool, and wonder about tweaking the widgets > displayed to fit

Re: Fred Taylor: the VFP programmer returneth!!!! (was Re: [NF] web presentation, do you like this or is it overload?)

2008-11-13 Thread Fred Taylor
Hi Michael, Yeah, I'm still able to scratch out a few projects to work on in Fox. Some in VFP9, some in VFP6, some even in DOS . Harder and harder to find though. What's new with you? On Thu, Nov 13, 2008 at 3:39 PM, MB Software Solutions, LLC < [EMAIL PROTECTED]> wrote: >

Re: [NF] Unacceptable verizon dsl service

2008-11-17 Thread Fred Taylor
More likely 192.168.1.1 for the IP address. On Mon, Nov 17, 2008 at 3:24 PM, Pete Theisen <[EMAIL PROTECTED]>wrote: > Alan Bourke wrote: > > On Mon, 17 Nov 2008 12:40:13 -0500, "Pete Theisen" > > <[EMAIL PROTECTED]> said: > > > >> How would you find it? > > > > Generally you either download a fil

Re: [OT] 25 billion won't do it?

2008-11-21 Thread Fred Taylor
I recently had a trip to the emergency room for what turned out to be kidney stones. Time spent in the emergency room, 3 hours. Bill was over $10K. A few days later, another trip to an emergency room and 2 days in the hospital. Bill was $15K. When the smoke clears away and all the miscellaneou

Re: [OT] 25 billion won't do it?

2008-11-21 Thread Fred Taylor
On Fri, Nov 21, 2008 at 9:18 AM, MB Software Solutions, LLC < [EMAIL PROTECTED]> wrote: > Fred Taylor wrote: > > I recently had a trip to the emergency room for what turned out to be > kidney > > stones. Time spent in the emergency room, 3 hours. Bill was over $10K.

Re: [OT] 25 billion won't do it?

2008-11-21 Thread Fred Taylor
Yeah, I had 3 doses of morphine the first trip to the ER, they charged $275 a pop, I think it was. I'm sure I could have gotten better stuff on the street for a lot less. What the hell they did to run up an over $10K bill, I have no idea, but Stephen was probably right, lots of tests and doctors

Re: TRANSFORM (VFP9) using formatting for dollar amounts

2008-12-04 Thread Fred Taylor
You need a space after the $. transform(vInvHdr.nAmount,'@$ 999,999,999.99') Fred On Thu, Dec 4, 2008 at 9:08 AM, MB Software Solutions General Account < [EMAIL PROTECTED]> wrote: > I'm trying to add a dollar amount into a string using TRANSFORM. I > could have swore I've done this before but

Re: VFP index corruption

2008-12-09 Thread Fred Taylor
Make sure the size of your .CDX file isn't the issue. With 29 tags and that much data in the table, you may have gone over the 2GB file limit. Fred On Tue, Dec 9, 2008 at 12:11 PM, Jean Haidar <[EMAIL PROTECTED]>wrote: > The data reside on Citrix Server and it is not eady to request changes f

Re: VFP index corruption

2008-12-09 Thread Fred Taylor
ue? > > Jean > > > ________ > From: Fred Taylor <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Sent: Tuesday, December 9, 2008 1:15:22 PM > Subject: Re: VFP index corruption > > Make sure the size of your .CDX file isn't the issue. With 29 tags and > that > muc

Re: Cursor position

2011-07-29 Thread Fred Taylor
TextBox.SelStart (0 based) Fred On Fri, Jul 29, 2011 at 11:03 AM, Kent Belan wrote: > Hello, > > This is probably an easy one, but I can't find the answer. > > MROW() and MCOL() return the position of the mouse pointer. > > I need to know the position of the blinking cursor in a text box ? >

Re: [NF] Can yo add another bullte to this list?

2011-08-02 Thread Fred Taylor
On Tue, Aug 2, 2011 at 11:15 AM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 8/2/2011 1:44 PM, Ted Roche wrote: > > I'll bet we've all got one of these horror stories. > > > > In 1995, interviewing with a prestigious financial firm in downtown > > Boston f

Re: FORMAT AND INPUTMASK IN WITH TEXTBOX

2011-08-04 Thread Fred Taylor
While ComboBoxes are the preferred way to do it, you can still use the M format and a variable or property to set the .InputMask value. You should be able to change the value of choices by just resetting the .InputMask to a constant, variable or property. from some method on your form: thisform.

Re: FORMAT AND INPUTMASK IN WITH TEXTBOX

2011-08-04 Thread Fred Taylor
Just be aware that if you use the M format, the input mask length is limited. If it gets to be too long, VFP just mysteriously exits! Sorry, I don't recall the length that causes that, 255 maybe? Fred On Thu, Aug 4, 2011 at 9:02 AM, Jerry Foote wrote: > I am trying to use the "M" in format wi

Re: [NF] W7 strikes again!

2011-08-09 Thread Fred Taylor
On Tue, Aug 9, 2011 at 8:38 AM, Jarvis, Matthew wrote: > > > > Well I guess you need to play more with international environments. > > Your keyboard is mapped to a language. Characters in Russian have a > > different ID on the keyboard then my US-EN keyboard. > > > > This sets up you your numbers

Re: VFP9SP1 -- choking on ALINES ("not enough memory")

2011-08-09 Thread Fred Taylor
On Tue, Aug 9, 2011 at 10:54 AM, Charlie Coleman wrote: > At 11:32 AM 8/9/2011 -0500, Jarvis, Matthew wrote: > > > > > > I've got an inherited app that processes flat files--some big ones > > > too---and I'm looking for areas to clear out memory because after I > > > process one file, it then cho

Re: VFP9SP1 How to determine # of rows using LLFF operations

2011-08-09 Thread Fred Taylor
Gee, if I Google "VFP LLFF" this is the first site that comes up: http://fox.wikis.com/wc.dll?Wiki~LowLevelFileFunctions Fred On Tue, Aug 9, 2011 at 5:30 PM, Vincent Teachout wrote: > Alright, I give, I give! > > What does LLFF stand for? > > Google was no help, unless M.B. is doing somethin

Re: VFP9SP1 How to determine # of rows using LLFF operations

2011-08-09 Thread Fred Taylor
, 2011 at 10:34 PM, Vincent Teachout wrote: > Fred Taylor wrote: > > Gee, if I Google "VFP LLFF" this is the first site that comes up: > > Well, *GEE*, Fred, maybe if I had the brains that God gave the common > piss ant, I'd have thought to prefix my Google sear

Re: [NF] "Word" printer driver

2011-08-11 Thread Fred Taylor
Maybe this would work? http://www.eprintdriver.com/ePrintFilePrinter.html Fred On Thu, Aug 11, 2011 at 3:24 PM, Jarvis, Matthew wrote: > Ya know how if you install, for example, CutePDF, then you have a choice > to printer anything to that driver and it gives you a PDF document... > > > > Cut

Re: VFP9 - Pasting

2011-08-11 Thread Fred Taylor
Not really pasting, but you can have a button to (or key macro) to issue a SetFocus to the first TextBox and then a "KEYBOARD _cliptext" command. That will get the text into the 4 EditBoxes. Fred On Thu, Aug 11, 2011 at 5:23 PM, Sytze de Boer wrote: > Yes I have > > I've tried something very

Re: VFP9 - Pasting

2011-08-11 Thread Fred Taylor
Should be able to do it via automation of the other VFP app, (untried). Fred On Thu, Aug 11, 2011 at 5:58 PM, Sytze de Boer wrote: > Hi Fred > Thanks for that, but I have no control over the 2nd app where the paste > occurs > S > > > On Fri, Aug 12, 2011 at 12:57 P

Re: [OT] Bosses look for poached talent

2011-08-18 Thread Fred Taylor
Too many HR people doing the screening that only know the "buzzwords". They have no idea of what a qualified candidate would be. Fred On Thu, Aug 18, 2011 at 2:35 AM, Pete Theisen wrote: > Hi Everybody, > > > http://madamenoire.com/64676/why-are-the-unemployed-being-asked-not-to-apply-for-jobs

Re: FoxPro to Excel & Exponential Looking Data

2011-08-22 Thread Fred Taylor
The problem stems from if Excel sees the imported value as all numbers, it treats it as a number. The only way I've found is to use a template that sets the format to for the column to Text, or to use automation to set the column to Text BEFORE you import the data. Fred On Mon, Aug 22, 2011 at

Re: In-bedded Audio Files

2011-08-25 Thread Fred Taylor
You could use a binary memo field (still limited to 2 GB total) but a memo field will not allocate new space if the table is used exclusive when the replace takes place (same size or smaller). Be warned it would still allocate new space even if exclusive when the new data is larger than the existi

Re: ACT ID Status Control

2011-08-29 Thread Fred Taylor
You could maybe use a multi-select list and binary OR the values together and store as a single value. 1=Hot 2=Phoenix 4=BPOE 8=other etc. store the value as a 7 Fred On Mon, Aug 29, 2011 at 5:12 AM, Jeff Johnson wrote: > I would like to add an ACT-like ID Status control to my application and

Re: ACT ID Status Control

2011-08-29 Thread Fred Taylor
users have problems with this (a single wrong > click deselects all the options, and so on). From the usability point > of view, checkboxes are better. The checked listbox control would be > great, too bad VFP doesn't have it. > > On Mon, Aug 29, 2011 at 6:28 PM, Fred Taylor

Re: Error 1104

2011-09-04 Thread Fred Taylor
I have an FPD app and a VFP app that accesses the same table with no issues, but the VFP app is a "monitor" app that opens/closes the table every 5 seconds and runs on the server. It runs for weeks/months without problems (until it needs tweaking/updating). The VFP app creates Excel files and PDF

Re: Append blank

2011-09-07 Thread Fred Taylor
SELECT * FROM cursor1 ; UNION ALL SELECT * FROM cursor2; etc INTO CURSOR curall READWRITE Fred On Wed, Sep 7, 2011 at 3:27 PM, Kent Belan wrote: > Hello, > > I am working on a business object layer routine that I need to combine the > results of several tables into one cursor. All the tables h

Re: PDF printing from Foxpro

2011-09-15 Thread Fred Taylor
Jeff, We use WIN2PDF at work, and I use BullZip at a client. Both allow you to specify pathname of file and work over terminal services/remote desktop. I have no idea of cost for the way you want to use it. I know they have a WIN2PDF license at work, and BullZip was free for the version my clie

Re: Help, record counting

2011-09-20 Thread Fred Taylor
There are no functions that return a position relative to the index. If there aren't too many records, you may be able to SELECT RECNO() FROM table ORDER BY your_order INTO ARRAY , then search the array for the RECNO() you want. The found index into the array will be your relative position.

Re: Help, record counting

2011-09-20 Thread Fred Taylor
In further thinking, you could do the SELECT ... INTO CURSOR and find your RECNO() field value. The RECNO() of the cursor would be the relative position. Should work in all versions of VFP. Fred On Tue, Sep 20, 2011 at 10:48 AM, Fred Taylor wrote: > There are no functions that retur

Re: [NF] problems on a laptop

2011-09-21 Thread Fred Taylor
That's one that has bitten me in the past. Network drive letters/UNC paths that are built into an .EXE are looked for and if they don't exist, the load waits until Windows times out looking for it. I think VFP9 added a SYS(2450) that was supposed to help with that, but never tried it. This is so

Re: [NF] Programmers From India

2011-09-22 Thread Fred Taylor
Having been witness to this phenomena a few times over the years, I can honestly say that the success rate is probably in the 10% range of actually accomplishing the goal of saving ANY money. In more than a few of the cases, it was the demise of the company. (both small and large, but I will not d

Re: [NF] Programmers From India

2011-09-22 Thread Fred Taylor
On Thu, Sep 22, 2011 at 8:59 AM, Jarvis, Matthew wrote: > > firing US people first) > > > Oops - HIRING, not FIRING... > > > No, I think you were right the first time. Fred --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

Re: Automating outlook tasks

2011-09-23 Thread Fred Taylor
Wouldn't be easier to traverse the items backwards? m.nTasks = oTasks.Items.Count FOR m.xx=m.nTasks to 1 STEP -1 IF oTasks.Items[m.xx].Subject="#" otasks.Items[m.xx].Delete() ENDIF ENDFOR Fred On Fri, Sep 23, 2011 at 6:41 AM, Dave Crozier wrote: > Steve, > Me being stupid here. The ta

Re: Automating outlook tasks

2011-09-23 Thread Fred Taylor
[mailto:profox-boun...@leafe.com] On Behalf > Of Fred Taylor > Sent: 23 September 2011 17:23 > To: ProFox Email List > Subject: Re: Automating outlook tasks > > Wouldn't be easier to traverse the items backwards? > > m.nTasks = oTasks.Items.Count > FOR m.xx=m.nTasks

Re: zip from vfp

2011-09-23 Thread Fred Taylor
http://www.xstandard.com/en/documentation/xzip/ I've used it in the past with great results. Fred On Fri, Sep 23, 2011 at 11:25 AM, Rafael Copquin wrote: > I need to zip files from a VFP 9 app. Is there a free tool that will > allow me to do that? > > Rafael Copquin > > [excessive quoting remo

Re: zip from vfp

2011-09-23 Thread Fred Taylor
at I needed a free one. > I'll go for Fred Boyd's > > Rafael > > > El 23/09/2011 15:41, Fred Taylor escribió: > > http://www.xstandard.com/en/documentation/xzip/ > > > > I've used it in the past with great results. > > > > Fred > >

Re: [NF] Neutrino race

2011-09-23 Thread Fred Taylor
Kind of like the Cold Fusion stuff of the 90's, wasn't it? What ever happened to that? Fred On Fri, Sep 23, 2011 at 4:46 PM, Andrew Stirling wrote: > as stated on the last paragraph. > > But he added: "I would bet just about everything I hold dear that this > won't hold up to scrutiny." > > 'M

Re: [NF] Neutrino race

2011-09-23 Thread Fred Taylor
On Fri, Sep 23, 2011 at 6:37 PM, Vincent Teachout wrote: > Fred Taylor wrote: > > Kind of like the Cold Fusion stuff of the 90's, wasn't it? What ever > > happened to that? > > It emitted FTL neutrinos, which are just now being detected > > I get the

Re: [NF] Neutrino race

2011-09-24 Thread Fred Taylor
On Sat, Sep 24, 2011 at 1:28 PM, Vincent Teachout wrote: > Fred Taylor wrote: > > On Fri, Sep 23, 2011 at 6:37 PM, Vincent Teachout >wrote: > > > >> Fred Taylor wrote: > >>> Kind of like the Cold Fusion stuff of the 90's, wasn't it? What

Re: [NF] For those interested in Big Data

2011-09-26 Thread Fred Taylor
On Mon, Sep 26, 2011 at 12:47 AM, Jean Laeremans < laeremans.jeanma...@gmail.com> wrote: > On Mon, Sep 26, 2011 at 1:41 AM, Dave Crozier < > da...@replacement-software.co.uk> wrote: > > > or slow to access say because you have more than > > about 5,000 files in a folder then it totally screws you

Re: [NF] For those interested in Big Data

2011-09-26 Thread Fred Taylor
On Mon, Sep 26, 2011 at 8:52 AM, Jean Laeremans < laeremans.jeanma...@gmail.com> wrote: > On Mon, Sep 26, 2011 at 5:37 PM, Fred Taylor wrote: > > > On Mon, Sep 26, 2011 at 12:47 AM, Jean Laeremans < > > laeremans.jeanma...@gmail.com> wrote: > > > > >

Re: [NF] Programmers From India

2011-09-26 Thread Fred Taylor
On Mon, Sep 26, 2011 at 12:05 PM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 9/25/2011 7:55 PM, Mike Copeland wrote: > > Does anyone on the list know what the deal is with the huge software > > ($17B) program in the UK that was supposed to be used to mana

Re: [NF] Report has solar power on rise

2011-09-30 Thread Fred Taylor
Hey, speaking as originally a native NJer, New Jersey is a great place to be from. Far from. ;) 2500 miles seems about right (Phoenix). Fred On Fri, Sep 30, 2011 at 9:38 AM, Jarvis, Matthew wrote: > > > > > > Was very surpris

Re: Ah memories ...

2011-09-30 Thread Fred Taylor
I've still got a couple of those plastic glasses with the sand and the do-dads in the bottom from Orlando. Fred On Fri, Sep 30, 2011 at 9:50 AM, Ken Kixmoeller (ProFox) < foxh...@information-architecture.com> wrote: > I still use the can holders... > > Ken > > On Fri, Sep 30, 2011 at 11:42 AM,

Re: [NF] Report has solar power on rise

2011-09-30 Thread Fred Taylor
.@leafe.com [mailto:profoxtech-boun...@leafe.com] > On Behalf Of Fred Taylor > > Hey, speaking as originally a native NJer, New Jersey is a great place to > be > from. Far from. ;) 2500 miles seems about right (Phoenix). > > Fred > > > > > <http://tech

Re: [NF] Report has solar power on rise

2011-09-30 Thread Fred Taylor
ote: > NJ is mostly farm land. > > > ________ > From: Fred Taylor > To: ProFox Email List > Sent: Friday, September 30, 2011 1:49 PM > Subject: Re: [NF] Report has solar power on rise > > Hey, speaking as originally a native NJer, New Jersey is

VFP Command Window

2011-10-04 Thread Fred Taylor
Interesting discovery about the Command Window I never knew before: Drag a file from Windows Explorer into the VFP Command Window. The file will be opened in it's designated application. I know, I know, not any different than double clicking the file in Windows Explorer, just thought it was inte

Re: ODBC write error in call from FedEx station

2011-10-04 Thread Fred Taylor
What DBC does the backlink point to? Fred On Tue, Oct 4, 2011 at 11:53 AM, Stephen Russell wrote: > On Tue, Oct 4, 2011 at 1:27 PM, Richard Kaye wrote: > > If you simply try to USE this table at the command line, do you get the > backlink error? Assuming you have a dev environment available...

Re: ODBC write error in call from FedEx station

2011-10-04 Thread Fred Taylor
And that is the same folder as all the actual data tables, etc.? Seems you mentioned a subfolder earlier. Fred On Tue, Oct 4, 2011 at 12:25 PM, Stephen Russell wrote: > On Tue, Oct 4, 2011 at 2:23 PM, Fred Taylor wrote: > > What DBC does the backlink point to? > --

Re: Hide VFP Command Window

2011-10-04 Thread Fred Taylor
PM, Angel Dario Rodriguez wrote: > How can I hide the VFP command window when I run an .app file ? > > > > ____ > De: Fred Taylor > Para: ProFox Email List > Enviado: martes 4 de octubre de 2011 14:45 > Asunto: VFP Command Window > >

Re: SQL Server Native Client error handling.

2011-10-05 Thread Fred Taylor
Sounds like you may have warning messages turned on? Before you try to make your connection: SQLSETPROP(0, "DISPWARNINGS", .F. ) m.nH = SQLSSTRINGCONNECT(... Fred On Wed, Oct 5, 2011 at 8:01 AM, Alan Bourke wrote: > I'm connecting to SQL Server 2008 from VFP9 SP2 using the SQL Server > Nati

Re: SQL Server Native Client error handling.

2011-10-05 Thread Fred Taylor
t; On Wednesday, October 05, 2011 8:47 AM, "Fred Taylor" > wrote: > > Sounds like you may have warning messages turned on? > > Thanks Fred - that has no effect so these mustn't come under the > 'warnings' heading. > -- > Alan Bourke &g

Re: SQL Server Native Client error handling.

2011-10-05 Thread Fred Taylor
rusted_Connection=Yes;DATABASE=Reporting;]) I just get a -1 returned for nH Fred On Wed, Oct 5, 2011 at 9:11 AM, Alan Bourke wrote: > Thanks Fred - that has no effect so these mustn't come under the > 'warnings' heading. > > On Wednesday, October 05, 2011 8:47 AM, &qu

Re: [NF] the more it changes the more it stays the same

2011-10-11 Thread Fred Taylor
On Tue, Oct 11, 2011 at 12:15 PM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 10/11/2011 2:34 PM, Jarvis, Matthew wrote: > >> > >> To your question about M$ and open. I see the decisions on how they > >> are going to be more inviting to welcome non M$ bas

Re: Unknown Publisher

2011-10-12 Thread Fred Taylor
http://social.msdn.microsoft.com/forums/en-US/visualfoxprogeneral/thread/dff55fcf-d42a-4416-97a1-a4d9bdcf6e0b/ Fred On Wed, Oct 12, 2011 at 3:07 PM, Jeff Johnson wrote: > Sorry. I am using XP and accessing a SBS 2003. But there should be > somewhere where I can tell XP that it is okay to run

Re: [NF] Microsoft Dynamics Great Plains software

2011-10-13 Thread Fred Taylor
Run! Seriously, it's a complicated mess. Fred On Thu, Oct 13, 2011 at 11:28 AM, Michael J. Babcock, MCP < mbabc...@mbsoftwaresolutions.com> wrote: > We're making some proposals to a client about their need for an > accounting software that uses our data along with their inputs. One > option i

Re: [OT] "Racist Turd" Capitalism

2011-10-14 Thread Fred Taylor
On Fri, Oct 14, 2011 at 6:57 AM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 10/13/2011 10:47 PM, Pete Theisen wrote: > > Hi Everybody, > > > > http://www.humanevents.com/article.php?id=46845 > > > > "Rep. Jesse Jackson, Jr. of Illinois yesterday, in which

Re: VFP9: Multiple Check Box Clicks

2011-10-21 Thread Fred Taylor
Haven't tried it but I remember doing something like this a long time ago. Instead of using just the Click event on the Checkbox, you might try using the MouseUp event and check the nShift parameter and sets a flag that Click can use to set a start row / end row. Flag not set, start row, flag set

Re: Insert Into with memo fields

2011-10-25 Thread Fred Taylor
I just tried a SCATTER MEMO NAME test from origtable and then did a INSERT INTO newtable FROM NAME test and it worked fine. Are you sure you've got the same structures in your tables? Possibly a field name that's a reserved word? Fred On Tue, Oct 25, 2011 at 10:04 AM, Jeff Johnson wrote: > I

Re: [OT] Small town green energy

2011-10-27 Thread Fred Taylor
Back when I lived in PA, our township was considering one of these monstrosities (built by the same company as Harrisburg's). A few of us concerned citizens of the township went down to Harrisburg to see for ourselves the wonderments of trash incinerators. They showed us some of the "ash" from a

Re: [OT] Small town green energy

2011-10-27 Thread Fred Taylor
On Thu, Oct 27, 2011 at 3:49 PM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 10/27/2011 5:01 PM, Fred Taylor wrote: > > Back when I lived in PA, our township was considering one of these > > monstrosities (built by the same company

Re: vfp and windows live mail

2011-10-28 Thread Fred Taylor
I think it originally came from here; http://fox.wikis.com/wc.dll?Wiki~CdoEmail~VFP Article published in Portal Fox (in Spanish) *Envío de correo electrónico por el servidor SMTP de Gmail* http://www.portalfox.com/article.php?sid=2413 Luis Maria Guay

Re: [NF] 25 years .... gone

2011-11-02 Thread Fred Taylor
On Tue, Nov 1, 2011 at 7:31 PM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 11/1/2011 6:24 PM, Publius Maximus wrote: > > Well, grasp what you're *really* saying. That Marketing 'force' was > > powered by the people who chose to buy the lies. The problem i

Re: [OT] My new 2012 VW Golf, 2.0 Liter, TDI, 2 Door with Tech Package

2011-11-08 Thread Fred Taylor
You mean to say your GPS doesn't have an option for Most/Least use of freeways? Or at least shortest Time/Distance options? Fred On Tue, Nov 8, 2011 at 11:47 AM, lelandj wrote: > I'm loving my new VW Golf TDI. I decided to try out the navigation system. > > I set my destination to KFC, which

Re: [OT] I hope Americans realise

2011-11-10 Thread Fred Taylor
And all this time I thought it was just "Friday". Fred On Thu, Nov 10, 2011 at 12:55 PM, Paul Hill wrote: > Tomorrow is 11/11/11 and not 11/11/11. > > -- > Paul > [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com Subscripti

Re: [NF] MariaDB and HeidiSQL

2011-11-10 Thread Fred Taylor
Sounds like a Von Trapp to me. Fred On Thu, Nov 10, 2011 at 1:53 PM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Just downloaded it and am getting ready to see how it works. > > Anyone else using it? > > > -- > Mike Babcock, MCP > MB Software Solutions, L

Re: Network Install Problem

2011-11-11 Thread Fred Taylor
Maybe the .EXE needs to be marked as ReadOnly? Fred On Fri, Nov 11, 2011 at 1:10 PM, Jeff Johnson wrote: > I have an application installed on a server at one installation that > works fine. As soon as a second instance tries to open the executable > fails to launch. All workstations are laun

Re: Forms not refreshing after functional conversion from fpw 2.5 to vfp 9.0

2011-11-22 Thread Fred Taylor
Try "_SCREEN.Themes = .f." in the beginning of your app. Fred On Tue, Nov 22, 2011 at 12:31 PM, Michael Madigan wrote: > It seems random. I have a "Are you sure" screen that comes up after > someone hits the delete button, and the text and the buttons disappear. If > I click the top of the fo

Re: sql server express debugging

2011-11-23 Thread Fred Taylor
In SQL Server Management Studio, start the execution with the green arrow (Debug) or ALT+F5. if you have the rights to do debugging at all, you can then step through the code with F10 (step over) and F11 (step into). Haven't used SQL Server Express in quite awhile, but there probably is no debugg

Re: Happy Thanksgiving & which event fires when a form is minimized or maximized?

2011-11-24 Thread Fred Taylor
Jeff, You can use BINDEVENT() on the resize and it fires both min and max. BINDEVENT(thisform."Resize",thisform,"yourmethod") You can use the optional last parameter [flags], to control if you want your code to fire before or after the VFP.Resize(). In thisform.yourmethod, you check the WindowS

Re: [NF] control char makes text file FUBAR

2011-12-01 Thread Fred Taylor
How big is the file? Could you possibly use FILETOSTR(), CHRTRAN(), and STRTOFILE() to replace the "bad" character? Fred On Thu, Dec 1, 2011 at 11:02 AM, Jarvis, Matthew wrote: > I gots me a problem. > > > > I am trying to import a fixed field length text file that comes down > from our m

Re: [NF] control char makes text file FUBAR

2011-12-01 Thread Fred Taylor
FILETOSTR() does not care about ^Z. It doesn't stop there. Fred On Thu, Dec 1, 2011 at 12:16 PM, Jarvis, Matthew wrote: > > Open it up using low-level file functions, and open up a second empty > low- > > level file. > > Then read each byte from the source, and output each to the > destinatio

Re: [NF] control char makes text file FUBAR

2011-12-01 Thread Fred Taylor
un...@leafe.com] > > On Behalf Of Fred Taylor > > Sent: Thursday, December 01, 2011 11:29 AM > > To: profoxt...@leafe.com > > Subject: Re: [NF] control char makes text file FUBAR > > > > FILETOSTR() does not care about ^Z. It doesn't stop there. > >

Re: [NF] control char makes text file FUBAR

2011-12-01 Thread Fred Taylor
Yep, but I'm still more comfortable in VFP currently. I have to spend too damn much time with C# than I really want to. I view python as having a brighter future. Fred On Thu, Dec 1, 2011 at 1:17 PM, Paul McNett wrote: > On 12/1/11 12:08 PM, Fred Taylor wrote: > > Sorry,

Re: [NF] Short life for Silverlight? (was Re: [NF] Occupy Flash)

2011-12-02 Thread Fred Taylor
May not be a rumor. This was on linked-in back in September: Microsoft has Abandoned Silverlight and All Other Plugins http://www.linkedin.com/news?actionBar=&articleID=773716949&ids=0Sd3ANczAOdPsIdjoOe3

Re: UPDATE DISPLAY IN COMBO BOX

2011-12-03 Thread Fred Taylor
To actually show the last row entered in your Combo as the displayed value, you need a Combo.Requery(), followed by a position your Combo.Rowsource table to the correct poition and then setting your Combo.ListIndex = RECNO() of your Combo.RowSource table. Fred On Sat, Dec 3, 2011 at 1:24 PM, Je

Re: Vfp and counter

2011-12-04 Thread Fred Taylor
SET ODOMETER only has effect for internal VFP counters, like INDEX ON, etc. If you want to periodically report your progress at some point, do a MOD() on your counter, something like this: m.todo = RECCOUNT() m.done = 0 SCAN ALL m.done = m.done +1 IF MOD(m.done,100)=0 WAIT WINDOW NOWAIT T

Re: Vfp and counter

2011-12-05 Thread Fred Taylor
Hey, it's the FOX, always multiple ways to accomplish the goal! Fred On Mon, Dec 5, 2011 at 6:47 AM, Gérard Lochon wrote: > > That will show you a WAIT WINDOW every 100 rows processed. > > > > Fred > > Optimization ... > It is not necessary to waste time testing at each turn the value of m.don

Re: Vfp and counter

2011-12-05 Thread Fred Taylor
Yeah, but those pesky users still want to be informed of what's happening. Trade offs, information vs speed. No mattter which you favor, in the user's point-of-view, you chose wrong. :( Fred On Mon, Dec 5, 2011 at 3:59 PM, Michael Madigan wrote: > I know just changing the odometer on giant da

Re: Funny Font

2011-12-06 Thread Fred Taylor
While in the VFP IDE, make sure the Menu bar is active (for me, it's click in the Command Window, then click on the menu bar). Then while holding shift, choose the Format menu. You should see a "Screen Font..." choice. I believe that's stored in the registry, not the resource file, but I'm not 1

Re: Funny Font

2011-12-06 Thread Fred Taylor
?"Fred" the word Fred looks skewed. > > Jeff > > --- > > Jeff Johnson > j...@san-dc.com > (623) 582-0323 > > www.san-dc.com > > > On 12/06/2011 09:26 AM, Fred Taylor wrote: > > While in the VFP IDE, make sure the Menu bar is active (

Re: Problem with set filter

2011-12-06 Thread Fred Taylor
Do you have an index on the "active" field? if you did, then a GO TOP with no filter would always take you to the first record where active=.F. even if it's not the first physical record. Fred On Tue, Dec 6, 2011 at 2:30 PM, Michael Savage wrote: > I want to set a filter to a logical field. T

Re: Tracing a program to a file in fpd26

2011-12-07 Thread Fred Taylor
I don't remember exactly, but wasn't there a SET HISTORY ON, SET HISTORY TO filename commands in FPD? I don't remember ever using these commands, just that they existed, so YMMV on their usefulness. Fred On Wed, Dec 7, 2011 at 10:50 AM, Jerry Foote wrote: > I need to do this in DOS > Jerry >

Re: Tracing a program to a file in fpd26

2011-12-07 Thread Fred Taylor
Scratch the SET HISTORY suggestion. Looks like it was SET HISTORY TO #of lines of history you could recall for the old pre-command window days. Fred On Wed, Dec 7, 2011 at 10:50 AM, Jerry Foote wrote: > I need to do this in DOS > Jerry > > -Original Message- > From: profox-boun...@lea

Re: [NF] Google Chrome to kill off Firefox?

2011-12-07 Thread Fred Taylor
Yes. Fred On Wed, Dec 7, 2011 at 4:30 PM, Jerry Wolper wrote: > Does Chrome have a version of AdBlock? > > -Jerry > > [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/lis

Re: [OT] How Gingrich will solve economic problems

2011-12-12 Thread Fred Taylor
On Mon, Dec 12, 2011 at 9:57 AM, Pete Theisen wrote: > Nicholas Geti wrote: > > > http://finance.yahoo.com/news/economy-change-under-newt-gingrich-204405384.html > > > > Here is a list of ten ways that U.S. News says Gingrich will follow if > he is elected. They look very good to me. > > Hi Nichol

Re: [OT] How Gingrich will solve economic problems

2011-12-12 Thread Fred Taylor
On Mon, Dec 12, 2011 at 12:24 PM, Ken Kixmoeller (ProFox) < foxh...@information-architecture.com> wrote: > On Mon, Dec 12, 2011 at 11:55 AM, Fred Taylor wrote: > > Is this for real? > > > > > http://www.eutimes.net/2011/11/obama-issues-ron-paul-kill-order-as-russi

Re: [OT] How Gingrich will solve economic problems

2011-12-12 Thread Fred Taylor
Sounds like you're right. Haven't seen any other word about it. Fred On Mon, Dec 12, 2011 at 1:18 PM, Michael Madigan wrote: > Looks like nonsense to me. > > > ____ > From: Fred Taylor > To: ProFox Email List > Sent: Monday, Decem

Re: VFP and multithreading

2011-12-15 Thread Fred Taylor
I agree, separate apps are usually much easier to deal with. I have a client that has a FPDOS app that sends data to a VFP app that uses automation to generate Excel and Word docs, PDF them, and then another VFP app that will email those docs through GMail. Fred On Thu, Dec 15, 2011 at 6:04 AM,

Re: Craig Boyd's CRC using the 32-bit option

2011-12-21 Thread Fred Taylor
Ed, You showed the largest 4 byte number. Each "FF" is a single byte, Fred On Wed, Dec 21, 2011 at 2:21 PM, Ed Leafe wrote: > On Dec 21, 2011, at 3:09 PM, MB Software Solutions, LLC wrote: > > > However, when I run some tests, the resulting number is a 10-digit > > numeric. Perhaps I'm mixin

Re: Craig Boyd's CRC using the 32-bit option

2011-12-21 Thread Fred Taylor
On Wed, Dec 21, 2011 at 2:33 PM, Ed Leafe wrote: > On Dec 21, 2011, at 3:24 PM, Fred Taylor wrote: > > > You showed the largest 4 byte number. Each "FF" is a single byte, > > My bad - guess I mis-read that. > >Then why would a max value of 184467

Re: Craig Boyd's CRC using the 32-bit option

2011-12-21 Thread Fred Taylor
If it's truly a 10 digit number, it may just be an unsigned 4 byte integer. As long as the value doesn't exceed 4,294,967,295 that's all it is. However, VFP stores signed integers, so yes, you would have to store it as a N(10). Fred On Wed, Dec 21, 2011 at 2:43 PM, MB Software Solutions, LLC

Re: Craig Boyd's CRC using the 32-bit option

2011-12-21 Thread Fred Taylor
You could also store it as a float (f) or double (b) CREATE CURSOR xyz (bignum f) CREATE CURSOR xyz (bignum b) CREATE CURSOR xyz (bignum n(10)) Fred On Wed, Dec 21, 2011 at 2:43 PM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 12/21/2011 4:21 PM, Ed Le

Re: Alternatives to storing a user's password in your database

2011-12-21 Thread Fred Taylor
On Wed, Dec 21, 2011 at 3:33 PM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 12/21/2011 5:15 PM, Gérard Lochon wrote: > > > >> I defy anyone to recover the password from the stored value :-). > > > > > > There is a big risk of collision using your method.

Re: Merry Christmas

2011-12-22 Thread Fred Taylor
On Thu, Dec 22, 2011 at 9:29 AM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 12/22/2011 7:42 AM, Dave Crozier wrote: > > On the basis that I will be finishing work in about 2 hours time until > the new year, I would like to wish every one of you on the lis

Re: [NF] -- Home Color Printer

2012-01-03 Thread Fred Taylor
Yet another vote for Brother. Have a DC1000 laser that's still going strong (about 7+years?) also have the MFC-240C and works great. Clients have a couple of the newer Brother Lasers, and no complaints from them. Fred On Tue, Jan 3, 2012 at 11:57 AM, Michael Madigan wrote: > The Brothers last

Re: [NF] -- Home Color Printer

2012-01-03 Thread Fred Taylor
solutions.com> wrote: > +1.5 for Brother. I had a DLT-5150 and it was the BEST!! I'd > get it again in a heartbeat. I had a MFC-240C but I had problems with > the scanner. Fred--no problems with your MFC? > > Thanks, > --Mike > > > > On 1/3/2012 3

Re: [OT] Seize the #fail soccer

2012-01-12 Thread Fred Taylor
The importance of "situational awareness". Fred On Thu, Jan 12, 2012 at 10:05 AM, Stephen Russell wrote: > < > http://failblog.org/2012/01/12/epic-fail-fail-nation-coming-from-behind-fail/ > > > -- > Stephen Russell > > 901.246-0159 cell > [excessive quoting removed by server]

  1   2   3   4   5   6   7   8   9   10   >