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: Waraq
  • Content: Threads
  • Order by date
  1. Waraq

    Determining if 2 tables have differences

    Hi All. I am hoping that you can help. I have 2 Link Tables that to bring in 2 files that I need to see if there are differences. These files have about 12K lines with about 40 columns. One of the files is generated from our production environment and one is generated from our QA...
  2. Waraq

    Simple Calculations

    How would I pull data from an excel spreadsheet to a word document? Or How do I do simple calculations like addition, multiplication and division within VB inside WORD 2000? Any help would be greatly appreciated. Thanks... W [noevil]
  3. Waraq

    Automating Form Entry - Assistance from the masters, please.

    Hi All. I hope that you can help me. I am automating the entry of data to be popped into a template and I am using a combination of Field code, you know the stuff inside { } and VB. I am wondering a couple of things: 1) I am trying to do a calculation on the form. Basically if the numberUsers...
  4. Waraq

    AddAsk to populate Bookmarks in a document

    I am trying to convert a template so that when a new document is created with the template, the user gets prompted with a series of questions that then populate the bookmarks in the document. It is at present being done with {} code directly on the document, but I want to convert it to a VB...
  5. Waraq

    Capturing Radio Button Values (FLASH MX)

    I have a survey form that I ask a series of questions on and then the user submits the file. The name/value pairs are submitting to my cgi script fine. But the problem occurs when I try to capture the values of the radio buttons and check boxes. the name/value pairs for the radio buttons are...
  6. Waraq

    converting Exchange 5.5 to Exchange 2k - options?

    As you all know, ms is going to stop supporting 5.5 at the end of the year. what are people doing?? what are my options??
  7. Waraq

    Checking if a check box is checked or not

    Help! I have a form with a series of check boxes (9 to be exact) that are tied with comment fields...and the form needs to do different things based on which check boxes are selected or not. I am having trouble finding out whether or not the check box is selected; I have no problem getting the...
  8. Waraq

    2 Parts - Replacing listA with listB and grouping results

    PART1: I have a script that is taking values from a form and then emailing the results. At present, the results that are getting mailed are tagged by the form field ID (i.e. ada) but I would like it to be converted to the full name (i.e. Adabas). I use a sort to put the fields in a consistent...
  9. Waraq

    preOnLoad Event

    Does anything of this nature exist? Basically my problem is that I am setting a cookie on the onLoad event of a page that determines certain values on the page; but these don't seem to take unless the page is refreshed again. Any ideas? Thanks. :-V
  10. Waraq

    .js file not loading on initial page hit

    I am using a .js file to initialize variables, links and status bar text for a page. When the page is initially hit, the .js file appears not to be loading as the status bar is reading "undefined" and the links are dead. When I do a reload on the page, the variables, links, etc. get...

Part and Inventory Search

Back
Top