Hi Guys,
This is the version of Visual Foxpro I have been using for the longest time:
Visual FoxPro 09.00.0000.7423 for Windows
Is this still the the latest?
The reason I am asking this is because I came across this link from Microsoft...
Hi Guys,
I am trying to use MariaDB as an alternative to MySQL. So, I got MariaDB Server 11.4 installed on a test PC, also MariaDB ODBC 3.2.5.
I simply cannot seem to make it work!
This is the string I used:
lnHandle=SQLSTRINGCONNECT("Driver={MariaDB ODBC 3.2...
Hi Experts,
I have come across several ways to send email in VFP using CDO, BLAT, Outlook or some 3rd party app.
Which one basically uses native functions in Windows 10/11?
I find CDO kinda iffy coz it needs to reference some URL like...
Hi Guys,
I was able to fire up a webcam on a VFP form using this link:
https://github.com/VFPX/Win32API/blob/master/samples/sample_437.md
The problem is, every time the form shows, it will always show a Format Dialog (shown below) asking for Resolution, Pixel Depth and Size.
Anyway I can...
Hi Experts,
I would like to automate the tedious process of typing/encoding to a PDF (using free apps like FoxitReader or Adobe).
The PDF is a government issued PDFs for filing Social Security, Withholding Tax returns, data of which are obtained from a payroll system I developed for them...
Hi All,
I would like to ask our community who has already worked with webcams using VFP for picture taking or capturing videos.
Kindly suggest webcam models that work seamlessly with VFP.
Thanks in advance.
Long live the Fox!
Hi Experts,
When I run the following query in MySQL Workbench, it works:
select a.employeeid, a.leaveid, b.datefrom, b.dateto, b.approved from lvreqhdr a inner join lvreqdtl b on a.id=b.lvreqhdrid where a.posted=1 and a.cancelled=0 and b.approved>0 and...
Hi All,
Since MySQL has 8.0, I was with impression that 5.7 won't be getting new updates.
As of October 2022, they still came up and released 5.7.40.
Your insights as to why please.. Thanks
Hi Guys,
As per MySQL documentation, SQL_CALC_FOUND_ROWS and FOUND_ROWS() has been deprecated since MySQL 8.0.17.
How come I can still use it in MySQL 8.0.29?
Comments please? Or maybe I missed a newer memo on this?
Hi Experts,
There are times wherein I am trying to connect to MySQL 8 via ODBC 8 from VFP and it hangs indefinitely! I had to terminate VFP and try again for a couple of times before it finally goes through.
Any known causes for this?
Thanks in advance.
Hi Experts,
I have a pageframe with 2 pages. One containing a grid (pagGrid) and 3 commandbuttons for New, Edit and Delete. The second one (pagRecord) is a bunch of textboxes for data entry and commandbuttons for Save and Cancel.
If user clicks on say New in pagGrid, it will do an APPEND BLANK...
Hi VFP Experts,
I have recently installed MySQL 8.0.28, in the hope of migrating to it from MySQL 5.7.27.
I tried running my apps with the new version, but a lot of times I encounter this error caught via AERROR():
laError[ 1, 1 ] = 1526
laError[ 1, 2 ] = "Connectivity error: CCMD"
laError[...
Hi Everybody,
I am tinkering with a fingerprint scanner ActiveX control (Digital Persona).
Instantiating, dropping and working with it seems to go on smoothly... till the last event called Done() event, where it is supposed to return a "Fingerprint Template - FPTemplate" object variable...
All,
I am contracted to make some VFP wrapper classes for the Digital Persona U.and.U biometric fingerprint scanner. However, upon installing the accompanying Platinum SDK, the only semblance of 'documentation' are sample projects in VB and C++. There was no documentation like a listing of...
We have just installed on 120 workstations a client app. Everything seems to run smoothly except for occasional units encountering 'Insufficient Stack Space' error. They would then freeze up and have to rebooted. All are HP P4s with 128MB Ram and have as server HP Netserver running NT 4.0...
Why does an error message always come out whenever I open my old Foxpro for windows 2.6? I just ignore the message and it works fine though.
I still have some clients I maintain who have system I developed in that platform and its such a pain to see them appear. The apps work fine though.
Is...
I was able to use MSCOMM to dial a phone number field from a record.
Is it possible to record the conversation that resulted from this call?
Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.