Jump to content
Server Maintenance This Week. ×

Anybody know to to validate a container field


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

Recommended Posts

Hi, does anyone know how to validate a container field as unique?

I am placing a barcode graphic into a container field and want to ensure that barcode can't get assigned to another record.

Thanks for any help..

 

Link to comment
Share on other sites

Two ideas:

  • Create another field, type text, with an auto-enter calc = getastext(barcode_graphic). Set that field's validation to unique.
  • or
  • Create another field, type text, with an auto-enter calc = Base64Encode ( barcode_graphic ). Set that field's validation to unique.
  • Thanks 1
Link to comment
Share on other sites

This topic is 2366 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.