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 Wanet Telecoms Ltd 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: *

  • Users: JOB2828
  • Content: Threads
  • Order by date
  1. JOB2828

    office will not run under domain user account

    I've tried installing office 2003 & 2007 and they run as they should under accounts with administrator rights. However, if you try to run under a domain user account, it tries to install again and errors out. Error is 2503 an internal error has occurred. (So helpfull). Click ok and then you...
  2. JOB2828

    Change WMI Active Process Limit?

    Is is possible to change the active process limit? I utilize the win32_process create method and need it to create more than 32 instances (default limit). Is there a way to change this limitation of wmiprvse.exe?
  3. JOB2828

    Create Process always returns "Path Not Found"

    I have a script that uses WMI to launch an executable. However, the only thing that I can get it to launch is items within the %systemroot%. I have tried to set the working directory to something else, but it produces the same result. How can I get it to launch an application outside of the...
  4. JOB2828

    Macro password protection via vba code

    ~Excel 2003~ Is it possible to write a subroutine that will "lock project for viewing" and unlock? Here's why I ask: Due to the error defined in the knowledge base article Q199268, I can not "lock project for viewing" and write a macro that performs a saveas in a tab seperated format. I...
  5. JOB2828

    Asynchronously call a WSC object

    I need to know if there is a way to asynchronously call a wsc object. Here is a simple example of what I need to do. set obj = createobject("some.wsc") SOMECODE obj.dosomething SOMEMORECODE Currently this script has to wait until obj.dosomething is finished before it will run SOMEMORECODE...
  6. JOB2828

    Saving Custom Development Environment

    I am very new to the world of Visual FoxPro. I am currently running version 9. I just need to know how to setup the development environment to retain my windows settings. I have the data session, document view, and command all linked together. I just want to retain that when I open visual...
  7. JOB2828

    VFP error reading file oddity

    I have written a vbscript that runs some simple SQL delete and insert statements using an ADO connection object with the Microsoft Visual FoxPro Driver. The problem ("oddity") is that I will get "Error reading file" on occasion. I can get around this message by running a statement trys to set a...

Part and Inventory Search

Back
Top