AW: Fun with date calculations in VFP

2018-05-17 Thread Jürgen Wondzinski
Hmmm.. You know that "SaltyDog" is actually Eric's page ? wOOdy -Ursprüngliche Nachricht- Von: ProFox [mailto:profox-boun...@leafe.com] Im Auftrag von Alan Bourke Gesendet: Donnerstag, 17. Mai 2018 14:12 An: profoxt...@leafe.com Betreff: Re: Fun with date calculations in VFP There's a

Re: Fun with date calculations in VFP

2018-05-17 Thread Ted Roche
On Thu, May 17, 2018 at 8:11 AM, Alan Bourke wrote: > There's a VFP implementation of the C# String.Format() here: > http://saltydogllc.com/string-format-for-visual-foxpro/ Cool! Check that off the list! -- Ted Roche Ted Roche & Associates, LLC

Re: Fun with date calculations in VFP

2018-05-17 Thread Alan Bourke
There's a VFP implementation of the C# String.Format() here: http://saltydogllc.com/string-format-for-visual-foxpro/ -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Fun with date calculations in VFP

2018-05-17 Thread Ted Roche
You have a set of Add functions: AddYears, AddDays, AddHours, Minutes, Seconds, Ticks... where's AddMonth, besides the obvious GOMONTH()? Time support native in VFP has always been weak. I wrote a s2hms and hms2s to convert between seconds and HH:MM:SS strings. DTOT converts a Data to a datetime

Re: Application User Level Access

2018-05-17 Thread Ajoy Khaund
Thanks. I have reversed the order as of now. 1. Reports Only 2. Data Entry Only (NO Master Entry) 3. Manager (Data Entry + Master Entry) 4. Admin (All Forms & create users) On Tue, May 15, 2018 at 10:45 PM, Charlie-gm wrote: > I'll apologize in advance some of this is