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

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

Recommended Posts

  • Newbies
Posted

Hi,

I am toggling a container field within a portal which changes from a 'tick' to a 'cross'. This consists of 2 jpg images of 10.7K in size. The script works perfectly on the host computer but shows "Ran out of memory while trying to translate the file". This occurs on ALL guest computers!

TIA Paul

The script is as follows:

Toggle Tick

If [ Upper(Job Items::Valid Symbol) = "Cross" ]

Go to Field [ Job Items::In Stock Tick ]

Insert Picture [ Filename: "Tick.jpg" ]

Set Field [ Job Items::Valid Symbol, "Tick" ]

Set Field [ Job Items::Sort, "0" ]

Exit Record/Request

Else

If [ Upper(Job Items::Valid Symbol) = "Tick" ]

Go to Field [ Job Items::In Stock Tick ]

Insert Picture [ Filename: "Cross.JPG" ]

Set Field [ Job Items::Valid Symbol, "Cross" ]

Set Field [ Job Items::Sort, "1" ]

Exit Record/Request

End If

End If

Posted

Maybe a workaround : Use a text-field instead of a container...

Format this textfield (font etc.) in such a way that it resembles your original solution. Just put in the the correct character.

Is this an option for you?

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