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

    Class not registered (Vista OS)

    My installshield install for a foxpro 9 application with OCX controls (msinet.ocx) when installed under the Vista operating system reports OLE error code 0x80040154: Class not registered. The control does appear to be registered but this error occurs every time the form is opened.
  2. paulthibodaux

    mswinsck.ocx

    I have added the winsock control to a form, entered a remotehost and port but when I connect absolutely nothing happens. I mean nothing! Does anyone have any idea what may be causing this?
  3. paulthibodaux

    Runtime files for Foxpro8

    Which runtime dll's must be installed on a users machine for Foxpro8?
  4. paulthibodaux

    Executable size grows dramatically

    After compiling my code into an execuatable and after doing this a number of time the execuatable file size grows dramatically without adding forms, reports, or sugnificate amount of code. It appears I can restore an old copy of the project file and place the forms / etc. that were not in that...
  5. paulthibodaux

    Tables disappear from data environment

    I am using VFP6 and have built a form with several tables in the data environemt. The form is set to a private data session. From time to time when I run the form the tables will have been removed from the environment and must be readded. Does anyone have any idea why this is happening?
  6. paulthibodaux

    MSInet.ocx and application not responding

    I am using the MSInet control to send files to an ftp site and all is working well except after the entire transfer is complete, the data is reindexed, and other cleanup functions are complete the form will not close. Task Manager (win2000) shows that the application is not responding. I have...
  7. paulthibodaux

    report not printing cursor correctly

    I have created a cursor which is displayed in a grid. The grid is correct but when I print the cursor to a report the report has either one record in it or the correct number of records but their all the same. This is printed from "report form "xxx.frx" noconsole to printer...
  8. paulthibodaux

    Print preview not printing all records

    If the print preview is scrolled or the page is changed in preview and then printed from preview the resulting report is missing records. Printing without previewing works fine. I am using VFP version 6 SP5.
  9. paulthibodaux

    Data sessions and updating records

    My application is using legacy 2.6 databases (free tables) and all forms are set to private data sessions. Tables are being opened by the forms not in a startup routine. On one form a sequence number is used and replaced with the next sequence number but this had some odd effects so the data...
  10. paulthibodaux

    indexing a cursor

    When I create a cursor in a muti user application there is no conflict between users but if the cursor is indexed users then get a "index already exists". Can a index be created that will be user specific as in a cursor?
  11. paulthibodaux

    Progress bar for indexing tables

    How do I impliment the progressbar in the _therm.vcx to display the progress of and index.

Part and Inventory Search

Back
Top