Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7399 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I have a script that reads barcodes from the serial port. When performing the script, is there a way to choose whether to use the data coming in from the serial port to a global field and getting parsed into the record where I want it, or is there a way to use the data from a value list? How do I test the condition for using the value list instead, ie a radio button in the value list is selected and the data from this field is parsed into the record instead.

Thanks for your help.

Ian

Posted

Sounds like you can encase your script in an IF/THEN and get what you want.

IF (IsEmpty (ValueList))

"Current Script"

Else

"ValueList Script"

END IF

Phil

This topic is 7399 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.