At 09:21 AM 1/24/2008, jan johansen wrote:
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, Variables (Variable Edits) defined as expressions are a true lookups in R:BASE 7.x (since 2003) and cannot be overwritten. However, if you need a variable edit to overwrite lookup values, take a look at the techniques of using On Enter and On Exit EEPs in RRBYW10 through RRBYW14. Using these techniques you should be able to control anything your mind can imagine. A practical aspect of these techniques is demonstrated in the Order Entry Form used in RRBYW10 - RRBYW14 sample applications. Very Best R:egards, Razzak.

