RE: [NF] Lean or Agile which do you prefer?

2008-11-20 Thread Tom Slayton
Agreed! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul McNett Sent: Thursday, November 20, 2008 12:20 PM To: profox@leafe.com Subject: Re: [NF] Lean or Agile which do you prefer? Stephen Russell wrote: >

[NF] Looking for Two PHP MySQL Programmers in CT - VFP skills a plus!

2008-08-12 Thread Tom Slayton
it with little or no supervision. These are real positions not 1099's. You need to live in CT and be in the office everyday. Please forward your resume into me asap. Best, Tom. Tom Slayton Director of Systems Development The Connection Inc. 955

RE: Conversions & Data Stores & Dinosaurs, Oh My!

2014-02-05 Thread Tom Slayton
ActiveVFP is pretty good, I am building a project in that right now using a VFP backend and it's a screamer! -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Man-wai Chang Sent: Wednesday, February 05, 2014 7:52 AM To: ProFox Email List Subject: Re: Conversi

RE: Conversions & Data Stores & Dinosaurs, Oh My!

2014-02-05 Thread Tom Slayton
ActiveVFP is pretty good, I am building a project in that right now using a VFP backend and it's a screamer! -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Man-wai Chang Sent: Wednesday, February 05, 2014 7:52 AM To: ProFox Email List Subject: Re: Conversi

RE: [NF] sql version of ttod

2014-02-08 Thread Tom Slayton
Hi Allen, Use SELECT CONVERT(Date, Fb.MyColumnName) FROM FooBar Fb Best, Tom -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Allen Sent: Saturday, February 08, 2014 9:34 AM To: Profox Subject: [NF] sql version of ttod Hi gang I have an SQL table (MSSQL

RE: VFP - web app interchange format?

2014-02-23 Thread Tom Slayton
I found that using ActiveVFP on the server and VFP on the client was pretty slick using the CURSORTO XML and XMLTOCURSOR. Basically VFP web services awesome! -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Ted Roche Sent: Sunday, February 23, 2014 11:25 AM

RE: [NF] Should I use Window 7 or Windows 8?

2014-02-27 Thread Tom Slayton
I have to agree, I'd like to see the software be smart enough that it detects that I am on a desktop and presents the traditional desktop. When I am on a tablet form factor present that interface. -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Alan Bourke

VFP Job in CT

2009-05-21 Thread Tom Slayton
Hi All, I am looking for VFP 9.0 developer with SQL skills in CT. The position primarily supports our in-house web-application generating reports and developing back-end cron jobs and data transfers. If you are interested or know anyone who might be feel free to contact me: tslay...@theconnectioni

Re: [NF] Why do you think Vista sucks?

2008-12-13 Thread Tom Slayton
I like least the UAC and how it creates a virtual storage area down inside: C:\Users\\AppData\Local\VirtualStore some times the files get out of sync and it causes strange problems. Basically I think the os shouldn't be trying to manage where your files go. I use Vista on my personal machine and a

RE: VFP a .NET language

2011-04-09 Thread Tom Slayton
True, I still do new apps on VFP. I tell people that MS open sourced the product. People are open to open source these days b/c of the cost savings Fox has always had that advantage. It's especially cool when you package it with MySQL. -Tom. -Original Message- From: profox-boun...@leafe.

RE: VFP a .NET language

2011-04-10 Thread Tom Slayton
anything from MS so who cares. -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Stephn Russell Sent: Sunday, April 10, 2011 3:39 PM To: ProFox Email List Subject: Re: VFP a .NET language On Sat, Apr 9, 2011 at 3:59 PM, Tom Slayton wrote: >

RE: dob to age

2006-11-23 Thread Tom Slayton
Hi Andy, Here's function for you. Best, Tom. FUNCTION getAge() LPARAMETERS tdDate AS Date, tdBirthDate AS Date LOCAL lnRetVal AS Integer lnRetVal = 0 lnRetVal = INT((tdDate-tdBirthDate)/365.25) RETURN lnRetVal ENDFUNC > To: [EMAIL PROTECTED]

Report Listener Report Chaining

2007-06-16 Thread Tom Slayton
Hi, I want to use the report listener to print multiple reports to a pdf. How can I specify which cursor each report should use when the .RunReports method is called? TIA, Tom. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/

RE: [NF] PHP editor with 'intellisense'?

2007-11-17 Thread Tom Slayton
Try Zend Studio... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Greene Sent: Saturday, November 17, 2007 5:35 PM To: [EMAIL PROTECTED] Subject: [NF] PHP editor with 'intellisense'? Have any of you PHP developers stumbled across a PHP editor th