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

If calculation resultTwo equals field contents

Status
Not open for further replies.

PelicanProductions

Technical User
Mar 15, 2007
3
US
I am trying to create a SetField script step that validates a records status and changes the status to "Renewal" if the record has expired, here is the calculaton:

If (
RunSheet_PP::Date >= RunSheet_PP::Validate; "Renewal";"VARIABLE?"
)

Where I have "VARIABLE?" I am looking for a value that will leave the fields existing value unmodified. Please help.

Using FM Pro 8.5 advanced
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top