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 strongm 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: MDJ52
  • Order by date
  1. MDJ52

    Invalid Procedure in shell command

    This is the version of what I did. ********************* Function test() Dim inits As String Open "c:\my.bat" For Output As #1 inits = "dir c:>c:\output.txt" Print #1, inits Close #1 shell ("c:\my.bat") End Function ********************** It worked just fine. The other interesting part is it...
  2. MDJ52

    Invalid Procedure in shell command

    We contacted the software company for Faxpress to verify the parameters. All are correct and they are designed to have the qualifier and data with no spaces.
  3. MDJ52

    Invalid Procedure in shell command

    Yes, we tried that one also. We also tried to make it a cmd file with a cmd parameter on the front of it. Neither of these solutions worked.
  4. MDJ52

    Invalid Procedure in shell command

    Yes, I did test with a print command. The inits line does fill and update properly. We have also checked where we received the layout example. This same line is used in a command line in our ERP software. In that case it is in a cobol program. We use the cobol every night to ceate and send...
  5. MDJ52

    Invalid Procedure in shell command

    The shell command calls the command line created in the code just before it. I can take this command and place a 'cmd' set in front of it and run it through the run line on the start menu and it works fine. Just seems to be when it is in the shell line.
  6. MDJ52

    Invalid Procedure in shell command

    The error of invalid procedure is occurring when it trys to execute the 'shell' command.
  7. MDJ52

    Invalid Procedure in shell command

    This code is running within an MSAccess program and is used to send faxes to our fax server. The code worked fine until recently when we began to get an error code 5 with a message of "Invalid Procedure Call or Argument" This program runs on a number of desktops using XP, SP3. *********start of...
  8. MDJ52

    Shell command Invalid Procedure

    I am creating and sending a fax using our fax server. This code worked great up until about a week ago. Now I get the code=5 Invalid Procedure Call or Argument This is part of a ACCESS mdb file that runs on the local PC's. ***********code start****************** Function CreateFax() As Variant...
  9. MDJ52

    Checking for updated files

    We use Sharepoint to store technical drawings of our various products. We would like to automate a process, in the middle of the night, that would go to our Sharepoint library and check to see if a specific set of drawings has been updated during the day. I have found where I can add a field to...
  10. MDJ52

    BeUtility not functioning

    We are running BackupExec 11D. We have now began to fill up our C drive where the default location is for the catalog and job log files. I would like to move both to another drive that has plenty of storage space. The problem is when I try to start BeUtility I get a message that states "the...
  11. MDJ52

    Unchecking servers from backup lists

    We are currently running version 11 of Backup Exec. Recently we started to clean up servers and combine tasks. This led to turning off and eliminating 2 servers. Within Backup Exec under Active Directory Domains we had some 12 servers checked for backup. It will not allow us to uncheck the 2...
  12. MDJ52

    DNS lookup for web page

    Roadki11, thanks so much. Your recommendation worked like a champ. I checked and our old WWW record had been deleted. The recreate of the A record worked. I have submitted a star for you. Thanks
  13. MDJ52

    DNS lookup for web page

    We recently changed from hosting our own web page to allowing an outside service to host it. People on the outside can get to the web page just fine. We on the inside of the network cannot. We at one time had a forward lookup defining company.com as a 'use parent record'. We have deleted that so...
  14. MDJ52

    Rotating text fields

    I am attempting to feed information to a label printer that is an old fashion pinfeed printer. We do approximately 9 different labels for various customers. The label stock, not counting pinfeeds, is 8.5 by 12.25, with 4 labels per page. I would like to generate this straight from Access...
  15. MDJ52

    Verizon.net email format

    I recently installed Verizon DSL and use their .net to handle my email. What has suddenly happened is that the email I receive comes across with an HTML type format. Below is an example: ************************************ <?fontfamily><?param Verdana><?smaller><?smaller><?x-tad-smaller>A new...
  16. MDJ52

    Using BCC in Outlook

    I have tried to search for this, with no success. I have to send out some mass emails using Outlook 2003. This will go to approximately 100 people, some internal employees, some external contacts. I do not wish for everyone to see everyone else's addresses. I know the best way to solve this...
  17. MDJ52

    Margins in runtime 2000

    Switching off autocorrect is a standard for us. I did check this and autocorrect is turned off. Yes all service packs have been downloaded.
  18. MDJ52

    Margins in runtime 2000

    I do have the report set to go to a specific printer. We are sending it to a PDF creator software where it creates a pdf on the harddrive so it may be attached to an email.
  19. MDJ52

    Margins in runtime 2000

    I have a report that I have developed in Access 2000. The report is large enough that I have set all margins to .5". When the client puts the software onto a system that is using runtime, the margins revert back to a default of 1". Being runtime, you cannot modify the report. Is there a way in...
  20. MDJ52

    ActiveX component can't create object

    What is the specific reference for Microsoft Office? I would like to be able to take off the '.11', but right now it seems to be the only way to make it work.

Part and Inventory Search

Back
Top