September 14, 200421 yr Newbies 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
September 14, 200421 yr 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?
September 21, 200421 yr Author Newbies Thanks for the suggestion, but one cannot insert a graphic into a text field - only into a container.
Create an account or sign in to comment