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 IamaSherpa 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. gleather

    conditional check box in acrobat 4.05

    I am constrained to Acrobat 4.05 and I need to know how to check a box based on the value of another field. I tried var myfield = this.getField("TextField"); var mybox = this.getField("CheckBox"); if (myfield.value == 'value') mybox.value = True; and variations, but to no...
  2. gleather

    STOP error during boot after installing new adaptec driver

    I fixed the problem like so: I downloaded the firmware and driver for PERC 3/Si making sure to get the same version of each. I flashed the firmware. I ran Win2k setup, specifying additional hardware (F6 and S), and pointed to the new driver. Then I chose Repair - Repair Console and copied...
  3. gleather

    STOP error during boot after installing new adaptec driver

    On Windows 2000 Server, I used windowsupdate to apply a few security patches and a more recent adaptec scsi driver. On reboot, BIOS setup runs smoothly, but Windows fails with a STOP error, saying it can't see any harddrives. I will be contacting Microsoft shortly, but anticipate a long...
  4. gleather

    Script a circle, instead of a check

    I am taking data supplied by users and throwing it at various Acrobat forms. Until now, Check Boxes were the only type of field I needed besides text. However, now I have a form that requires circling one of a number of choices. Any suggestions? My only ideas are to try to script the circle...

Part and Inventory Search

Back
Top