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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tom10

  1. tom10

    Create eMail

    I require to generate an internal email to the client PC that is running my application and found this code:- DECLARE INTEGER ShellExecute IN Shell32.dll ; INTEGER, STRING, STRING, STRING, STRING,INTEGER =ShellExecute(0,"Open","mailto:name@address.com?subject=Subject","","",0) Replacing my...
  2. tom10

    Vfpencryption71.fll

    My application extracts data from their accounting system which is also a vfp9 application and that runs with no issues. I also disabled the code that loads the FLL and the program then loaded without issue. Tom
  3. tom10

    Vfpencryption71.fll

    I have a customer who following installation on a new PC of my application receives the following error message on running:- Library File vfpencryption71.fll is invalid
  4. tom10

    EXE Fails with C0000005 Fatal Exception Error

    That was included with service pack 3 and this is installed.
  5. tom10

    EXE Fails with C0000005 Fatal Exception Error

    Sorry I should have made the question clearer, I used the "Setup" wizard to create the setup.exe and include all the necesasary files for the run-time environment. I have distrubued dozens of VFP 6 applications and I have always used this process and have never had a problem with the...
  6. tom10

    EXE Fails with C0000005 Fatal Exception Error

    Hi all I have an exe which worked fine on my development system but when I installed on a client machine via "setup" failed with the above error. The only way I was able to resolve the problem was by installing the full version of VFP. (VFP SP5). This must mean that I need to add...
  7. tom10

    Adding a printer via Windows API

    Hi Does the API AddPrinter function do programmatically the same process as Start> Settings> Printers> Add Printer. And will the printer be visible to the user and selectable by aplications. Thanks TMC
  8. tom10

    Unrelated Crashes

    I have a FoxPro 2.6 Mult-User apliication running on Windows NT 4 with Windows 98 clients. They are experiencing frequent crashes, none of which seem to be related. In some cases the foxpro error trapping reports missing memo or temporary files but on restart the error does not repeat. One...
  9. tom10

    Invalid Pageframe

    I have a VFP 6 exe that is intermittenly crashing with "This program has performed an illegal instruction and will be shutdown" it reports "invalid pageframe kernell 32.dll at 017F:BFFGA25B". This program has been recently modified but the original version was written in...
  10. tom10

    Modufy Report Command

    I an creating an executable and want to use "Modify Report" to enable user editing of reports. The command executes and the report layout is shown but the report controls toolbar is not shown. I have experimented with sysmenu to include toolbars but whilst the option is shown on the...
  11. tom10

    COM Via VFP6

    I am deveoping an application which requires to address an Active X control provided by another application. This is provided via an EXE (ie. out-of-session) I am able to see via the class browser all the function calls that the Active X provides by opening the type library file that came with...
  12. tom10

    Fields from non-linked tables

    I am trying to create a report using Visual FoxPro tables. The main data of the report is fine but I need to include fields from other tables in the database which have no link to the detail. I can select the fields from the tables and place them in the report but nothing prints even though I...
  13. tom10

    Printer Capture Problem

    I have an NT4 Network with Windows 98 clients running a FOXPRO 2.6 shared application. 1 of the workstations has a printer connected directly to LPT1 set up as a shared printer for use on other workstations . Each workstation using the shared printer has a capture statement within the printer...
  14. tom10

    Windows 2000 BAD_POOL_CALLER

    I have an application which is crashing with this message. There is a specific reference to this in the Microsoft Knowledge Base which recommends installation of Service Pack 2. This I have done but the application is still crashing with the same message. The knowledge base provides specific...
  15. tom10

    VFP6 OR WINDOWS 2000?

    I have an application running on W2000 server with W2000 work stations as clients. The user was experiencing itermittant crashes at the same point in the application always at the end of a VFP report. The crash resulted in total loss of all tasks in progress with a blue screen displaying...

Part and Inventory Search

Back
Top