Hi all:
Short version...
We are migrating VFP apps to an Windows 2003 server then to a 2016 server.
I have installed and tested one 2003 server successfully. The second 2003 server returns this error:
Error: 1429 - OLE IDispatch exception code 0 from WSDLReader: WSDLReader:XML Parser failed...
Hi:
I can't seem to find a definitive answer anywhere.
We have a large multiuser app running on win2000/2003 terminal servers with the data sitting on a win2003 box.
It works fine. Company policy now dictates we must migrate everything to windows server 2012.
We have set up a test environment...
I have client that is running VFP 9 with a Oracle 10g database. They want to upgrade to Oracle 12. Does anyone know if that will be an issue.
The Oracle database stores all their messages both inbound and outbound.
TIA
Michael Ouellette
Hi:
I'm trying to send orders to a restful API using VFP7. I have done it before as the first example shows.
Example 1
lcUsername = ALLTRIM(sysfile.User)
lcPassword = ALLTRIM(sysfile.Pass)
lcAsync = .F.
lcFile = "XMLFileCreatedInTempDirectory"
oHTTP =...
I'm working a project to upload orders to a website.
Everything was fine while developing but when I attempted to
migrate my code to a form I got this error:
"OLE IDispatch exception code 0 from msxml3.dll. The parameter is incorrect."
and the weirdest thing is the .prg then gives me the same...
I have a project mostly created in VFP9.
I now need to use some of the controls in VFP7 so I just dragged the class libraries I wanted. Now when I compile
I am getting a "Property value is out of bounds" error (Error 1469) when building my exe..
I am not getting any .err file after building so...
I have to keep setting the datasource to my excel file every time I open the file from Visual FoxPro
After setting the datasource I get asked if the First row of data contains column headers
After selecting OK I can the automate to my hearts content
How can I bypass this dialog and/or how can I...
Outlook error: OLE error code 0x34767483: Unknown COM status code
This is a repeat because my details were a little off on the versions.
A customer has been running a VFP application for years now.
The program reads mail from 3 Outlook mailboxes, moves the mail to a "completed"...
Sawzip now allows disk spanning (SawzipNG)
See http://users.skynet.be/saw
I got this far. It works with backing up to the harddrive but disk spanning will fill the first disk then "stall".
I figured out when it appears to stall, removing then adding another disk continues the...
A customer has been running an application for years now.
The program reads mail from 3 Outlook mailboxes, moves the mail to a "completed" folder and updates the database.
All was fine until they updated to Office 2000. Now the program gives them the above error after updating one...
My client runs a win 2000 Terminal server network with all applications on the server. They want me to interface with Outlook to add tasks, contacts,notes etc to Outlook but to any user's profile. I have no problem accomplishing this to the online users .pst file. So, assuming I can get user...
A potential client wants to rewrite an existing application for many reasons but mostly due to poor service, bugs galore, etc from their existing programmer. They're suggesting I use the existing tables for a variety of reasons. Without going into the logic for me to use their tables, "does...
I'm looking at creating a new Scheduling application for Doctors & resources (rooms, equipment, interpreters, etc).
Doctors & interpreters will submit their availability months in advance. All equipment will be available unless booked out by their peers. To book a Doctor for an appointment I may...
My client just lost 30 new records!
Every new record added was scrambled when his laptop locked up and my client had to reboot.
All existing records changed were ok for some reason??? My client had been adding records over a 2 hour period.
Details
All tables are opened when the app starts. None...
I can use the below in a form and it works just fine under the development environment. Once I compile and run it in the exe NOTHING happens! (no files are zipped)
All files are in the exe directory for my test. Changing directories does nothing.
oWinZip = NEWOBJECT( "WinZipMgr"...
Any ideas on how to save an excel file V5 as Excel V7 through automation?
I tried ....activeworkbook.saveas(filetosave,Xlformat7)
where Xlformat7=43
Excel still asks me if I want to save in the new format.
Thanks Michael Ouellette
mouellette@compuserve.com
I have an application I have been updating for years. Just last night when I attempted to open one of the screens I got an "Insufficient Memory" window. The screen partially opens in that setup window, with no code opens.
I then had to Ctrl+Alt+Del to exit. I rebooted, quit my virus...
I just inherited a project that uses SDT (dbcxmgr & sdt classes) but am missing the dbcxmgr.h & sdt.h files. The previous developer walked off with what he could. Anybody out there have these files for me?
TIA Michael Ouellette
mouellette@compuserve.com
I have 10 identical tables that I use to store costings for different customers.
I set up a form with an incremental search field and a grid which displays the record found.
The table name is chargeXXX which I open as an alias (master) This initial table is opened in the dataenvironment
I have...
I am creating an Excel spreadsheet complete with formulas.
My last line in the report is a total of other group totals. ( I'm tracking orders by company & clients subtotalling by client then company then all.)
Here's the code:
PARAMETERS lrow, lgroupadd
WAIT WINDOW "Writing totals for...
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.