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: *

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

    shape movement

    I am trying to move shapes and the shapes will not move. I can resize them. If I copy an existing shape or one from the Shapes window, I can't move them either. They can be resized. I was able to more shapes earlier today but now I can't. I suspect I hit some keys by mistake at some point but I...
  2. acoble

    How can I print the file name and a match given a list?

    I am using the following command: find . -name *.queryInputs -ls | sort -k 8,10 This gives me a list of files that are sorted by date. It is basically ls -la returning only files ending in queryInputs. I would like to take the list of files and print the file name followed by a matching string...
  3. acoble

    Why is the field.length value of a checkbox undefined?

    Why does the script show a value of undefined when there is only one checkbox? It will show a length of 2 for two fields. [code] <HTML> <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function checkAll(field) { for (i = 0; i < field.length; i++) field[i].checked = true ; } function uncheckAll(field)...
  4. acoble

    Using VB to modify an existing report

    My objective is to open existing reports using Visual Basic, modify the labels and field formats, and then save the reports with a new names. Using Visual Basic, I can open the report. I can also view the report. Is there a way to disable the prompts so I can then change the labels and field...

Part and Inventory Search

Back
Top