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

    How Do I Stage a File from Tape?

    I have attempted to use the stage command for getting a file from tape to disk. Could somebody please show me an example of the syntax to do this? Here's what I'm currently using: stage -c 1 <filename>.tar I don't think this is right, but I'm doing my best to go by what the man pages say...
  2. majorbroncosfan

    Stencils for retail store

    I am trying to draw some architectural drawings for a wine retail store. Does anybody know if there are any stencils or symbols available for arched structures or wine racks? Thanks in advance!
  3. majorbroncosfan

    How can I extract information from an image header?

    I am trying to get information from an image that contains a header with parsable fields. Does anybody know how I can extract information from the header of an image? I have never done this before, but know it can be done. Thanks in advance! Jeff
  4. majorbroncosfan

    Strings are truncated for no reason

    I have been trying to get a string to parse on a form, but can only get a truncated version of that string (if anything). For example, say I typed in a comments field and used carriage returns, etc. The database field this will be going into has a length of 255. When I pass this value through...
  5. majorbroncosfan

    Remove toolbar from ActiveX control

    I am trying to keep people from downloading and/or saving files for security reasons using the Acrobat Reader ActiveX control. Does anybody know how to completely remove anything but the document from the ActiveX control? Thanks in advance! Jeff
  6. majorbroncosfan

    DSEDIT Suddenly Failing

    Up until yesterday afternoon, I have used DSEDIT with no modifications to the program for over 1 1/2 years on the PC I currently use. I can no longer get into it because I get the following error: "The procedure entry point intl_strbuild could not be located in the dynamic link library...
  7. majorbroncosfan

    My controls are a different color than what I stated

    I have a web page I have created using CSS style sheets. When I do not have a form tag around the table, I have text boxes with a honeydew background. When I insert the form tag, they turn yellow. Here is the code for the page: <html> <head> <title>Hospitals</title> <link...
  8. majorbroncosfan

    Access 2000 &quot;Setting Up Wizards...&quot; and stops responding

    I have an Access 2000 application which runs in Windows 2000 and whenever I try to run a macro inside of this application, a status message: Setting up wizards... appears and Access stops responding. Does anybody understand what might be happening?
  9. majorbroncosfan

    What is the administrative console tool for Solaris?

    I have used several UNIX/Linux platforms, but never have become fully familiar with the administrative functions in Solaris. For example, there is scoadmin for SCO UNIX and smit for AIX, but what is there for Solaris?
  10. majorbroncosfan

    Force an overwrite of Normal.dot

    We currently have the need to make nightly replacements of normal.dot on multiple machines. Sometimes, it is not much of a problem. However, we are a hospital and have users on the machines 24/7, so some of them don't get overwritten. Does anybody know how to force the normal.dot file to be...
  11. majorbroncosfan

    Why won't Word enter my AutoText?

    I have a bunch of AutoText entries for medical transcriptionists. When they type a short entry (i.e. 7351 or 7351EX), AutoText works fine. When they go longer, AutoText doesn't work. This is an extremely critical application function for us. Does anybody have any ideas? Jeff
  12. majorbroncosfan

    Search a column in a Word table

    I am working on inserting a column into a Microsoft Word document, but need to check to see that there are no duplicate entries in the column. Does anybody know how to do that from code? I would do this in Access if I had my choice, but I am forced to try and make something work. Jeff
  13. majorbroncosfan

    Automate Jobs Per Half-Hour

    I am trying to automate a script to run every day every 1/2-hour. I noticed that with crontab, it is possible for it to run daily at a specified time, but doesn't not have any more granular control. Does anybody have any ideas?
  14. majorbroncosfan

    What is the administration console called?

    In SCO UNIX, I can use scoadmin for administering the system; in AIX, I can use smit. What is the method for administering Digital UNIX?
  15. majorbroncosfan

    Enter information at a prompt

    I have a script that I have written, but need to be able to enter the password prompt to get into root. Does anyone know how to do this?
  16. majorbroncosfan

    Export QuickCorrect

    Is there any way to export the information in QuickCorrect to a file that can be imported into AutoCorrect in Word?
  17. majorbroncosfan

    Spontaneous Reboot on RS6000 with AIX 5.2.0.0

    We are currently running AIX 5.2.0.0 on an RS6000. From time to time, the machine spontaneously reboots itself. We are unsure as to why this is happening, but when we ask our support company what is causing it, all we get is that we need an OS patch (no direction, however, as to what that...
  18. majorbroncosfan

    Centralized AutoCorrect file

    We are trying to implement an environment whereas we have only one AutoCorrect file for Microsoft Word that can be modified, due to several issues regarding different definitions for the same mnemonic. Is there any way to do this in Office 2000?
  19. majorbroncosfan

    Reg Ex. - PERL Newbie

    I am trying to interpret a regular expression and am finding it quite the challenge. What would it mean if I had string that looked like: "\\\$s" Please help.
  20. majorbroncosfan

    Pause Stored Procedure for User Input

    I am trying to set up a stored procedure that will enable my users to print out one page at a time on the screen and to wait for them to press a key for additional output. Is there any way to do this?

Part and Inventory Search

Back
Top