RE: Data not updating

2012-01-21 Thread AndyHC
Hi all, Andy Kramek gave a talk on this at one of the Prague DevCons - there is some stuff by him at http://weblogs.foxite.com/andykramek/2005/10/18/buffering-and-locking-in-visual-foxpro-an-overview/ but the DevCon presentation was better if anyone has access to it. Andy Davies P.S. see the

Re: Any way to alter the time returned by windows for DATETIME()?

2012-02-08 Thread AndyHC
To get the users' local time zone for your mydatetime() pinch some code from: http://support.microsoft.com/kb/194576 AndyD 8-)# ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free versio

Re: Converting .scx to .prg

2019-02-02 Thread AndyHC
On 29-Jan-19 8:46 AM, Alan Bourke wrote: I have found most of the pieces of code, but I do not see how the contained objects are created. (I was expecting to find a form .Init().) Open the Class Browser in VFP from the top menu. Hit the 'Open' icon on the toolbar. In the open dialog ch

Re: Dead link when trying to find a Craig Boyd article

2019-04-27 Thread AndyHC
On 26-Apr-19 1:53 PM, Alan Bourke wrote: Looked at the page source. lol! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listin

Re: Filtering Oddity

2019-05-21 Thread AndyHC
+1 On 19-May-19 7:24 PM, Koen Piller wrote: Gene If you would have used a select..where.. into cursor curTemp from myTable into curosr myCursor than your next select statement could be select...where...from myCursor into cursor Temp2 you are done. easy quick and dirty. Regards, Koen __

Re: Filtering Oddity

2019-05-21 Thread AndyHC
update table set flda="blah' where table.pk=temp2.pk   -- && or thereabouts? On 21-May-19 11:07 PM, Gene Wirchenko wrote: At 03:17 2019-05-21, AndyHC wrote: +1 Not if you need to adjust the original table.  I frequently do.  This idiom of filter and diddle is ver

Re: Test

2019-07-17 Thread AndyHC
I cleared my Gmail spam yesterday to check this. Today it contains just 2 emails - from Paul   AndyD ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mai

Re: [NF] Looking for Event Viewer icons

2019-07-18 Thread AndyHC
Original post and 4 replies from Paul Newton - in my GMail spam folder, other replies came through no problem! On 18-Jul-19 10:45 AM, Paul Newton wrote: Hi all I am looking for the following icons/graphics (they are not in EVENTVWR.EXE or SHELL32.DLL): 1. Error - White exclamation in a red c

Re: SFTP

2019-08-06 Thread AndyHC
... or you can now call a WSL command from Windows On 02-Aug-19 2:03 PM, Ted Roche wrote: Well if you just want to use raw scp and sftp, you can always use PuTTY and script it: https://www.chiark.greenend.org.uk/~sgtatham/putty/ In the past, I have set up a couple of clients with overnight rou

Re: [NF] LastPass

2019-10-05 Thread AndyHC
... so there is such thing as a free lunch, and if it sounds too good to be true - it's still true??? On 04-Oct-2019 2:09 AM, Eric Selje wrote: // Yes, Yes, Yes. Can confirm. On Thu, Oct 3, 2019 at 2:13 PM Ed Leafe wrote: On Oct 3, 2019, at 11:25 AM, Paul Newton wrote: I know that many o

Re: AW: VFP App Startup Program

2019-10-07 Thread AndyHC
+1 On 07-Oct-2019 1:10 PM, juer...@wondzinski.de wrote: Hi Gene, normally your Starter programm just runs the main program, after checking for updates, and then quits itself. The starter cannot update himself, thus another program / task has to do this. The easiest way would be to first instal

Re: Outlook automation

2019-10-16 Thread AndyHC
Anyone done it with Thunderbird? On 16-Oct-2019 6:28 PM, Alan Bourke wrote: This works for me in the Command Window: loOutlook = CreateObject("Outlook.Application") loMessage = loOutlook.CreateItem(0) loMessage.To = "some...@test.com" loMessage.Subject = "Message subject" loMessage.Body = "mess

Re: [NF] What is X# compared to VFP

2019-10-18 Thread AndyHC
On 18-Oct-2019 10:24 AM, Johan Nel wrote: X# itself is more function based than command based (like VFP) but has a pre-processor that helps to translates commands into functions. So you can still write code like you do in VFP. For example "SKIP 1" is translated to DbSkip(1) and "SKIP 1 IN Custo

Re: OLE iDispatch Exception

2019-10-24 Thread AndyHC
Your internet connection is [briefly] down? On 24-Oct-2019 2:50 PM, Chris Davis wrote: The following code works most of the time but occasionally it throws the following OLE error when .send is called, any ideas? lcURL=www.bbc.co.uk && not the real url oHTTP = CreateObje

Re: Test Message

2019-10-28 Thread AndyHC
Welcome!! On 28-Oct-2019 5:53 PM, Dave Crozier wrote: Re-subscribed to the list now I have removed Mailsphere… This is a test message Happy to be back after 9 months of not being able to post! Dave Crozier Software Development Manager Flexipol Packaging Ltd. ﴾⚆ᨎ⚆﴿ Flexipol® Packaging Ltd T

Re: Test Message

2019-10-28 Thread AndyHC
I don't see mine in Gmail - I set a Thunderbird option to post a copy On 28-Oct-2019 6:04 PM, Dave Crozier wrote: Thanks Peter, However I still can't see my original post despite the option to see my own posts being selected in Leafe.com Weird... Dave Crozier Software Development Mana

Re: X# code for drag and drop

2019-11-14 Thread AndyHC
Never mind X# - or C# for that matter - today's paper here in India proudly reports that lower-school students are being grounded in Visual Basic and HTML programming languages, senior students are taught the basics of Java and C. In other News, the Gates Foundation is spending a fortune suppo

Re: X# code for drag and drop

2019-11-15 Thread AndyHC
It would be whatever they can get for <$10 and make 50 copies of - So probably VB.Net from Visual Studio Express? BUT it may well be VB6 On 14-Nov-2019 7:47 PM, MB Software Solutions, LLC wrote: Andy -- Is that VB.Net or VB6?  lol ___ Post Messag

Re: X# code for drag and drop

2019-11-15 Thread AndyHC
In a lot of India $100 is a months wages. On 15-Nov-2019 10:21 PM, MB Software Solutions, LLC wrote: I thought you said INDIA, not CHINA.    Do they pirate software in India too?  I knew China was bad. On 11/15/2019 3:07 AM, AndyHC wrote: It would be whatever they can get for <$10

Re: Fwd: Gartner Analyst Relations

2019-11-22 Thread AndyHC
+1 On 22-Nov-2019 7:56 PM, MB Software Solutions, LLC wrote: I still get slightly agitated when I see the name "Gartner" -- you all remember that?!?!? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/lis

Re: Gartner Analyst Relations

2019-11-23 Thread AndyHC
+1 On 24-Nov-2019 1:21 AM, Bill Anderson wrote: The trouble is MSFT could have easily been the source of the rumor. Bill Anderson ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-f

Re: [NF] X# Bandol 2.2 released to the public

2019-12-17 Thread AndyHC
-1 On 17-Dec-2019 3:48 PM, Koen Piller wrote: John, I would appreciate if you would stop hitchhike your messages on other forums. I have now received for the third time a message that a new version is launched, I strongly advise you to open a mailservice dedicated to X# and leave Foxite, Level E

Re: [NF] TeamViewer alternatives

2019-12-18 Thread AndyHC
I'm on the fringes of my (old and rusty) comfort zone here, but I think SSH tunnelling is faster than VNC, and tunnelled [p]rpc is amazingly fast for file transfer. On 18-Dec-2019 2:38 AM, Richard Kaye wrote: Owned by LogMeIn. Who announced today they have been purchased by a private equity g

Re: [NF] TeamViewer alternatives

2019-12-19 Thread AndyHC
 https://www.theregister.co.uk/2019/12/18/log_me_in_acquired/ ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtec

Re: [NF] TeamViewer alternatives

2019-12-21 Thread AndyHC
and on the topic of VPNs - check this out - *https://tinyurl.com/sxca8fd * On 18-Dec-2019 3:39 PM, AndyHC wrote: I'm on the fringes of my (old and rusty) comfort zone here, but I think SSH tunnelling is faster than VNC, and tunnelled [p]rpc is amazingly fast for file transfer.

Re: [NF] TeamViewer alternatives

2019-12-27 Thread AndyHC
Well running your own server[s] removes any possible 'man in the actual middle' attacks . On 22-Dec-2019 3:37 AM, Ed Leafe wrote: On Dec 21, 2019, at 10:48 AM, AndyHC wrote: and on the topic of VPNs - check this out - *https://tinyurl.com/sxca8fd I've been very happy wi

Re: T'was the Night Before Crisis...

2019-12-27 Thread AndyHC
Thanks Ted - woul;dn't seem right without it! On 23-Dec-2019 5:36 PM, Ted Roche wrote: 'Twas the night before crisis, and all through the house, Not a program was working, not even a browse. The programmers were wrung out, too mindless to care, Knowing chances of shipping hadn't a prayer. The us

Re: Nostalgia -- updating an app written 15+ years ago

2020-01-15 Thread AndyHC
On 15-Jan-2020 12:13 AM, Paul Hill wrote: the command window is handy as a glorified calculator with history. +1  - and imho it is still the tool par-excellence for manipulating data from multiple backends. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (te

Re: May the Open Source Be With You: INTL and SDT!

2020-01-15 Thread andyHC
+1 On 15/01/20 7:26 pm, Alan Bourke wrote: Great, thanks. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtec

Re: AW: May the Open Source Be With You: INTL and SDT!

2020-01-18 Thread AndyHC
Google it - Foxite, FoxWiki etc have plenty - also iirc there was a Report Listener for this written by [lady's name eludes me]. I used *GhostScript *years ago, it worked but the screen fonts were rubbish (you could use Windows fonts for printing, but I was using it for ad-hoc on-screen queries)

Re: AW: May the Open Source Be With You: INTL and SDT!

2020-01-18 Thread AndyHC
: On Sat, Jan 18, 2020 at 6:59 AM AndyHC wrote: Google it - Foxite, FoxWiki etc have plenty - also iirc there was a Report Listener for this written by [lady's name eludes me]. Lisa Slater Nicholls, perhaps? http://spacefold.com/articles/PDFPower.aspx I used *GhostScript *years ago, it

Legacy revisited!

2020-03-10 Thread AndyHC
Yesterday, for purely nostalgic reasons, I spent an inordinate amount of time* repairing a local IIS implementation of AVFP: https://archive.codeplex.com/?p=activevfp Then today I spent part of the afternoon looking at blogs by people who implemented Windows IoT on RasPi's. I was bemused by the

Re: Legacy revisited!

2020-03-11 Thread AndyHC
-- rk -Original Message- From: ProfoxTech On Behalf Of AndyHC Sent: Tuesday, March 10, 2020 1:09 PM To: profoxt...@leafe.com Subject: Legacy revisited! Yesterday, for purely nostalgic reasons, I spent an inordinate amount of time* repairing a local IIS implementation of AVFP: https://ar

Re: [NF] USB wireless

2020-03-26 Thread AndyHC
er ... covid led NetFlix usage is breaking the internet! On 25-Mar-2020 9:30 PM, Richard Kaye wrote: Anecdotally we're experiencing a lot of latency issues, particularly with our international customers. COVID is also breaking the internet... -- rk -Original Message- From: ProfoxTech

Re: Test

2020-04-30 Thread AndyHC
Dave's first post and *most* replies retrieved from spam folder (thx gMail) On 30-Apr-20 11:04 AM, Dave Crozier wrote: Hi guys, Just sending an email for Ed’s benefit so he can hopefully sort out my issues posting to Profox. Hence my absence for nearly 12 months. Missing the interaction with y

Re: Test

2020-04-30 Thread AndyHC
FCO repatriation flight to UK on 12th April  -  it was touch and go whether to take it (with attendant risks of crowded plane) or just stay there.    - cheers! On 30-Apr-20 11:50 AM, Dave Crozier wrote: Thanks Andy. You still in Goa? Wherever you are... keep safe. Dave Crozier Software Devel

Re: This code doesn't work on this guy's new HP machine (but works on his own machine) -- both Win10 -- maybe a firewall issue?

2020-06-17 Thread AndyHC
... or (Win10) just try: !curl -s ipecho.net/plain |clip *  ?_cliptext * cURL is on latest Win10 - I didn't know clip/clip.exe was but it works for me! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/li

Re: AZURE and VFP

2020-06-28 Thread AndyHC
 -This sounds roughly similar to SQL Server on a lan - when I was working on that sort of setup I found it best to have the exe's on the users' machines - there's plenty of stuff in the archives on how to check for updates and download new versions. On 26-Jun-20 6:59 PM, Rafael Copquin wrote:

Re: [NF] What if...?

2020-08-01 Thread AndyHC
VB:     What if we wanted to allow anyone to program? VB.NET  What if we wanted to stop them again? that's wicked  -  there's many a true word spoken in jest! ...   Access:   What if we wanted to allow anybody to screw with company data? On 31-Jul-20 11:38 PM, Ed Leafe wrote: Anothe

Re: [NF] Windows 10 Home networking and Explorer

2021-09-25 Thread AndyHC
iirc some older NAS devices (i.e. older *nix OS) need SMBv1.  I have WD MyBook and MyCloud and at least one of them needs SMB1 - so I have SMB1/CIFS enabled in Control Panel (_Client_ only). Any remote access is done via encrypted SSH tunnels. No-one has walked in through the front door */so fa

Re: VFP9 and SQL memo fields - SOLVED

2022-01-07 Thread AndyHC
On 06-Jan-22 7:54 AM, kbe...@mchsi.com wrote: So the cloud provider somehow talked the hackers into reducing the ransom to $50,000 and they paid it 2 days after Christmas. They should be prosecuted for paying it!   -  AndyD --- StripMime Report -- processed MIME parts --- multipart/alternative

Re: [NF] Beyond Quickbooks

2022-01-19 Thread AndyHC
Twenty some years ago I used Quicken (QuickBooks lite) and was so impressed by the user interface I recommended it as an example of how to write user-friendly code. I was less impressed by their lack of transparency on file structures that allowed them to charge annually for tax rules updates,

Re: [NF] Beyond Quickbooks

2022-01-23 Thread AndyHC
seems to be plenty of info available on Google: https://www.certumsolutions.com/blog/q2f8e55444gln2ofn3fshzaiafoiur-yfacl-p887k https://www.askforaccounting.com/is-your-quickbooks-file-too-large-in-size-to-handle/ but the first step seems to be to back-up (!) and then compress the files (Surpr

Re: Copy contents of code/editor window with formatting

2022-02-06 Thread AndyHC
I don't know about automating it but this seems to work in the edit window: Ctl_A  Ctl_C  -> in e.g. Word - Ctl_V  - save as  type .rtf On 07-Feb-22 5:19 AM, paul.newton.h...@gmail.com wrote: Hi all I am trying to copy the contents of the editing window that is currently active (i.e. that

Re:

2022-04-11 Thread AndyHC
Best wished for a happy retirement young 'un.   AndyD On 11-Apr-22 7:23 PM, Dave Crozier wrote: Ladies and gentlemen, After some 25 years I will be leaving Flexipol on 4th June after many years of happy development and bespoke software writing. .

Re: A better way to create directories?

2022-05-31 Thread AndyHC
On 31-May-22 4:32 PM, Paul Newton wrote: Hi all I hope the following might be useful (I apologise if this is "old hat" for some of you).  I wanted to create C:\Folder1\Folder2 when Folder1 does not exist. It is possible to do this using MKDIR but the created folders are in lowercase. You

Re: A better way to create directories?

2022-05-31 Thread AndyHC
).  Any ideas? Paul On 31/05/2022 23:07, AndyHC wrote: MKDIR "C:\Temp\XyZ" --- StripMime Report -- processed MIME parts --- multipart/alternative  text/plain (text body -- kept)  text/html --- [excessive quoting removed by server] ___ Post

Re: CDO Email

2023-02-22 Thread AndyHC
On 22-Feb-2023 2:15 PM, Alan Bourke wrote: Apparently you can: .Item("http://schemas.microsoft.com/cdo/configuration/sendtls";) = True The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. ___ Post

Re: X#

2017-02-10 Thread AndyHC
On 10-Feb-2017 3:16 PM, Alan Bourke wrote: Add to that the source code for the VFP extensions for C# /VB .NET and I can see where these guys are coming from, and maybe where they're going Yeas, I hadn't realised that Clipper/Visual Objects had that extensibility. They've commented that you coul

Re: X#

2017-02-11 Thread AndyHC
Having had a further look at this it does not (yet???) seem to be as all-inclusive of xbase dialects as it claims. In fact it reminded me very clearly of why I stopped my V.O. subscription to Nantucket - the price was/is way above what could be afforded by a self-employed developer. It has cert

Re: VFP6 / Codemine7 kill switch

2017-02-16 Thread AndyHC
There seems to be some confusion about mdac (up to WinXP you definitely needed the latest version. The consensus ref. Google is that it was renamed Windows DAC and is pre-installed - however ms seem to offer it here: http://microsoftdataaccesscomponentsmdac28.10appstore.net/win10software.html W

Re: Scope Resolution ::

2017-02-21 Thread AndyHC
... the Scope Resolution operator ...is not very OOP. It has the smell of a kludge... why? javascript** is super oopy/functional and you can 'resolve' right back to the god-object - and 'extend' it! ** I am on record as saying it is the very worst language ever - but I acknowledge I've be

Re: [NF] Anti-Virus Programs

2017-02-21 Thread AndyHC
I've used Norton - no complaints - for years, but now Defender+2 for pensioners who travel a lot (and many of us do!) - then you could try and explain/recommend the stuff here: http://www.indiamike.com/india/electronics-in-india-f15/portable-internet-programs-for-online-security-t54467/13/ ___

Re: [NF] Unbiased Cyber Security Resources

2017-02-23 Thread AndyHC
Is he the guy who more or less discovered ddos attacks (against his site), to some general scepticism? On 23-Feb-2017 9:45 PM, Ken Dibble wrote: Bruce Schneier would like you to buy his books, but he puts out an *excellent* email newsletter at no charge with lots of good info, far more than I

Re: [NF] Unbiased Cyber Security Resources

2017-02-23 Thread AndyHC
On 23-Feb-2017 10:32 PM, Ted Roche wrote: On Thu, Feb 23, 2017 at 11:37 AM, AndyHC wrote: Is he the guy who more or less discovered ddos attacks (against his site), to some general scepticism? I think you're thinking of Brian Krebs, who's done some great work, t

Re: ActiveX Question

2017-02-27 Thread AndyHC
fwiw Google tells me it is now deprecated by ms Many years ago I used it in a webpage - for users who didn't have it there was a way for them to download it ( tag?? - it's been a looong time), ... but don't know whether that would work without admin privs or with a locked-down browser profile.

Re: Referring to a Column

2017-04-20 Thread AndyHC
On 21-Apr-2017 5:17 AM, Ted Roche wrote: Consider standardizing the alias, for example, USE (aliasstr) alias TARGET AGAIN IN 0 Now, the report can refer to Target.fieldname with no need to wrap it in a function. Elegant, but am I missing something? - why not just: USE (aliasstr) can't the rep

Re: Referring to a Column

2017-04-20 Thread AndyHC
On 21-Apr-2017 7:30 AM, Michael Glassman wrote: Ted and Gianni, I'm not familiar with the double dots you both used. When is this necessary? Mike From Help! [. cExpression] The optional period (.) delimiter and .cExpression are used to append additional characters to a macro. cExp

Re: [NF] Friday Afternoon Discussion: Passwords

2017-05-05 Thread AndyHC
On 05-May-17 11:35 PM, Ken Dibble wrote: Now it's me, O'Reilly, and the NIST Now it's me, O'Reilly, and the NIST +1 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this

Re: [NF] As one door closes, ...

2017-05-16 Thread AndyHC
So sorry to hear that, I've been there a couple of times and it hurts. The very best of luck. On 16-May-17 12:14 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Well, got laid off from the Corporate gig today. It was a good 7 years. Onto the next chapter. If you hear of any needs, send

Re: Recommendations for temporary file storage

2017-05-23 Thread AndyHC
scp/winscp over ssh/Putty SSH ? On 23-May-17 11:53 AM, Paul Hill wrote: Looking for something more secure than a FTP server! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-fre

Re: [NF] Multi-function printers

2017-07-16 Thread AndyHC
On 10-Jul-17 4:14 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: What do you guys use at home for multi-function printers... Check out the Epson ink tank series (available in USA?) - I use the L455. ___ Post Messages to: ProFox@leafe.com Subs

Re: [NF] Multi-function printers

2017-07-16 Thread AndyHC
+1 On 11-Jul-17 5:05 PM, Stephen Russell wrote: I found that setting a static IP for it made my wifi problems go away. ... ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version

Re: "An IF | ELSE | ENDIF statement is missing"

2017-07-16 Thread AndyHC
you don't need the comment markers - this works just fine: x=1 IF x=1 WAIT WINDOW 'true' ENDIF x=1 Darren wrote: ... With terminating comments... ... IF NOT BETWEEN(HOUR(DATETIME()), 1, 15) && 01:00:00 to 14:59:59 =messagebox( ENDIF && NOT BETWEEN(HOUR(

Re: Variable/Procedure Naming Conventions

2017-07-27 Thread AndyHC
+1 On 26-Jul-17 10:03 PM, John Weller wrote: +1 John Weller 01380 723235 079763 93631 Sent from my iPad On 26 Jul 2017, at 21:45, Alan Bourke wrote: In Fox I do scope, type, name in camel case. So lcTaxCode lnTaxRate llFlag gcApplicationName goLogger ...and so forth. [excessive quoting

Re: GETFILE() Returns Empty String in Some Cases

2017-08-03 Thread AndyHC
On 01-Aug-17 7:30 PM, Ken Dibble wrote: I remember!! It was Calvin Hsia! It so often was . ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leaf

Re: Fwd: 2017 News from Hentzenwerke Publishing!

2017-08-04 Thread AndyHC
+1 On 04-Aug-17 10:55 AM, Dave Crozier wrote: Yes, Nice one Ted! Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: 04 August 2017 10:55 To: ProFox Subject: Re: Fwd: 2017 News from Hentzenwerke Publishi

Re: Set bell to anyfile.wav

2017-08-17 Thread AndyHC
This works for me: SET BELL TO ("C:\WINDOWS\MEDIA\ringout.WAV") ? SET("Bell",1) ?? CHR(7) ... but if your expression evaluates to an invalid dir the setting remains at the default. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: htt

Re: [NF] Python: 2.x vs 3.x

2017-08-22 Thread AndyHC
++1 On 22-Aug-17 3:06 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2017-08-21 13:47, Ivan Martinez (imvh.g.c) wrote: VFP is the best but it´s obsolete. We must look the future. Ivan Martinez Ivan, When is VFP going to stop running? If it runs on Windows 10 today, and M$ is j

Re: FP DOS app printing to LPT1

2017-08-30 Thread AndyHC
Wow! - I had forgotten just how much functionality there was in the DOS version. On 28-Aug-17 5:24 PM, Alan Bourke wrote: Check it out! The Foxpro for DOS demo running in your browser! http://80.100.223.22/demo?appname=FoxPro ___ Post Messages t

Re: [NF] Re: [FW] Programming language life expectancy

2017-09-02 Thread AndyHC
The first computer I owned was a Dragon32, but I had learned BASIC years before on a GE remote time-sharing mainframe. With the instructor's help I wrote an algorithmic solution to a maths puzzle that had plagued me for years. If anyone wants to try it, here's the puzzle: A farmer tethers a bul

Re: [NF] Re: [FW] Programming language life expectancy

2017-09-05 Thread AndyHC
On 05-Sep-17 12:01 PM, Alan Bourke wrote: there was also a product called "The Last One" which said it would be the only programming product you would ever need. Microsoft are still doing that. I often wondered what happened to 'The Last One' - I never met anyone who'd actually used it, pos

Re: [NF] Customer asking for (preferably free) unattended remote access software so she can access her work machine from home

2017-09-20 Thread AndyHC
Shouldn't this be a decision for the employer's sysadmin? However it's done it will have to get through the corporate firewall. Given that, an SSH tunnel is not that difficult to set up, it can even be done fro/m /the employer side to 'home' and reverse tunnel back in. (shhh!) --- StripM

Re: [NF] Customer asking for (preferably free) unattended remote access software so she can access her work machine from home

2017-09-21 Thread AndyHC
On 20-Sep-17 11:41 AM, Ted Roche wrote: /...an SSH tunnel is not that difficult to set up/ Certainly my preferred solution, In several small biz I work with (3-6 people), the data and my app end up on a Linux box in their office that provides them with Samba and Apache intranet and other use

Re: Sad news...

2017-10-12 Thread AndyHC
That is really sad news, I wish I'd known him better. Sadly this sort of news becomes all too frequent for those of us on the wrong side of 'three-score years and ten'. On 11-Oct-2017 3:02 PM, Dave Crozier wrote: Fellow Profoxers, I have just been told of some unfortunate news regarding our c

Re: Reactivated old FOXil

2017-10-20 Thread AndyHC
+1 On 19-Oct-2017 4:49 PM, Richard Kaye wrote: Welcome back, wOOdy! -- rk ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailma

Re: [NF] SPOILER: Software Dev is Hard

2017-10-25 Thread AndyHC
-1 On 25-Oct-2017 8:04 PM, Stephen Russell wrote: Ted, do you desire Agile/Scrum based projects or do you like the waterfall you laid out in the email? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/lis

Re: WG: recno() function in tsql

2017-10-27 Thread AndyHC
fwiw this works - (use dbc, remote view, cursor adaptor, w.h.y for line 1  :- SELECT * FROM somewhere WHERE type = "myType" INTO CURSOR tmp SELECT RECNO() as id, * FROM tmp ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.le

Re: AW: FoxPro DevCon in Frankfurt

2017-10-27 Thread AndyHC
I have been vaguely aware of VFP10 / VFP Compiler since a while back but I have not really been following the issue. What is the general opinion of the technical (i.e. non- licensing) aspects? ___ Post Messages to: ProFox@leafe.com Subscription Mainten

Re: AW: FoxPro DevCon in Frankfurt

2017-10-28 Thread AndyHC
I think was referring to this: www.baiyujia.com/vfpcompiler/ and this: www.baiyujia.com/vfpadvanced/f_vfpa_about.asp On 28-Oct-2017 6:28 PM, Ted Roche wrote: On Sat, Oct 28, 2017 at 6:14 AM, Thierry Nivelet wrote: Frank W Moore has released the latest version of LienWriter (several hundreds u

Re: [NF] INT vs MEDIUMINT vs SMALLINT vs TINYINT

2017-10-28 Thread AndyHC
Wouldn't you just use whatever the default autoincrementing field is? On 28-Oct-2017 6:25 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2017-10-28 02:05, Wollenhaupt, Christof wrote: That is largely dependent on the engine you use in MariaDB. Have you settled on one? Was just goi

Re: [NF] INT vs MEDIUMINT vs SMALLINT vs TINYINT

2017-10-30 Thread AndyHC
On 30-Oct-2017 4:48 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2017-10-28 11:54, Stephen Russell wrote: Disk space is cheap. Database schema changes are not.   Updates require testing as well as validation in all of the UI and UX environments. Indexes of int are easy and great. 

Re: VFP10 Advanced was FoxPro DevCon in Frankfurt

2017-10-31 Thread AndyHC
Dave, don't forget there's a lot of stuff in xsource. and it's good to see I stirred up some interest in baiyujia.com On 31-Oct-2017 3:27 PM, Dave Crozier wrote: Posts from 'Mr Chen' in Foxite... he/she obviously know their stuff and have been developing for a good while. https://www.fox

Re: VFP10 Advanced was FoxPro DevCon in Frankfurt

2017-10-31 Thread AndyHC
In my last job (as in last not previous ) I wrote an interface to a time recording system that sort of was and wasn't VFP - It was written in C, included the C libraries for all the VFP interface calls, and the rest was sort of VFP pseudo-code using function calls in place of VFP commands (a li

Re: VFP10 Advanced was FoxPro DevCon in Frankfurt

2017-10-31 Thread AndyHC
+1 On 31-Oct-2017 6:08 PM, Dave Crozier wrote: Thanks w00dy, As usual an excellent answer to many questions that lots of VFPers will have Dave --- -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf

Re: [NF] Open systems Drive you crazy

2017-10-31 Thread AndyHC
I don't think either of my cars have the interfaces he plans to plug into (2009 Audi A3; 2010 Tata Nano). On 01-Nov-2017 12:30 AM, Stephen Russell wrote: Great watch here. Super Hacker George Hotz: I Can Make Your Car Drive Itself for Under $1,000 https://www.youtube.com/watch?v=aqdYbwY9vPU

Re: How many of you use foreign key constraints and References in your database schema?

2017-10-31 Thread AndyHC
for a stand-alone VFP solution it'd probably not worth the trouble, for a SQL back-end // where agents other than your program might get access // I like to use pk; fk constraints; mostly deny access to the base tables and provide user views barricaded with 'instead of' constraints that validat

Re: How many of you use foreign key constraints and References in your database schema?

2017-11-01 Thread AndyHC
Totally agree - my default would be an 'instead of Delete' trigger that set a deleted flag (and logged it), and all regular user views to filter on that flag. On 02-Nov-2017 3:31 AM, Ted Roche wrote: DELETE is one of the easist ways to screw up a database that doesn't have proper RI declared.

Re: [NF] Open systems Drive you crazy

2017-11-10 Thread AndyHC
+2 On 10-Nov-2017 5:38 PM, Alan Bourke wrote: <..> I think if it's work commuting we're trying to eliminate then decentralisation and serious adoption of homeworking would be a more realistic goal. ___ Post Messages to: ProFox@leafe.com Subsc

Re: persistence of sql server database in memory

2017-11-10 Thread AndyHC
+1 on using database / user permissions to secure access to data, that's exactly what its for - and why you (should) have a DBA to manage this stuff. On the persistence thing (which surprises me) I would look at both OS and rdbms cacheing. On 11-Nov-2017 2:32 AM, Stephen Russell wrote: Here is

Re: SQLite Problem - DSN-less Connection Doesn't Create A File

2017-11-16 Thread AndyHC
Have you checked: https://www.connectionstrings.com/sqlite/ https://www.connectionstrings.com/sqlite3-odbc-driver/ On 16-Nov-2017 5:44 AM, Paul H. Tarver wrote: Ok, I give up. I've been using Whil Hentzen's book "Using SQLite to Bypass The 2GB .DBF Filesize Limit" for a project I'm trying to de

Re: SQLite Problem - DSN-less Connection Doesn't Create A File

2017-11-16 Thread AndyHC
+1 On 16-Nov-2017 4:56 PM, Dave Crozier wrote: Paul, Have you tried forcing a Commit on the SQLite data. That may help Dave --- ___ Post Messages to: ProFox@leafe.com Subscription Maint

Re: Hex

2017-11-18 Thread AndyHC
OTTOMH - If you are just inserting fields from other existing tables why get involved in converting stuff - why not just pick the fields up as is - e.g.: INSERT INTO TableNew  (PriKey, flda, fldb)    SELECT ForeignKey, fldx, fldb    FROM SomeView; or possibly: SELECT ForeignKey, fldx,

Re: [NF] SSD drives vs. 7200 rpm drives

2017-11-20 Thread AndyHC
On a laptop I went for a 'hybrid' drive - the improvement was clearly noticeable. On 20-Nov-2017 8:43 PM, Alan Bourke wrote: I think most people would go for an SSD boot drive and then a bigger spinning rust drive for the storage, could be difficult in a laptop though. SSD can be up to 25 time

Re: [NF] Bluetooth option in laptops

2017-11-20 Thread AndyHC
+1 On 20-Nov-2017 8:52 PM, Richard Kaye wrote: Headset? Keyboard? Tethering to your phone to use its internet connection? That's what comes to my mind with the first one probably at the top of the list. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On

Re: AW: VFP9 latest service pack (9.0.0.7423)

2017-11-20 Thread AndyHC
Hasn't anyone worked out a way to slipstream the sp's onto VFP9? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxte

Re: [NF] Home network woes

2017-11-27 Thread AndyHC
My land-line broadband connection here in India is up and down like a yo-yo. One of the local cellphone companies (Reliance Jio) has recently offered a sim + dongle deal that will connect up to 10 wifi devices. I am mostly impressed with the performance, and use it whenever the landline goes dow

Re: Development IDE fonts

2017-11-27 Thread AndyHC
Used Lucida console for years - Inconsolata is also good - incidentally I just went into ide properties to double check this, and found 'syntax highlighting' which I either didn't know or forgot about. Always something new! On 21-Nov-2017 8:17 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wr

Re: [NF] How about this alternative to purchasing a new machine?

2017-12-02 Thread AndyHC
I did this last year - iirc ms recommend laplink pcmover On 03-Dec-2017 12:17 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2017-12-02 08:46, Kevin Cully wrote: . How'd you get the operating system installed on the new SSD?  USB drive of ISO image?

Re: [NF] How about this alternative to purchasing a new machine?

2017-12-04 Thread AndyHC
oluti...@mbsoftwaresolutions.com wrote: On 2017-12-03 00:33, AndyHC wrote: I did this last year - iirc ms recommend laplink pcmover Would that allow me to keep exactly what I've got...with the extra hard drive space added?  That sounds too good to be true. [excessive quoting removed

  1   2   3   4   5   6   >