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, thank you for all your suggestion.
I have tried several things suggested from all of you. The trial is done at the computer that have problem:
- I have uninstalled ODBC Driver, strangely, without ODBC installed, the VFP do not generated any warning when I run the mailmerge code... Then...
Hi Tamar,
Yes, the Word is installed, and running. But in several computers, the MS WORD cannot launched from VFP using code above. VFP ODBC Driver is also installed. I have tried in 4 computers: 2 computers is using Word 2016 and 2013, and the code is running properly. The other 2 computers...
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,
Yesterday, after looking into the line 32 which was triggering error, and found only simple "SQLEXEC", I tried to reinstall the mysql odbc driver, and it solved the problem.
Same suggestion from Chriss, and mJindrova..
Thank you all for your inputs.
Hi Chriss, Mike
thank you for your inputs.
The text I firstly posted is from the vfp9Rerr.log, and after look into the source code:
1. The error message: frmlapdepr.pgf1.page2.cmdok.click line 32 is actually this statement
msql="select...
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 Chris,
Sorry for late response
Yes, I have use mysql and VFP for develop desktop in LAN Environment. And I am trying to connect to remote database (which I am not administrating this database)
I am looking for the other ways to connect to remote database from VFP besides use...
Hi Mike, Chriss
Thank you for your explanation.
Sorry for my lack of knowledge about accessing remote database on internet. I am very new on this.
Could we use Sqlstringconnect to access the remote database? and use SQLEXEC to insert, update, or delete? As far as i know, mostly the database...
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...
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.