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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

check the content of a field according to the field number on a record

Status
Not open for further replies.

anthuroler

Programmer
May 1, 2003
1
TR
how can i check the content of a field according to the field number on a record especially different from zero or not
thanks
 
There´s some natural function that manipulate fields.
Look in NG for
fieldput()
fieldget()
fieldpos()
fieldname()
Ex:
if ( fieldget( nI ) = 0 )
// do something
endif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top