Jan -

 

Look up the value in an EEP, perhaps in the ENTRY EEP to the field in
question, then use the PROPERTY command to set the TEXTVALUE of the field.
The user can then change the value in the field.  Be sure to trap for if the
field is null vs. if they tab back into it because once it's filled in you
might not want the original lookup value to replace existing data.

 

SELECT columna INTO vcolumna FROM sometable WHERE something

PROPERTY columnbID TEXTVALUE .vcolumna

 

Sami

____________________________

Sami Aaron

Software Management Specialists

913-915-1971

[EMAIL PROTECTED]

 

 

 

 

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jan johansen
Sent: Thursday, January 24, 2008 8:22 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Scrolling Region

 

Been a while since I've worked with a scrolling region.
I need to have a region lookup a price (similar to SalesOrder form)
but also need to be able to change it. 
Currently I can change it but it reverts back to the original lookup
upon leaving the field
I know it's simple but it is escaping me this morning.

Jan 

Reply via email to