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 Mike Lewis 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. plexibob

    Formula field Value based on Comparison

    one method I use is to create a variable (lets call it mynewvar) in the DataRow object and then override the DataRow's onread method like so: Sub OnRead( ) Super::OnRead( ) ' Insert your code here if me.measurementvalue >= me.upperaction then me.mynewvar = me.loweraction...

Part and Inventory Search

Back
Top