Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RoadRunnerOz

    OLE error 1429 on a VFP web service

    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...
  2. RoadRunnerOz

    Will VFP9/MS Soap 3 work on Windows Server 2012?

    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...
  3. RoadRunnerOz

    Oracle 12 with VFP 9

    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
  4. RoadRunnerOz

    VFP with RESTFUL

    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 =...
  5. RoadRunnerOz

    Using MSXML2.XMLHTTP OBJECT IN A FORM

    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...
  6. RoadRunnerOz

    Error: Property value is out of bounds

    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...
  7. RoadRunnerOz

    Losing datasource in wordmerge

    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...
  8. RoadRunnerOz

    Outlook crashes with Ole error

    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&quot...
  9. RoadRunnerOz

    Zipping Re: Sawzip faq184-3830

    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...
  10. RoadRunnerOz

    Outlook error: OLE error code 0x34767483: Unknown COM status code

    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...
  11. RoadRunnerOz

    Win 2000 Terminal Server & Outlook

    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...
  12. RoadRunnerOz

    Is it copyright violation if I use existing tables for a rewrite?

    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...
  13. RoadRunnerOz

    Experience with DBI Technologies controls?

    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...
  14. RoadRunnerOz

    New records all scrambled!

    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...
  15. RoadRunnerOz

    Any experience with WinZipMgr?

    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&quot...
  16. RoadRunnerOz

    Saving Excel files in different versions

    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
  17. RoadRunnerOz

    Insufficient Memory when opening screen

    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...
  18. RoadRunnerOz

    Stonefield Database Utilities missing h

    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
  19. RoadRunnerOz

    Switching tables in a grid

    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...
  20. RoadRunnerOz

    Excel/VFP reporting 254 character limitation

    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...

Part and Inventory Search

Back
Top