August 24, 200421 yr 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
August 24, 200421 yr 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
Create an account or sign in to comment