Larry,

 

Here is how I have it set up.  

 

On Before Start I have an EEP: SET VAR vPartimage VARBIT = NULL

The PARTNUM field has a ComponentID of Partnum_ID

 

In the PARTNUM field, I have an ON EXIT EEP:

GETPROPERTY Partnum_ID TEXTVALUE vPartnumID

SET VAR vPartimage = Imagedata IN Partimage WHERE Partnum = .vPartnumID

RETURN

 

My variable Image is VPartimage with a ComponentID of Imagedata_ID and I
have a right click EEP of

GETPROPERTY Imagedata_ID STRETCH vPartimage

 

Still no luck.  

 

Jim

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence
Lustig
Sent: Wednesday, June 10, 2009 12:02 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: show varbit info while in form

 

<< 

GETPROPERTY Partnum_ID TEXTVALUE vPartnumID

SET VAR vPartimage = Imagedata IN Partimage WHERE Partnum = .vPartnumID

 

The question is: What is the next step?

>> 

 

In that case use the Variable Image control, and set the variable
associated with the control to vPartImage.

--

Larry

 

Reply via email to