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 Chris Miller 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. dnewby

    Getting field text to line up to form lines.

    This would go in the Custom Format scripts area. Place a large multi-line field over the area with lines and this will turn the area white when an entry is made in the field. if (event.value != "") { event.target.fillColor = color.white ; } else { event.target.fillColor = color.transparent ; }

Part and Inventory Search

Back
Top