RE: VFP and Camera capture

2025-07-24 Thread Tracy Pearson
intensive and frustrating due to all the out dated packages and documentation. You might be able to do something with the WebView2 control from Microsoft. It would need to be hosted in a WinForms control that you can host as an ActiveX on a VFP form. We had determined that in our research. We wen

VFP and Camera capture

2025-07-23 Thread Philip L. Borkholder
Hello, Has anyone written any VFP app that allows us to use a tablet or notebook running Windows OS take photo with the built in camera and control where you save and how you name the image file? Or possibly using West-Wind's wwdotnetbridge.dll to use some .NET class library's ? Thank

VFP and Camera capture

2025-07-23 Thread Philip Borkholder
Hello, Has anyone written any VFP app that allows us to use a tablet or notebook running Windows OS take photo with the built in camera and control where you save and how you name the image file? Or possibly using West-Wind's wwdotnetbridge.dll to use some .NET class library's ? Tha

RE: VFP file association issues

2025-02-10 Thread Richard Kaye
I have to say I never use Windows/File Explorer to start up VFP so I'm probably not the best person to advise. 😊 I will add that in my dev system when I double click on a PRG it does start up VFP and open the PRG in a modi comm window as opposed to running it. I'm sure a careful

Re: VFP file association issues

2025-02-10 Thread Joe Yoder
may be the cause of my issues? I should mention that My VFP Task Bar shortcut includes a "-c SetDefault" Parameter. Setdefault.prg is a program that sets the default to the value returned from a GETDIR(). This allows me to invoke VFP from anywhere but I get control only after the Folder

RE: VFP file association issues

2025-02-10 Thread Richard Kaye
If you’ve manually overridden it’s possible all bets are off and you’ll have to use the Open with… dialog to change system-wide. -- rk From: ProfoxTech On Behalf Of Joe Yoder Sent: Monday, February 10, 2025 1:00 PM To: profoxt...@leafe.com Subject: Re: VFP file association issues I was sure

RE: VFP file association issues

2025-02-10 Thread Tracy Pearson
Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Monday, February 10, 2025 1:00 PM To: profoxt...@leafe.com Subject: Re: VFP file association issues I was sure the VFP9/Regserver would do the trick! it appeared to execute properly bu

Re: VFP file association issues

2025-02-10 Thread Joe Yoder
I was sure the VFP9/Regserver would do the trick! it appeared to execute properly but the problem persists. The association seems to be correct but somehow VFP itself needs to know the difference between a call to open a file for editing or a call to run the code. Also the Default needs to be

RE: VFP file association issues

2025-02-10 Thread Richard Kaye
You should be able to run vfp9 /regserver at an admin command prompt to update the default registry settings for VFP including its file associations. -- rk From: ProfoxTech On Behalf Of Frank Cazabon Sent: Monday, February 10, 2025 10:37 AM To: profoxt...@leafe.com Subject: Re: VFP file

Re: VFP file association issues

2025-02-10 Thread Frank Cazabon
Hi Joe, if you just right click on any prg file in File Explorer and choose "Open With" and select Visual FoxPro, that should work Frank. Frank Cazabon On 10/02/2025 11:30 am, Joe Yoder wrote: I had an installation of Windows 10 without VFP. In order to easily open .DBF

VFP file association issues

2025-02-10 Thread Joe Yoder
I had an installation of Windows 10 without VFP. In order to easily open .DBF and .PRG I configured Windows to open them with Notepad. When I installed VFP I assumed the configuration would be updated. When the installation completed I discovered that clicking .DBF and ,PRG files still opened

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-07 Thread Ajit Abraham
+1 Jeff - and with the free github copilot AI, VSCode is an absolute pleasure to work with code! But I need the VFP Project Manager(I use Finder) for its report builder, class maintenance and to build the COM for my Node.js backend. Its ages since I have created a new VFP form. My development

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-07 Thread Jeff Roberts
vs. the FoxPro editor. On Thu, Feb 6, 2025 at 11:25 PM Ajit Abraham wrote: > True. > > There are many modern features lacking in VFP's Project Manager and its > editor. > I tried VSCode with MattSlay's foxpro extension. > I also tried Greg Green's external VFP edit

Re: VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-07 Thread Stephen Russell
It is kind of funny when I have to do a power app form in SharePoint. It has so many reminders or memories of doing forms in vfp. Defining code to do what you want as the form opens. In SP, I have a list with a column for Plant, that defines which of our 22 locations this transaction applies to

Re: VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-07 Thread Alan Bourke
On Fri, 7 Feb 2025, at 3:02 PM, Jeff Roberts wrote: > I think the late Matt Slay's dynamic forms project is very similar to what > you describe, Alan: https://github.com/mattslay/DynamicForms Thanks I had a vague memory there was something like that. -- Alan Bourke alanpbourke (at) fastmail

Re: VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-07 Thread Jeff Roberts
ty, like the MANY languages you can write in, in the shell of > VS > > Code.It might even allow you to deploy to linux. > > If VFP didn't have visual classes with the metadata and code snippets in > DBF files, and there was a way of defining the UI declaratively, like for >

RE: VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-07 Thread Richard Kaye
If you use VFP Projects in your dev environment, do yourself a favor and checkout Doug's ProjectExplorer https://github.com/DougHennig/ProjectExplorer. A much better and flexible UI for managing projects, integration with Git, etc. Highly recommended. -- rk From: ProfoxTech On Beha

Re: VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-07 Thread Eric Selje
n Fri, Feb 7, 2025 at 2:44 AM Alan Bourke wrote: > > I thought one of those extensions would give you all the Foxpro > > functionality, like the MANY languages you can write in, in the shell of > VS > > Code.It might even allow you to deploy to linux. > > If VFP did

Re: VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-07 Thread Alan Bourke
> I thought one of those extensions would give you all the Foxpro > functionality, like the MANY languages you can write in, in the shell of VS > Code.It might even allow you to deploy to linux. If VFP didn't have visual classes with the metadata and code snippets in DBF files,

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-06 Thread Ajit Abraham
True. There are many modern features lacking in VFP's Project Manager and its editor. I tried VSCode with MattSlay's foxpro extension. I also tried Greg Green's external VFP editors. For both of the above, I keep coming back to VFP's Project Manager and its editors for

Re: VFP installation issues

2025-02-06 Thread Man-wai Chang
You can always use Google Search, and lately, maybe ChatGPT or Deepseek!! :) VFP 9.0 lost product key | Foxite https://www.foxite.com/archives/vfp-90-lost-product-key-210591.htm visual foxpro registry product key - Google Search https://www.google.com/search?q=visual+foxpro+registry+product

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-06 Thread Man-wai Chang
VFP 9's installation program will first install the C++ runtime within the ISO. On Thu, Feb 6, 2025 at 11:23 PM Richard Kaye wrote: > > The VFP setup.exe requires the C++ 7.x runtime. That is downloadable from MS. > Also, if you are one of the few & brave that use Task Pan

VFP installation issues

2025-02-06 Thread Joe Yoder
I have downloaded an ISO and successfully started the installation process. At this point I am on the screen that wants the product key. I searched the registry but cannot find the product key. I did find a product id but it has only three embedded hyphens and the entry form expects four. Does a

Re: VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-06 Thread Stephen Russell
rofoxt...@leafe.com > Subject: Re: Cleaning out a non-working VFP installation on Windows 10 > > Has anyone used any of the FoxPro Extensions in VS Code? [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com Subscription Maintenanc

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-06 Thread Alan Bourke
On Thu, 6 Feb 2025, at 5:09 PM, Stephen Russell wrote: > Has anyone used any of the FoxPro Extensions in VS Code? Yeah, I occasionally take a notion of using it to edit PRG files and install the syntax highlighter. However the fact that I have to skip back to VFP all the time to edit code t

VS Code and VFP extensions (RE: Cleaning out a non-working VFP installation on Windows 10)

2025-02-06 Thread Richard Kaye
I use a syntax highlighting extension. Having gone looking for any others. (Hijacking the thread... Bad Steve!) -- rk From: ProfoxTech On Behalf Of Stephen Russell Sent: Thursday, February 6, 2025 12:09 PM To: profoxt...@leafe.com Subject: Re: Cleaning out a non-working VFP installation on

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-06 Thread Stephen Russell
Has anyone used any of the FoxPro Extensions in VS Code? On Wed, Feb 5, 2025 at 4:10 PM Richard Kaye wrote: > The runtime installer is the ... runtime installer; fully patched to SP3 > with the last official hotfixes, iirc. 😊 > > Unless you can find an old VFP install C

RE: Cleaning out a non-working VFP installation on Windows 10

2025-02-06 Thread Richard Kaye
The VFP setup.exe requires the C++ 7.x runtime. That is downloadable from MS. Also, if you are one of the few & brave that use Task Pane you also need to install the soap SDK which is included as an msi on the CD. -- rk From: ProfoxTech On Behalf Of Joe Yoder Sent: Wednesday, Februa

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-06 Thread Man-wai Chang
I compared your VFP 9 ISO against mine, they are THE SAME!! Yeah!! :) C:\Downloads>comp en_visual_foxpro_9.0.iso vfp9.iso Comparing en_visual_foxpro_9.0.iso and vfp9.iso... Files compare OK Compare more files (Y/N) ? n C:\Downloads>dir Volume in drive C is AGI.Win10 Volume Serial Num

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-06 Thread Ajit Abraham
Go to https://github.com/VFPX/VFPInstallers There is a link in the document to download the iso file. Follow the instructions in the above link to update VFP to the latest version - 09.00..7423 Install it with your key (or google it) Check our wOOdy's blog post here https://

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Man-wai Chang
I can beam you a MSDN VFP 9 ISO if needed! No product key of course. :) On Thu, Feb 6, 2025 at 2:19 AM Joe Yoder wrote: > > I have a desktop and a laptop with non-functioning installations of VFP9. > I am thinking that I should remove any previous versions before doing a new > inst

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Joe Yoder
ey > particularly care. VFP is still dead. 😉 > > From a practical perspective, if you can get a used copy that's clean you > can do what you want. > > -- > > rk > > From: ProfoxTech On Behalf Of Kurt Wendt > Sent: Wednesday, February 5, 2025 5:38 PM >

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Kurt Wendt
know what the MS license says about transferring not that I think they > particularly care. VFP is still dead. 😉 > > From a practical perspective, if you can get a used copy that's clean you > can do what you want. > > -- > > rk > > From: ProfoxTech On Behalf Of Ku

RE: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Richard Kaye
particularly care. VFP is still dead. 😉 From a practical perspective, if you can get a used copy that's clean you can do what you want. -- rk From: ProfoxTech On Behalf Of Kurt Wendt Sent: Wednesday, February 5, 2025 5:38 PM To: profoxt...@leafe.com Subject: Re: Cleaning out a non-workin

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Kurt Wendt
tall. Just a thought... A search on Amazon turned up 1 hit - but, it then stated currently not available. But, on EBay - I did get a bunch of hits - including people selling 3.0 & 5.0 versions of VFP SW. -K On Wed, Feb 5, 2025 at 2:18 PM Richard Kaye wrote: > The runtime installer i

RE: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Richard Kaye
The runtime installer is the ... runtime installer; fully patched to SP3 with the last official hotfixes, iirc. 😊 Unless you can find an old VFP install CD or an MSDN subscription there's no legitimate way to get a full VFP9 dev environment. Did you happen to back up the Program Files f

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Eric Selje
t;> Passionate about FoxPro! > >> > >> I have a follow-up question - but, I do NOT want to Hi-Jack this thread > - > >> so, gonna start a new one. > >> > >> -Kurt > >> > >> On Wed, Feb 5, 2025 at 11:18 AM Tracy Pearson > >&

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Joe Yoder
ople that are STILL >> Passionate about FoxPro! >> >> I have a follow-up question - but, I do NOT want to Hi-Jack this thread - >> so, gonna start a new one. >> >> -Kurt >> >> On Wed, Feb 5, 2025 at 11:18 AM Tracy Pearson >> wrote: >> >

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Joe Yoder
up question - but, I do NOT want to Hi-Jack this thread - > so, gonna start a new one. > > -Kurt > > On Wed, Feb 5, 2025 at 11:18 AM Tracy Pearson > wrote: > > > My experience has been fresh installs overwrite the registry settings. > > > > -- Woody just sent thi

Re: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Kurt Wendt
te about FoxPro! I have a follow-up question - but, I do NOT want to Hi-Jack this thread - so, gonna start a new one. -Kurt On Wed, Feb 5, 2025 at 11:18 AM Tracy Pearson wrote: > My experience has been fresh installs overwrite the registry settings. > > -- Woody just sent this: > First

RE: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Tracy Pearson
My experience has been fresh installs overwrite the registry settings. -- Woody just sent this: First try to install the VFP runtime installer from Vfpx.org. This will also install the necessary components from earlier Windows versions, which VFP needs. wOOdy HTH, Tracy -Original Message

RE: Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Jürgen Wondzinski
Rmlyc3QgdHJ5IHRvIGluc3RhbGwgdGhlIFZGUCBydW50aW1lIGluc3RhbGxlciBmcm9tIFZmcHgu b3JnLiBUaGlzIHdpbGwgYWxzbyBpbnN0YWxsIHRoZSBuZWNlc3NhcnkgY29tcG9uZW50cyBmcm9t IGVhcmxpZXIgV2luZG93cyB2ZXJzaW9ucywgd2hpY2ggVkZQIG5lZWRzLsKgd09PZHkKLS0tLS0t LS0gVXJzcHLDvG5nbGljaGUgTmFjaHJpY2h0IC0tLS0tLS0tVm9uOiBKb2UgWW9kZXIg

Cleaning out a non-working VFP installation on Windows 10

2025-02-05 Thread Joe Yoder
I have a desktop and a laptop with non-functioning installations of VFP9. I am thinking that I should remove any previous versions before doing a new installation but the recommended method to do so involves having Windows do the uninstal. The Apps list on these machines no longer includes VFP9 s

Re: Looking for VFP Work - OR...

2025-01-30 Thread Kurt Wendt
tt Fitzgerald wrote: > Have you looked for PeopleSoft jobs? If you can do VFP, you can code in > PeopleTools. > > On Tue, Jan 28, 2025, 00:41 Kurt Wendt wrote: > > > ...literally almost ANY Kind of work! > > > > I know there really is NOT much call for VFP programmers

Re: An Interesting Online VFP Resource..

2025-01-30 Thread Jean Laeremans
ually saw a couple responses from folks in this forum). > And, this one guy on there - he went to view my profile - and, so, I > decided to reach out and connect with him and message him. I even let him > know a little of my own VFP background (starting w/Foxbase+ & also > attend

Re: An Interesting Online VFP Resource..

2025-01-30 Thread Kurt Wendt
projects alive The most important VFP90 projects seem to be in Germany where are some VFP applications in the big automotive companies (Mercedes, BMW, and Volkswagen) This is the reason that the Germany FoxPro user group is also alive and "strong" See the last threads here: http://porta

Re: Looking for VFP Work - OR...

2025-01-30 Thread Kurt Wendt
od luck! > > > > On Monday, January 27th, 2025 at 7:54 PM, Kurt Wendt > wrote: > > > > > > > ...literally almost ANY Kind of work! > > > > I know there really is NOT much call for VFP programmers these days - as > we > > know it's been kind

An Interesting Online VFP Resource..

2025-01-30 Thread Kurt Wendt
to reach out and connect with him and message him. I even let him know a little of my own VFP background (starting w/Foxbase+ & also attending Fox conf. where FP for DOS was unveiled) - and he sent me this link to a resource webpage he created: https://www.homecont.ro/Istoria-Foxpro-win32

Re: Looking for VFP Work - OR...

2025-01-28 Thread Vincent Teachout
"for entertainment only," but a few of the links I clicked on out of curiosity seemed legit. Good luck! On Monday, January 27th, 2025 at 7:54 PM, Kurt Wendt wrote: > > > ...literally almost ANY Kind of work! > > I know there really is NOT much call for VFP progr

Re: Looking for VFP Work - OR...

2025-01-28 Thread Garrett Fitzgerald
Have you looked for PeopleSoft jobs? If you can do VFP, you can code in PeopleTools. On Tue, Jan 28, 2025, 00:41 Kurt Wendt wrote: > ...literally almost ANY Kind of work! > > I know there really is NOT much call for VFP programmers these days - as we > know it's been kind of D

Looking for VFP Work - OR...

2025-01-27 Thread Kurt Wendt
...literally almost ANY Kind of work! I know there really is NOT much call for VFP programmers these days - as we know it's been kind of Dead for years now. I have on occasions seen VFP jobs on Dice.com - although that site tends to be a bit Dicey. Even occasionally something on Indeed.com

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: VFP Code Conversion Workbench

2024-09-26 Thread Man-wai Chang
Sounds very much like using Gen A.I. to write programs!! I wonder whether this Workbench might end up like dotNet Extender :) On Wed, Sep 25, 2024 at 12:51 AM Ed Leafe wrote: > > While it's certainly possible, it's not desirable unless it is a one-shot > deal that you will never have to main

Re: VFP Code Conversion Workbench

2024-09-24 Thread Ed Leafe
On Sep 24, 2024, at 09:39, Man-wai Chang wrote: > > Does this Workbench really work? Could he C# codes be compiled and > linked into executable right after conversion? ;) While it's certainly possible, it's not desirable unless it is a one-shot deal that you will never have to maintain again.

Re: VFP Code Conversion Workbench

2024-09-24 Thread Alan Bourke
> Does this Workbench really work? Could he C# codes be compiled and > linked into executable right after conversion? ;) Can it convert black box functions where you put something simple in and get something simple back out? Why not. Applications with a database backend and a user interface ar

VFP Code Conversion Workbench

2024-09-24 Thread Man-wai Chang
I was guided to a VFP video in Youtube about Installshield... Visual FoxPro for 2024: Installing on a New Developer Computer - YouTube https://www.youtube.com/watch?v=LoZZuw3ggM8 and then I saw this: Convert Visual FoxPro to C# in 15 Seconds With VFP Code Conversion Workbench - YouTube https

Re: Lister program for VFP code

2024-08-29 Thread Alan Bourke
Something like this might get you some of the way: lcHeadings = set("HEADINGS") set headings on type "my_prg_file.prg" to printer auto prompt number set headings &lcHeadings So that will print out the prg, with a heading containing the filename and date\time, wrap long lines, include line number

Re: Lister program for VFP code

2024-08-28 Thread Fletcher Johnson
Joe, It appears you want this for listing code, correct? I used to have a number of tools that would do what you want - but I would have to see if I can find them and extract what you want. For now - the beautifier should correct indentation. This was a build in tool that is actually VFP

Lister program for VFP code

2024-08-28 Thread Joe Yoder
I would benefit from a lister program that would document the date and time of the printing as well as handle consistent indentation and bolding of functions and procedures as well as many other things I haven't mentioned or thought of. Can someone recommend something done in VFP that I can

Re: Windows handle of VFP combo box via API

2024-08-21 Thread Alan Bourke
VFP controls are managed by VFP itself with a few exceptions, and don't get a Windows hWnd. https://hackfox.github.io/section4/s4g868.html -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscri

Re: Windows handle of VFP combo box via API

2024-08-20 Thread Joe Yoder
The code samples I've been trying think so but they don't work so maybe not! On Tue, Aug 20, 2024 at 3:18 PM Eric Selje wrote: > 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

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 ---

Windows handle of VFP combo box via API

2024-08-20 Thread Joe Yoder
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 --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post

Nested EVALUATE()s in VFP SQL - it can be done...

2024-08-19 Thread Bill Anderson
Well, here's part trivia, part navel gazing, part bragging...but you can do nested EVALUATE()s in a field expression within VFP SQL. And it can make sense. I was converting some old procedural code in VFP 7 to a SQL call where there were multiple conditions for a person's age at a g

VFP ePDQ Connections

2024-07-23 Thread Dave Crozier
Not posted for ages but has anyone had any experience in connecting VFP to an ePDQ credit card scanner and if so what method/interface did you use? Thanks Dave --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html

Re: vfp

2024-07-20 Thread Ajit Abraham
Our server is Windows Server 2022 Standard - and VFP 10.1 32bit - is running without any issues - both as a shared data on the LAN and also as a backend to our mobile and web apps. Ajit On 05/07/2024 20:20, Rafael Copquin wrote: Will Visual FoxPro still work in either of the two

Re: vfp

2024-07-08 Thread Alan Bourke
Absolutely, although are you actually running anything VFP on the server or do you just have data in a shared folder? -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https

RE: vfp

2024-07-06 Thread Vincent Teachout
We run it on Server 2019, no problem. On Friday, July 5th, 2024 at 1:40 PM, Richard Kaye wrote: > > > VFP should work fine in either. Assuming Microsoft hasn't pulled the plug on > 32 bit Windows in 2023, and I don't recall hearing anything about that. >

Re: vfp

2024-07-05 Thread Ajit Abraham
Our server is Windows Server 2022 Standard -  and VFP 10.1, 32bit - is running without any issues - both as a shared data on the LAN and also as a backend to our mobile and web apps. Ajit On 05/07/2024 20:20, Rafael Copquin wrote: Will Visual FoxPro still work in either of the two

RE: vfp

2024-07-05 Thread Richard Kaye
VFP should work fine in either. Assuming Microsoft hasn't pulled the plug on 32 bit Windows in 2023, and I don't recall hearing anything about that. -- rk   From: ProfoxTech On Behalf Of Rafael Copquin Sent: Friday, July 5, 2024 1:21 PM To: profoxt...@leafe.com Subject: vfp Hello.

vfp

2024-07-05 Thread Rafael Copquin
Hello. One of my clients will be changing* this weekend* their server to either Window Server 2019 or WS 2023 Will Visual FoxPro still work in either of the two? They did not give me any advance warning (g) Please reply ASAP Thanks in advance Rafael Copquin --- StripMime Report -- proces

Re: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Philip Borkholder
Thanks everyone, I'm going to try some of this. Ted, I always thought we needed a connection before using the SQLSETPROP(). Thankyou for the advice on 0 for default! This should help. -Philip -- Original Message -- From: Ted Roche To: profoxt...@leafe.com Subject: Re:

Re: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Ted Roche
rs since I was actively developing in VFP, but I did co-author the VFP Distributed certification exam and LEARNED that stuff!) ** This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. On Tue, Jun 18, 2024 at 2:24 PM Philip Borkholder wr

RE: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Paul H. Tarver
ul H. Tarver Tarver Program Consultants, Inc. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: Tuesday, June 18, 2024 8:34 AM To: profoxt...@leafe.com Subject: VFP 8, ODBC connection to Azure SQL Server Pausing Hello, I have been

RE: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Richard Kaye
.F.) *** Connection Timeout in seconds SQLSETPROP(0, 'ConnectTimeout', ) (Pinched this particular set of commands from Rick Strahl's wwsql class...) -- rk From: ProfoxTech On Behalf Of Tracy Pearson Sent: Tuesday, June 18, 2024 3:01 PM To: profoxt...@leafe.com Subject: RE: VFP 8,

RE: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Tracy Pearson
Hi Philip, I don't use the SQL connection ability in VFP often. I do remember it is possible to set the DispLogin on the VFP level using a 0 for the Connection parameter. I'm sure the ConnectTimeOut can be set that way as well. Tracy -Original Message- From:

RE: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Philip Borkholder
see if the ConnectTimeOut can be added in the connection string. Thank you, -- Original Message -- From: "Tracy Pearson" To: profoxt...@leafe.com Subject: RE: VFP 8, ODBC connection to Azure SQL Server Pausing Date: Tue, 18 Jun 2024 10:18:04 -0400 I haven't worked wi

RE: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Tracy Pearson
xtech-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: Tuesday, June 18, 2024 9:34 AM To: profoxt...@leafe.com Subject: VFP 8, ODBC connection to Azure SQL Server Pausing Hello, I have been having issues with MS Azure SQL Server going to a "pause state" at night after no activity. Then w

VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Philip Borkholder
Hello, I have been having issues with MS Azure SQL Server going to a "pause state" at night after no activity. Then when I try to connect with : lnConnection = SQLSTRINGCONNECT(lcConnString,.T.) Because the Azure SQL Server is paused, the SQLSTRINGCONNECT() times out and prompts with the ODBC

RE: VFP Form designer display issue

2024-04-23 Thread Tracy Pearson
This behavior occurs when Windows Display Scale setting is greater than 100%. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Tuesday, April 23, 2024 11:11 AM To: profoxt...@leafe.com Subject: VFP Form designer display

VFP Form designer display issue

2024-04-23 Thread Joe Yoder
The form designer allows a user to select a screen area by clicking on a corner of the target area and dragging to the opposite corner. This works correctly but during the drag, the selected area is incorrectly shown above and to the left. This behavior occurs when selecting an area on screen to

Re: VFP and SSO

2024-03-27 Thread Alan Bourke
Desmond Absolutely although you may have to involve a third party library. For example Oauth2 you could look at Chilkat: https://www.example-code.com/foxpro/oauth2.asp ... for which Bill Anderson of this parish has provided a VFP wrapper: https://github.com/billand88/ChilkatVFP?tab=readme-ov

VFP and SSO

2024-03-27 Thread Desmond Lloyd
Good morning. Is it possible to integrate SSO with VFP apps? Would appreciate any input... Regards, Desmond --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages

AW: ChdkDsk from VFP

2023-12-08 Thread juergen
richt- Von: ProFox Im Auftrag von Alan Bourke Gesendet: Montag, 4. Dezember 2023 10:10 An: profoxt...@leafe.com Betreff: Re: ChdkDsk from VFP You could skin it a different way and use WMI: strComputer = "." objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\&qu

Re: ChdkDsk from VFP

2023-12-04 Thread Alan Bourke
Or Powershell 'repair-volume' https://learn.microsoft.com/en-us/powershell/module/storage/repair-volume?view=windowsserver2022-ps -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: h

Re: ChdkDsk from VFP

2023-12-04 Thread Alan Bourke
You could skin it a different way and use WMI: strComputer = "." objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" + strComputer +"\root\cimv2") objDisk = objWMIService.Get("Win32_LogicalDisk.DeviceID='D:'") errReturn = objDisk.ChkDsk(.f.) && or .t. to fix errors ? err

ChdkDsk from VFP

2023-11-30 Thread juergen
Hi guys, this time I need some help. I have the need to do a "CHKDSK D: /F" from within VFP on some USB-Sticks. Yes I could do a RUN, but that thingy still needs no, one ore more keypress sometimes. The next best thing would be a shell.run() and a shell.sendkeys() to that wi

Re: Classlib setting in VFP

2023-10-24 Thread Ted Roche
SET CLASSLIB should be set to the name of a file, YourClass.VCX, not to a directory. See: https://hackfox.github.io/section4/s4g618.html You use SET PATH to specify where VFP should search for files you specify without a path. That would let you specify the classes in the Wizards folder without

Classlib setting in VFP

2023-10-23 Thread Joe Yoder
Something has happened to my VFP configuration When I do a ?set("classlib" ) I get nothing When I try Set Classlib to "C:\Program Files (x86)\Microsoft Visual FoxPro 9\Wizards\" the system reports "file c:\program files (x86)\microsoft visual foxpro9\wizards.vcx does

Re: vfp and thor set up on a clean windows 11 machine

2023-08-18 Thread Jeff Roberts
Oops! Thanks for point that out! Here is a link to the screen shot: https://app.screencast.com/IFdoXrGusnvO2?conversation=Pz8CCwlBcoKCIKfSpqgsmG Also the error is class definition TOOLS is not found. On Fri, Aug 18, 2023 at 12:28 PM Kurt Wendt wrote: > Jeff - you can't attach screenshots in this

Re: vfp and thor set up on a clean windows 11 machine

2023-08-18 Thread Kurt Wendt
Jeff - you can't attach screenshots in this forum - it simply won't work. Some folks use something like a website to post an image to - then post the Link to the image here. -Kurt On Fri, Aug 18, 2023 at 9:14 AM Jeff Roberts wrote: > This is the error I get trying to run superbrowse. Another pr

Re: vfp and thor set up on a clean windows 11 machine

2023-08-18 Thread Jeff Roberts
This is the error I get trying to run superbrowse. Another problem is some of the Thor apps like superbrowse don't show up on my menu until I run the thor updater, then the are all there. Screenshot of error attached. On Fri, Aug 18, 2023 at 10:40 AM Alan Bourke wrote: > For VFP9 on Windows 11 I

Re: vfp and thor set up on a clean windows 11 machine

2023-08-18 Thread Alan Bourke
For VFP9 on Windows 11 I pretty much just install it with all options ticked from the .ISO image, into the default location, then install all the service packs that are on VFPX. If I had to have an earlier version around I'd probably run that in a VM. Regarding Thor if I remember I just followe

vfp and thor set up on a clean windows 11 machine

2023-08-18 Thread Jeff Roberts
Happy Friday everyone! Does anybody happen to have notes they'd be willing to share on setting up a new machine with Visual Foxpro 9, Thor, and maybe other must-haves for you? I recently set up a new laptop, and I am getting an odd error from Thor. It got me to thinking I might not do things in the

RE: Installing VFP 9.0 on Windows 10

2023-06-03 Thread Jürgen Wondzinski
See Installation steps here:http://woody-prolib.blogspot.com/2018/12/how-to.htmlVon meinem/meiner Galaxy gesendet Ursprüngliche Nachricht Von: Joe Yoder Datum: 03.06.23 19:27 (GMT+01:00) An: profoxt...@leafe.com Betreff: Installing VFP 9.0 on Windows 10 Im getting "Thi

Re: Installing VFP 9.0 on Windows 10

2023-06-03 Thread Virgil Bierschwale
I installed it on 10 and 11. seems to run fine. On Sat, Jun 3, 2023 at 12:36 PM Richard Quilhot wrote: > You can get VFP to run by just copying the entire directory to the new PC. > Find the exe and create a shortcut. > Rick Q > quilh...@gmail.com > > > > On Sat, Ju

Re: Installing VFP 9.0 on Windows 10

2023-06-03 Thread Richard Quilhot
You can get VFP to run by just copying the entire directory to the new PC. Find the exe and create a shortcut. Rick Q quilh...@gmail.com On Sat, Jun 3, 2023 at 1:28 PM Joe Yoder wrote: > Im getting "This App can't run on your PC when I try to run Setup. > Does someone

Installing VFP 9.0 on Windows 10

2023-06-03 Thread Joe Yoder
Im getting "This App can't run on your PC when I try to run Setup. Does someone have a sharable installation cheat sheet with the details of steps and service packs to use? I have a laptop with VFP 9.0 working just fine but I believe it was installed before the machine was upgraded 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

  1   2   3   4   5   6   7   8   9   10   >