Mike,
now I get this error message:
[Microsoft][ODBC Paradox Driver] The external Table has not the expected Format.
The Paradox Table I have is a Paradox 7 Table.
Manfrid
Sorry again, in fact I used "Select" but wrote lcSelect (my fault)
now I used this instead
lcSQLCommand = "SELECT * FROM " +ALLTRIM (SQLResult.table_name)
lnGetData = SQLEXEC(lnConnHandle, lcSQLCommand, 'newdata')
but got same lnGetData = -1
SQLResult.table_name has got the name of...
yes this helped me
I used this
lcdsn="Driver={Microsoft Paradox Driver (*.db )};DriverID=538;Fil=Paradox 7.X;";
+"DefaultDir=c:\fox\;Dbq=c:\fox\;CollatingSequence=ASCII;"
lnConnHandle = SQLSTRINGCONNECT(lcdsn)
I got lnConnHandle=1 which means it connects.
lnResult =...
I tried to use the odbc for a connection to lcMyfile (patdb.db)
lcdsn="DRIVER=Driver do MICROSOFT Paradox DRIVER (*.DB);" + "DBQ="+lcMyfile
lnConnHandle = SQLSTRINGCONNECT(lcdsn)
IF lnConnHandle > 0
lnResult = SQLTABLES(lnConnHandle...
I use the MAPI Ole-Control to automate my outlook express
I want to automate the setting of "always use digital signature with evry mail". Is this possible?
Thanks for any help
Manfrid
some of my users get Exception C0000005 error when Starting the Update-EXE after installation on different machines ( XP, Vista, 2K). about 3 users among one hundered.
these users can install the old version again which was compiled by vfp6 and run it succesfully
any help ?
thank you
Manfrid
Hey Mike Gagnon,
that is the best solution. it works under Vista and also under XP.
it even works better than sys(1037), since you get a list of all available printers directly and without an extra Click.
Thank You very much
manfrid
Thank you Mike
yes the dialogue had changed. But I still get the function "Printer" so that my user can change the printer to another under XP. Under VISTA you miss this Bottom! why?
Using GETPRINTER() helps only to show you a list of all installed printers on your system but the selection of...
I used sys(1037) in Vfp6 that my users can change the Printer to a different one before printing. it worked under XP as well as under Vista. Now I changed to Vfp9, the
sys(1037) still works under XP. under Vista I can only change the Pagesetup, no more change (select) the printer.
can any body...
Thank you Olaf,
that was exact the way you do it in vfp6,
run/n REGSVR32 DCertificate.dll
oCert = CREATEOBJECT("D.Certificate")
m_Var=oCert.Find("string")
I got the answer in m_Var back
I did not need to use CREATEBINARY(string)
I got a dll from a another softwareprogrammer(Delphi) to use it in my vfp6 program in order to get some data from his runnig Delphi-program.
I got the dll-File (ICertificate.dll) which I must register as a COM-Server.
and also this information:
DLL-Functions:
Dllname: DCertificate.dll...
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.