Hi all,
I have VFP Application to launch Word mailmerge window, and I used mailmrge.vcx class
the code is below
WITH THISFORM._mailmerge
.cAppTitle = "Kontrak Sewa" && application name, used in Alerts
.nWordProc = 1 && word processor (1 = Word 6+; 2 =...
Hi All,
I have an application to launch MS Word mailmerge.
It is using VFP class: mailmrge.vcx
with this command
WITH THISFORM._mailmerge
.cAppTitle = "Kontrak Sewa" && application name, used in Alerts
.nWordProc = 1 && word processor (1 = Word 6+; 2 = CommaDelim...
Hi all,
I have Foxpro app, and one of the module is to generate report
on one PC, there is persistent error like this
Fatal error: Exception code=C0000005 @ 02-07-2024 01:40:30 PM. Error log file: E:\MCM\VFP9Rerr.log
Called from - frmlapdepr.pgf1.page2.cmdok.click line 32...
Hi Expert
I have developed foxpro application for recording sales/ purchase transactions using mysql database.
The company has also a website with mysql database hosted on the internet.
I want to add a feature to my foxpro application, to send data from desktop database to the database hosted...
Hi All,
I've use Google Chrome Remote Desktop for a few months, and it running well
I have 3 remote PC to access. Yesterday, the two of my remote PC cannot be accessed remotely. The error message said that
the computer administrator of the remote PC is not allowing connection from outside...
Hi Experts,
I need to construct the feature of automatic backup of Mysql Database from my VFP Application.
This feature will periodically backup the database (in example: for every 5 hours or other period of time)
My Idea is to create a form with timer Event to execute mysqldump command using...
Hi Experts,
I have one form with grid name "grd", and in the "init" procedure/method, i have this code
WITH thisform.grd
.column1.enabled=.f.
.column2.enabled=.f.
.column3.enabled=.f.
endwith
The form is functioning properly. There was one time, I edited the form, to...
Hi All,
I have just experienced this odd behavior:
I have a SELECT statement with several subqueries and join
If I tried manually the statement on the Mysql Browser utility, it generates records exactly what I intended (For example: 5 records). But if I run the same SQL statement from the VFP...
Hi All,
Is anyone ever knowing Foxpro Code for generating QR Code with picture (e.g Company Logo) in the center ?
I have found this resource on the internet,
Link
It is quite effective for generating QR Code, but I've not found the option for putting the company logo in the center of the QR...
Hi All,
I want to display some text (for example: the user's login name). And I think the best position is on the Right-side of the Menu Bar, because this area is quite empty.
Is it possible ?
many thanks
Hi all,
I have developed desktop app with VFP 9.0 sp 2, and Mysql Server 5.0
Sometimes my app, in one of the form that generate report, came with error "Error reading file in m:\lapis.frx"
and true, the "lapis.frx" is the report file I generated with "REPORT FORM " command
If I try again, it...
Hi, I am Jay
I am developing a desktop app in VFP 9 SP2, and DBMS MySQL 5.0.24, connect with Mysql ODBC 5.1.11
The DB Engine is InnoDB
When the app is running and doing some query, sometimes came out the error "MYSQL Server has gone away" unexpectedly. Even with simple query like "select * from...
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.