Re: VFP Code Conversion Workbench

2024-09-28 Thread Eric Selje
Coincidentally I'll be talking about this idea a bit in my Southwest Fox session in a couple of hours. Hope to see you there! Eric On Thu, Sep 26, 2024 at 9:08 AM Man-wai Chang wrote: > Sounds very much like using Gen A.I. to write programs!! I wonder > whether this Workbe

Re: FoxPro Conf Binder

2024-09-17 Thread Eric Selje
That is VERY cool. Thanks for sharing! Eric On Tue, Sep 17, 2024 at 3:07 PM Kurt Wendt wrote: > Hey there folks, > > I know - I haven't posted in quite some time. And, I see the forum has been > RATHER Quiet lately! > > I was going thru some stuff of mine, and I stumbled upon something - which

Re: Windows handle of VFP combo box via API

2024-08-20 Thread Eric Selje
Would individual controls even get their own Windows handle? On Tue, Aug 20, 2024 at 1:50 PM Joe Yoder wrote: > I have had no luck finding tested example code. Can someone recommend a > source or share a sample. > > Thanks in advance, > Joe > > > --- StripMime Report -- processed MIME parts ---

Re: Handling multipile Container classes

2024-07-15 Thread Eric Selje
This might be a use case for the SetAll() method. You can set a property (e.g. Enabled) of all instances of a class in one swoop. See The Hacker's Guide for details. Eric On Fri, Jul 12, 2024 at 6:17 PM Joe Yoder wrote: > First of all - Thanks

Re: Programatically generated Combo boxes

2024-06-17 Thread Eric Selje
Also would be easier to set these properties on the object before you add it: oComboBox.Top = nTop ComboBox.Left = nLeft oComboBox.Visible = .T. On Mon, Jun 17, 2024 at 3:19 PM Eric Selje wrote: > The 'name' is read only after the object is created. You have to name it > wh

Re: Programatically generated Combo boxes

2024-06-17 Thread Eric Selje
The 'name' is read only after the object is created. You have to name it when you create it, like you had in the commented out code: toForm.AddObject("oComboBox", (cname)) Except don't put cName in (), because that will try to interpolate cName as a variable. And the parameters are reversed, it'

Re: Application Protection

2024-04-22 Thread Eric Selje
I think ReFox is still out there. It has a application scrambler to prevent decompilation, if that's what you're looking for. Eric On Mon, Apr 22, 2024 at 5:35 PM Carl Lindner wrote: > Eons ago, I picked up Armadillo/Software passport 32 bit to protect my > application. I still use on an old

Re: VFPA Shortcut Keys

2024-03-01 Thread Eric Selje
; -----Ursprüngliche Nachricht- > Von: ProFox Im Auftrag von Eric Selje > Gesendet: Freitag, 1. März 2024 17:57 > An: ProFox Email List > Betreff: VFPA Shortcut Keys > > I just got the latest VFPA updates email, and was struck by how

VFPA Shortcut Keys

2024-03-01 Thread Eric Selje
I just got the latest VFPA updates email, and was struck by how awesome the new keyboard shortcuts are: NEW.] VFP 9.0 FIX - THE NEW ACCESS KEYS FOR THE MENU ITEMS INDENT AND UNINDENT [NEW.] VFP 9.0 FIX - THE NEW ACCESS KEYS FOR THE MENU ITEMS COMMENT AND UNCOMMENT Visual FoxPro Advanced

Re: Run under WIN 11

2024-01-29 Thread Eric Selje
Any true 32 bit version, so anything after VFP 3 I'd think though I cannot recommend using a version that far back. On Sun, Jan 28, 2024 at 2:09 AM Charles Hart Enzer, M.D. wrote: > What is the oldest version that can run under WIN 11 > > Thank you > -- > > > *Shai / שי **Charles Hart Enzer, MD,

Re: Programatically placing text boxes on a form

2023-10-30 Thread Eric Selje
Along these lines, if you haven't checked out the Dynamic Forms project on VFPx, that makes programmatically creating forms MUCH easier. E On Mon, Oct 30, 2023 at 5:19 AM Tracy Pearson wrote: > The textbox needs to be added with a method on the form.

Re: Log4VFP or Log4Fox

2023-10-05 Thread Eric Selje
I think that's what most people do, and what my session at SW Fox in a few weeks will address. E On Thu, Oct 5, 2023 at 8:47 AM Alan Bourke wrote: > I just have my own class that I create a global instance of, and that logs > to file under a specified folder structure based on date, like: > > a

Log4VFP or Log4Fox

2023-10-03 Thread Eric Selje
Anyone here using Log4VFP or Lisa Slater Nichols' Log4Fox? If not, how are you doing your application logging? Eric --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- __

Re: ProFox List Statistics for September 2023

2023-10-03 Thread Eric Selje
t; Non-OT messages: 11 (Down 21.43%) > OT messages: 0 (Unchanged) > NF messages: 0 (Down 100.0%) > Total number: 11 (Down 21.43%) > > > Top 11 Contributors by Number of Non-OT Posts > > |Posts Co

Re: Just call me Master, for short

2023-09-05 Thread Eric Selje
Congrats! That sounds like a heck of a commitment. Eric On Fri, Sep 1, 2023 at 12:18 PM Vincent Teachout wrote: > > And... Done! > > Master of Science in Information Security. > https://www.parchment.com/u/award/f75a554cf48fd78bb2a872629841f08d > > > If you have any Science or Information Secu

Re: Southwest Fox 2023: URGENT - Now or never, register today

2023-09-05 Thread Eric Selje
It is ON. See you there! On Fri, Sep 1, 2023 at 2:27 PM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > What was the outcome? I signed up late. > > > On 8/28/2023 7:16 AM, Rick Schummer wrote: > > The fate of Southwest Fox is being decided Wednesday. Help us ma

Re: Chilkat Version 95 released yesterday

2023-08-09 Thread Eric Selje
I was in Chicago for that massive Microsoft worldwide Windows 95 rollout. Man, they don't announce Windows releases like that anymore! On Tue, Aug 8, 2023 at 4:27 PM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > "Version 95" -- when I saw that I heard the Roll

Re: Logging

2023-08-07 Thread Eric Selje
Ha! Well now I need to make time to show that video. Civil War Reenactment log made me LOL. E On Wed, Aug 2, 2023 at 1:11 PM Ed Leafe wrote: > On Aug 1, 2023, at 15:15, Bill Anderson wrote: > > > > Well, the effects of deforestation and biodiversity come to mind... > > > > Did you have somet

Re: Logging

2023-08-02 Thread Eric Selje
; Did you have something else in mind? ;) > > Bill > > On Tue, Aug 1, 2023 at 6:13 AM Eric Selje wrote: > > > I'm doing a session on logging at SW Fox. > > > > Just based on that information, what would you hope to see the session > > cover? > > &

Logging

2023-08-01 Thread Eric Selje
I'm doing a session on logging at SW Fox. Just based on that information, what would you hope to see the session cover? Thanks, Eric --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

Re: Fox.wikis.com

2023-07-18 Thread Eric Selje
It really is. I wish they could work something out. Mike Y., if you're out there reading this can you make nice with Stephen for the benefit of the community? We've communicated many times in the past and it's always been pleasant and professional. Eric On Mon, Jul 17, 2023 at 4:02 PM MB Softwar

Re: Southwest Fox 2023: Registration Opens

2023-07-13 Thread Eric Selje
Looks great! Can't wait to see everyone in person again. Eric On Wed, Jul 12, 2023 at 7:07 PM Rick Schummer < pro...@whitelightcomputing.com> wrote: > Speakers (https://swfox.net/speakers.aspx) and sessions ( > https://swfox.net/sessions.aspx) for Southwest Fox 2023 have > been announced, and r

Re: Passing parameters to an external program run from fox

2023-05-05 Thread Eric Selje
[image: image.png] (From the Win32 API App on VFPx) On Fri, May 5, 2023 at 1:12 AM Joe Yoder wrote: > I'm pretty sure I have done this before but now I can't figure out the > syntax to make this happen. I finally substituted a batch file to display > the parameters passed in and to pause to

Re: Byte Arrays in VFP

2023-05-02 Thread Eric Selje
s to map a file directly into memory and access it as if it were an array." I'm going to see if I can contrive an example of how to do this in VFP. Eric On Tue, May 2, 2023 at 8:31 AM Eric Selje wrote: > Couldn't you leave the file on disk and make the changes directly to the >

Re: Byte Arrays in VFP

2023-05-02 Thread Eric Selje
Couldn't you leave the file on disk and make the changes directly to the file with low level file functions ? Eric On Mon, May 1, 2023 at 9:33 PM Joe Yoder wrote: > I want to pull a 3.5 meg file into a Byte Array in Fox, make some changes > to ind

Re: Error instantiating class when opening a form

2023-03-20 Thread Eric Selje
Timely question! I just had this happen to a client last Thursday. App has been working for years, but they called to say it suddenly doesn't work with a "Cannot load class" type of error. After some troubleshooting we determined the issue was their MSP's security software determined that RichTxt

Re: Using OpenAI like ChatGPT?

2023-03-15 Thread Eric Selje
Some are arguing that it does actually "understand". Depending on how you define the word, I agree. https://danielmiessler.com/blog/yes-gpts-llms-understand-argument/ Eric On Sat, Mar 11, 2023 at 4:08 AM Man-wai Chang wrote: > Just saw following old post from West Wind: > > ChatGpt and VFP -

Re: Virtual Fox Fest 2023 (May): Speakers, Sessions and Registration

2023-03-15 Thread Eric Selje
I'll be refreshing my VFP2C2 session from a few years back at VFF. If anyone has examples of how they're using this awesome little utility to access the Win32 API I'll share that with the crowd. Eric On Sat, Mar 11, 2023 at 11:23 AM Rick Schummer < pro...@whitelightcomputing.com> wrote: > Virtua

Re: [NF] Queries re: Python & Such...

2023-02-16 Thread Eric Selje
That sounds really interesting. If you can post a pic of something that takes 5 days to 3D print I'd love to see it. Eric On Thu, Feb 16, 2023 at 9:10 AM Ed Leafe wrote: > On Feb 15, 2023, at 19:01, Kurt @ Gmail wrote: > > > > So, I know there is a Leafe mailing list for Python, as I just look

Re: Using OpenAI like ChatGPT?

2023-02-05 Thread Eric Selje
You should ask ChatGPT if Visual Foxpro could make use of OpenAI like ChatGPT. On Fri, Feb 3, 2023 at 9:08 PM Man-wai Chang wrote: > I am just wondering whether Visual Foxpro could make use of OpenAI > like ChatGPT :) > > I don't have any purpose nor objective in mind. > > -- > .~. Might, C

Re: Howdy Folks

2022-11-16 Thread Eric Selje
That sounds like a better solution! On Wed, Nov 16, 2022 at 5:00 AM Darren wrote: > I implemented this functionality a while back but did it with event binding > to windows messaging on the directory - looking for new files (if I recall > correctly). I found it to be much more reliable than time

Re: Howdy Folks

2022-11-15 Thread Eric Selje
Is this Visual FoxPro? I think the key would be to add a timer object to your _VFP object that checks for the existence of that file and if it finds it run the app's shutdown method. Eric On Tue, Nov 15, 2022 at 2:25 PM Virgil Bierschwale wrote: > Been a long time. > I'm back maintaining a fox

Re: dreaming of vfp and vscode integration

2022-10-25 Thread Eric Selje
Hi Jeff, Did you check out Joel Leach's DevOps session? It's not exactly on this topic but he incorporated external builds into his DevOps and that part might be useful. Eric On Tue, Oct 25, 2022 at 9:16 AM Jeff Roberts wrote:

Re: fox.wikis.com

2022-09-29 Thread Eric Selje
FWIW, you can go to archive.org and type fox.wikis.com and it will show you archived versions of the pages. Eric On Thu, Sep 29, 2022 at 1:05 PM Man-wai Chang wrote: > Just set the whole website read-only? At least people can still read the > wikis. > > On Thu, Sep 29, 2022 at 4:50 PM Jürgen Wo

Re: ChilkatVFP 1.0 Released

2022-09-21 Thread Eric Selje
Congrats, Bill! I even see it on the VFPx page! Eric On Wed, Sep 21, 2022 at 4:35 AM Alan Bourke wrote: > Thanks Bill will come in very useful > > -- > Alan Bourke > alanpbourke (at) fastmail (dot) fm > [excessive quoting removed by server] _

Re: VFPa oddness

2022-08-28 Thread Eric Selje
It's seems clear to me that this is a roaming profile related issue, though that folder name isn't quite the same. And usually what seems clear to me is the wrong answer so...take it with a grain of salt. Eric On Fri, Aug 26, 2022 at 12:50 PM Tracy Pearson wrote: > Here's the scenario > I use t

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-03 Thread Eric Selje
It sure does! Thanks for volunteering to do that, Bill! :) On Wed, Aug 3, 2022 at 7:03 AM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > that sounds like a great future Virtual FoxFest session, Bill! > hint hint > > > On 8/1/2022 5:01 PM, Bill Anderson

Re: Another GDIPlusX question

2022-07-18 Thread Eric Selje
"RubberDucking" https://en.wikipedia.org/wiki/Rubber_duck_debugging On Mon, Jul 18, 2022 at 4:13 AM Alan Bourke wrote: > On Sat, 16 Jul 2022, at 11:49 PM, Paul Newton wrote: > > Isn't it marvellous how simply posting a question to this esteemed list > > somehow kicks ones brain into gear ... al

IE's death

2022-06-16 Thread Eric Selje
Did the disabling of IE yesterday have any effect on apps using the ActiveX Browser control? Eric --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leaf

Re: Problem setting ActiveX control property (Folderview and Fileview controls)

2022-06-02 Thread Eric Selje
> > Thanks for the suggestion Eric but the first column is in fact 0 because > > the following > > > > ? MyFileView.ColumnWidth("Name",0) gives the correct result for the > > width of the first column Paul > > > > On 02/06/2022 16:59, Eric Selj

Re: Problem setting ActiveX control property (Folderview and Fileview controls)

2022-06-02 Thread Eric Selje
It's interesting that the VB syntax has the first column as 0 when VB is a one-based array language. Have you tried a 1 there instead for the 2nd parameter? On Wed, Jun 1, 2022 at 7:55 PM Paul Newton wrote: > Hi > > It's a few years old now, but I have the Sky Software Shell Megapack > suite (V8

Re: Foxfest Tomorrow.... Help

2022-05-04 Thread Eric Selje
"See" you there! On Wed, May 4, 2022 at 9:57 AM Dave Crozier wrote: > Ajit, > Thanks to your email I trawled back through the thousands of Gmail spam > entries and finally found a link to register so all is good! > > See anyone who is attending tomorrow! > > Dave Crozier > Software Development M

Re: [NF] Remember when Google's motto was "Don't be Evil"?

2022-04-12 Thread Eric Selje
I tried using Brave but its inability to play picture-in-picture videos took me back to FireFox. If you haven't yet, John Oliver just did a great bit on Data Brokers. https://www.youtube.com/watch?v=wqn3gR1WTcA Eric On Wed, Apr 6, 2022 at 3:11 AM Alan Bourke wrote: > I use Firefox exclusivel

Re:

2022-04-12 Thread Eric Selje
CLOSE ALL CLEAR ALL QUIT Enjoy your retirement! On Mon, Apr 11, 2022 at 2:32 PM Malcolm Greene wrote: > Dave! > > > So I won’t disappear completely as they say! > > Congrats on your well earned retirement. I haven't touched VFP in over a > decade, yet still stop by to see how the group is doing

Re: Problem installing Thor

2022-02-07 Thread Eric Selje
Paul, I'd direct this question to foxprot...@googlegroups.com for best results. Eric On Mon, Feb 7, 2022 at 8:43 AM wrote: > Hi all > > > > I have followed the install instructions and I have Thor.APP and the > "Source" folder in Home().\Tools\Thor. > > > > When I run Thor.App it complains tha

Re: Transparent commandbuttons in Windows 11

2022-01-31 Thread Eric Selje
Pics? On Mon, Jan 31, 2022 at 2:42 PM Tracy Pearson wrote: > Nothing fancy, it appears to come for free when running on Windows 11. > > If you have a button hiding something under it, it might show up through > it. > > Tracy > > [excessive quoting removed by server]

Re: [NF] Beyond Quickbooks

2022-01-18 Thread Eric Selje
I've got a copy of SBT they could use. ;) On Sat, Jan 15, 2022 at 10:20 PM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Jeff Johnson's old client has contacted me asking about a replacement > for their QuickBooks because they've basically outgrown it. (Doesn

Re: Anyone on here involved with Virtual Fox Fest?

2021-12-21 Thread Eric Selje
That link works ok for me. On Tue, Dec 21, 2021 at 8:38 AM Tracy Pearson wrote: > Hi Chris, > > Rick Schummer would be the better person to answer. I heard at the > conference they are considering having a one day Virtual FoxFest in the > spring and the live SWFox conference in the fall of 2021.

Re: Reprots Field Properties override options

2021-11-17 Thread Eric Selje
/ 13" 4K / There's the problem. On Tue, Nov 16, 2021 at 4:46 PM Tracy Pearson wrote: > I have gotten the latest build from VFPX. The dialogs are not increasing > the > size of the fonts as I need. > Sometimes I forget that the app I maintain has the Query Manager in it that > customers use for

Re: looking docs or code for reading and exporting vfp menus that I can understand

2021-11-08 Thread Eric Selje
I remember using the Project Documenting Machine a while back and it gave me some pretty comprehensive artifacts. Perhaps it can help? http://gorila.netlab.cz/pdm.html Eric On Mon, Nov 8, 2021 at 10:08 AM Jeff Roberts wrote: > I've inherited a couple of fairly large VFP apps and I have been t

Re: FP Advisors?

2021-10-25 Thread Eric Selje
> I looked up the 93-10 PDF, and yes: there's a one-page about JKEY. > > If Peter sends me an email, then I'll forward it to him > > > > wOOdy > > > > > > > > -Ursprüngliche Nachricht- > > Von: ProFox Im Auftrag von Eric Selje > &

Re: FP Advisors?

2021-10-25 Thread Eric Selje
gt; > wOOdy > > > > -Ursprüngliche Nachricht- > Von: ProFox Im Auftrag von Eric Selje > Gesendet: Samstag, 23. Oktober 2021 18:07 > An: ProFox Email List > Betreff: FP Advisors? > > Anybody still have their FP Advisors around? Peter Diotte is looking for an > art

FP Advisors?

2021-10-23 Thread Eric Selje
Anybody still have their FP Advisors around? Peter Diotte is looking for an article he wrote on JKey in the Oct '93 edition. Are these available online? Eric --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _

Re: Line by Line Relationship in Two Databases

2021-09-24 Thread Eric Selje
I think that's a Paradox database file, no? It's been so long, and I had a vague memory of how to do this with a browse and set relation to. Thanks for the reminder, wOOdy. E On Fri, Sep 24, 2021 at 9:18 AM Jürgen Wondzinski wrote: > What's a PDB file? > Assuming that you meant DBF, and that

Re: AW: "Eric Rapaport" at Microsoft

2021-09-22 Thread Eric Selje
He probably wrote the Rushmore algorithm, in a coffee-fueled morning frenzy, before moving on to writing screenplays and scores. On Tue, Sep 21, 2021 at 11:47 PM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 9/20/2021 1:50 PM, Jürgen Wondzinski wrote: > > W

"Eric Rapaport" at Microsoft

2021-09-20 Thread Eric Selje
In my current security role I get all the strange emails forwarded to me, and this one I got today took the cake because it didn't really seem to have a purpose. It was from an "Eric Rapaport", former CIA. It listed off all his credentials, which were many. But there was no ask to the email at all.

Re: VFP equivalent of SQL Server 'script table'

2021-09-02 Thread Eric Selje
Wasn't there a Thor tool that did that? On Thu, Sep 2, 2021 at 8:13 AM Vince Teachout wrote: > I've got a tool that I wrote years ago that takes an open table and > scripts it to a VFP Create Table or an MSSQL Create table. > > Also one that creates SQL Select statements for an open alias and In

Re: [NF] - Is Bigger Always Better When It Comes To Your Monitors? :)

2021-08-25 Thread Eric Selje
Windows 11 has features built-in that will facilitate subdividing monitors into regions to make everything easier to manage. They might have even squeaked into Win 10. https://www.thurrott.com/windows/windows-11/252475/windows-11-feature-focus-snap-layouts Eric On Wed, Aug 25, 2021 at 11:32 AM M

Re: SweetPotatosoftware.com

2021-08-24 Thread Eric Selje
him for first time in person back in 2008 at my > first SWFox conference. Man, I swear it was like meeting royalty or > something. I was totally blown away an mystified in some way by meeting > him. (No offense to all the other cool ppl I met for the first time as > well). > &g

Re: SweetPotatosoftware.com

2021-08-24 Thread Eric Selje
Maybe your browser isn't switching over to the https version automatically. Try explicitly going to https://www.sweetpotatosoftware.com/ Eric On Tue, Aug 24, 2021 at 9:42 AM John Weller wrote: > I've just tried and timed out. I wonder if it is an issue contacting it > from UK? > > John > > Joh

Re: Retire the CSV?

2021-08-23 Thread Eric Selje
He's right. And it won't happen. On Mon, Aug 23, 2021 at 8:43 AM Garrett Fitzgerald wrote: > Rght > > On Mon, Aug 23, 2021 at 9:25 AM Stephen Russell > wrote: > > > https://www.bitsondisk.com/writing/2021/retire-the-csv/ > > > > It's so simple they say. > > > > -- > > Stephen Russel

Re: [NF] Winforms

2021-08-20 Thread Eric Selje
That is a shortfall, but WPF does a lot of things that we would LOVE to have in VFP (e.g. CSS llke Styles, much better responsiveness than our anchors, etc.) Eric On Fri, Aug 20, 2021 at 12:26 PM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Wow...I see you c

Re: Virtual Fox Fest 2021 (October): Speakers, Sessions, and Registration

2021-08-17 Thread Eric Selje
Great lineup! Sign me up! On Tue, Aug 17, 2021 at 5:40 PM Tracy Pearson wrote: > It's now officially in the public view. > And you said something before me. > I'm looking forward to the conference. > > Tracy > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com]

Re: Builders and the VFP Undo function

2021-06-21 Thread Eric Selje
LOL! On Sat, Jun 19, 2021 at 1:11 PM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 6/18/2021 11:50 AM, Malcolm Greene wrote: > >> From: Jean Laeremans > >> Builders around here are french. They don't do let alone undo ;) > > My vote for funniest comment o

Re: SOLVED: Bizarre Desktop write problem driving me mad

2021-06-16 Thread Eric Selje
On that note, here's a reminder that if the product is free, then your data is the product: https://www.wizcase.com/antivirus/avg/ (TL;DR: They were selling your browsing data) Eric On Wed, Jun 16, 2021 at 2:15 PM Vince Teachout wrote: > A few months back I asked for help trying to figure out

Re: SP2 Download?

2021-06-16 Thread Eric Selje
The Copy and /RegServer trick seems to work perfectly. Thanks! On Wed, Jun 16, 2021 at 12:25 PM Eric Selje wrote: > Ok, maybe I spoke too soon. > > The page that we all agree it *should* be downloadable from, > https://docs.microsoft.com/en-us/previous-versions/visualstudio/foxpr

Re: SP2 Download?

2021-06-16 Thread Eric Selje
download. I'm going to try wOOdy's trick, mentioned in his blog <http://woody-prolib.blogspot.com/2018/12/how-to.html>, of copying my existing folder over entirely and then running VFP /REGSERVER to see how that goes... Eric On Wed, Jun 16, 2021 at 9:20 AM Eric Selje wrote: > Thank

Re: SP2 Download?

2021-06-16 Thread Eric Selje
wrote: > Hi Eric, > > nothing frustrating at all. Just read here: > http://woody-prolib.blogspot.com/2018/12/how-to.html > > wOOdy > > > -Ursprüngliche Nachricht- > Von: ProFox Im Auftrag von Eric Selje > Gesendet: Mittwoch, 16. Juni 2021 02:43 > An: ProFox Email

SP2 Download?

2021-06-15 Thread Eric Selje
Ok, where does one get Service Pack 2 these days? Also, do I need SP1 first? This is frustrating. Eric --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox

Re: Form designer rules?

2021-05-24 Thread Eric Selje
I know you're all probably tired of hearing this drumbeat, but having SQL statements in UI controls is a bad idea. Do what you can to separate that out. Eric On Sun, May 23, 2021 at 11:07 PM Tracy Pearson wrote: > Combobox1 selects into a cursor. Use that cursor name in the where clause > of th

Re: VFP9 (and VFPA) on Windows 10 -- wish Mr. Chen would fix the visual bugs!

2021-05-03 Thread Eric Selje
shows a phantom outline to the > right, far right of where I actually am in my drag/move operation. > > On 4/29/2021 3:49 PM, Eric Selje wrote: > > One of the very first bugs he fixed was a phantom shadow bug. Are you > > talking about the one where if you drag a window it will leave

Re: VFP9 (and VFPA) on Windows 10 -- wish Mr. Chen would fix the visual bugs!

2021-04-29 Thread Eric Selje
One of the very first bugs he fixed was a phantom shadow bug. Are you talking about the one where if you drag a window it will leave a shadow of the frame of the window artifcated all over the screen? Eric On Thu, Apr 29, 2021 at 11:29 AM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwar

Re: [NF] VS 2022 will be 64 bit they say.

2021-04-21 Thread Eric Selje
I think about this with YouTube. How many kids know why it's called You"Tube"? Or used a tube-based television? Even YouTube's logo uses a tube-style TV with the rounded corners, which looks completely normal to anyone over a certain age but hopelessly retro to many, I imagine. Eric On Wed, Apr 2

Re: Virtual Fox Fest 2021 (May): Time to Register

2021-04-06 Thread Eric Selje
I got a virtual shirt! I wore it to the store and got kicked out :( On Tue, Apr 6, 2021 at 12:52 PM Richard Kaye wrote: > See you there! > > -- > > rk > > -Original Message- > From: ProfoxTech On Behalf Of Tracy Pearson > Sent: Tuesday, April 6, 2021 1:43 PM > To: profoxt...@leafe.com >

Re: [NF] New hardware - network port and HDD

2021-03-22 Thread Eric Selje
I've got a planer. We can try to get that 15mm down to a 7mm. Eric On Mon, Mar 22, 2021 at 11:37 AM Paul Newton wrote: > I realised that after I posted - it was meant to be the 2.5" drive. > However further research shows that the laptop requires a 7mm drive and > will not accept the 15mm drive

Re: VFP 9 SP2 3 Hot Fix descriptions

2021-03-16 Thread Eric Selje
Nope, VFPA doesn't do anything to your existing VFP 9 installation. Here's more information from my 2019 SW Fox session: http://saltydogllc.com/wp-content/uploads/SELJE-VFP-Advanced.pdf Eric On Tue, Mar 16, 2021 at 9:56 AM Richard Caruso wrote: > VFPA and Sedna. > > If you installed SP2 and S

Re: VFP on 64bit Machine

2021-03-09 Thread Eric Selje
I'm kind of afraid to ask why you ask this question though? On Tue, Mar 9, 2021 at 2:40 AM Charles Hart Enzer, M.D. wrote: > Which is the Earliest Version of Visual Foxpro to run under Windows 10, 64 > bit machine? > > Thank you > > -- > > > *Shai / שי **Charles Hart Enzer, MD(Retired: **OH, NY,

Re: MemberClass update

2021-02-11 Thread Eric Selje
GoFish may be able to do this replacement. On Thu, Feb 11, 2021 at 11:39 AM Tracy Pearson wrote: > I believe I found my problem. > I need to update the Properties of the baseGrid to set the name of Column > to > be BaseColumn, and the Methods to correctly reference the new names. > Then I need t

Re: sql server connection

2021-02-11 Thread Eric Selje
Rafael, They'll have to have the driver installed in order to talk to SQL Server. The best way is to provide them with an Installer program (use InnoSetup - free and easy) that installs your app as well as the driver. It can add a DSN too, although you may want to consider hardcoding that connecti

Re: [SPAM] [NF] Macbook Upgrade

2021-02-04 Thread Eric Selje
I could see that. I'm in constant awe of the different use cases people have for their machines. e.g. I used to keep a *ton* of my code on my local machine now, but I've moved it all to GitHub or BitBucket and only have what I'm currently working on stored locally. All of my photos, music, and vi

Re: [NF] Macbook Upgrade

2021-02-04 Thread Eric Selje
Why do you need 4TB of local storage? I'm doing as much as I can to go the other way now - keeping as much as possible on my Synology NAS so I can access it from any device. That may be your constraint. The new MacBook Airs with M1 are amazingly fast, but I don't think large screens are available

Re: Facebook - FoxPro (LOL)

2021-02-03 Thread Eric Selje
I'm picturing Stephen Hawking shaking his fist at the sky. On Mon, Feb 1, 2021 at 10:42 AM Paul H. Tarver wrote: > !LOL! > > Paul H. Tarver > Tarver Program Consultants, Inc. > > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB > Software Solu

Re: ProFox List Statistics for 2020

2021-01-04 Thread Eric Selje
I thought "Antwort" meant "Answer"? Without looking it up right now (since I have wOOdy onhand), I remember when Die Antwoord had that big song "I Fink You Freaky " (catchy as anything, if a bit disconcerting) and I looked up the meaning. Oh maybe this

Re: 'Twas The Night Before Crisis...

2020-12-23 Thread Eric Selje
Fantastic. Just need to add a new verse about how their continuous delivery pipeline was hacked and a DLL w/ a backdoor included in the code. S Rozhdyestvom Hristovym! (That's Merry Christmas, in Russian, or so I'm told), Eric On Tue, Dec 22, 2020 at 10:48 PM M Jarvis wrote: > On Tue, Dec 22, 2

Re: ParallelFox - anyone using it in production?

2020-12-15 Thread Eric Selje
Joel Leach is giving us a demo of ParallelFox *right now*in our MadFox User Group. He uses it in production. Join is if you see this in time: https://global.gotomeeting.com/join/287756997 Eric On Wed, Nov 25, 2020 at 9:03 AM Bill Anderson wrote: > Alan, > > The author is definitely using it t

Re: Tomorrow is the last day of Virutal Fox Fest

2020-10-26 Thread Eric Selje
Putting faces to these names has been one of my favorite things about the conference so far! Eric On Mon, Oct 26, 2020 at 12:41 PM Tracy Pearson wrote: > Hello Everyone! > > I have been enjoying chatting with people and getting to see some faces of > people for the first time. > > The sessions

Re: Virtual Fox Fest

2020-10-15 Thread Eric Selje
insert rimshot.gif On Thu, Oct 15, 2020 at 12:28 PM Bill Anderson wrote: > >> I do miss Arizona though.<< > > Try Snapple. > > Bill Anderson > > On Thu, Oct 15, 2020 at 9:33 AM Eric Selje wrote: > > > I'm really impressed with this HopIn pla

Re: Virtual Fox Fest

2020-10-15 Thread Eric Selje
I'm really impressed with this HopIn platform. It definitely works best in Chrome (except on my iPad, where it works best on Safari because Chrome wouldn't allow me to share my camera/mic). I like that you can "lurk" when someone's asking vendor questions, or turn them on and ask yourself. You can

Re: [NF] Thunderbolt & VGA

2020-09-25 Thread Eric Selje
being DisplayPort Alt Mode > and the port is actually DisplayPort. Or at least that's a theory. I'm > still to understand this DisplayPort thing properly. > > Frank. > > Frank Cazabon > > On 22/09/2020 4:12 pm, Eric Selje wrote: > > I don't know if t

Re: [NF] Thunderbolt & VGA

2020-09-22 Thread Eric Selje
I don't know if this is your issue, but here's a lesson I learned the hard way: https://www.urtech.ca/2017/12/solved-difference-active-passive-displayport-adaptors/ On Tue, Sep 22, 2020 at 1:19 PM Frank Cazabon wrote: > I know there are some knowledgeable hardware people around here. Hope > so

Re: Virtual Fox Fest

2020-09-11 Thread Eric Selje
I'm excited to see what John has to say about VFPA and especially the C++ compiler. When I was preparing my session last year and was reading about that I thought "Well this is an entire session unto itself" so I didn't get too far into it but it looks very very interesting. It actually takes your

Re: ODBC for VFP Tables

2020-08-10 Thread Eric Selje
You can see my old blog post for how to add ODBC drivers, but if you're looking to add ODBC drivers for *VFP* tables, they stopped working after version 7 I believe. Eric On Mon, Aug 10, 2020 at 4:42 PM Des

Re: Task: Process thousands of records through a regular process -- multiple EXE runs to cut down processing time??

2020-08-01 Thread Eric Selje
I'm not sure I trust RLock(). I'd probably use a "Status" field that indicates the record is unprocessed, in process, or processed. This might be a good use case for Christof's DMult multi-threading utility . Eric On Sat, Aug 1, 2

Re: Where is the Fox?

2020-07-31 Thread Eric Selje
I wonder. There's a *lot* of things on there that I've never heard of! On Fri, Jul 31, 2020 at 1:40 PM Ed Leafe wrote: > On Jul 31, 2020, at 13:23, Ted Roche wrote: > > > > There's lots of things missing. You get the answer to the questions you > ask. > > > > GitHub seems to flag FoxPro project

Re: Where is the Fox?

2020-07-31 Thread Eric Selje
Don't those measure how many questions were asked about those languages on those platforms? Fox is so easy there are fewer questions, and we ask them on other platforms. That's my spin and I'm sticking to it. On Fri, Jul 31, 2020 at 11:45 AM Ed Leafe wrote: > Redmond Programming Language ranking

Re: X# and .NET Core

2020-07-30 Thread Eric Selje
And if there's something that's not quite supported yet, there's a file called dbcmd.xh that you can use to "create" commands. e.g. #command SCAN => CoreDb.GoTop(); DO WHILE NOT CoreDb.Eof() #command ENDSCAN => CoreDb.Skip(1); ENDDO See the SWFox X# whitepaper

Re: [NF] .NET Core build to runtime 3.1.5 with SDK for 3.1.6 installed - Possible?

2020-07-29 Thread Eric Selje
Isn't it nice to be out of DLL Hell and into .Net Runtime Purgatory? On Tue, Jul 28, 2020 at 5:01 PM Tracy Pearson wrote: > Thank you Richard, and Rick. > > I will consult with my team on the path we may take in the future. > > Tracy > > > -Original Message- > From: ProFox [mailto:prof

Re: [SPAM] [SPAM] Unit tests (was Re: [NF] I will .....)

2020-07-22 Thread Eric Selje
/It doesn't make sense to retrospectively create unit test for an existing application/ Useful for when you're going to make changes and you want to ensure they don't break your existing app, especially for code that you inherited and may not fully understand. That was the impetus behind that feat

Re: [SPAM] Unit tests (was Re: [NF] I will .....)

2020-07-22 Thread Eric Selje
I may be biased here, having given the Unit Test talk at SW Fox and now maintaining FoxUnit on GitHub, but to me Test-Driven Development is one of those things where I "saw the light". As Stephen says, writing the tests first forces you to think about design first, which always leads to better prog

Re: [NF] Are they watching you?

2020-07-22 Thread Eric Selje
Does that make sense? Maybe I'll try a different circuit. Eric On Tue, Jul 21, 2020 at 2:14 PM Ted Roche wrote: > On Tue, Jul 21, 2020 at 2:05 PM Eric Selje wrote: > > > Who's your ISP?? > > > > TDS Telecom. They're a little (Fortune 1000) telecom company

  1   2   3   >