Assume
that an entry field "Travel type" is on the initial
screen of the transaction. SInce you need the image on the
second screen, you use the notation
&[::Travel
type]
to
address the value the user entered in the first screen. Let us
assume that the value can be A, B, C, or D.
Create
4 images
travel_A.jpg
travel_B.jpg
travel_C.jpg
travel_D.jpg
and,
in the script, use the command
image
(0,0) "C:\guixt\images\travel_&[::Travel type].jpg"
This
will then display the right image for each travel type. |