I want to be able to either:
1) Bring up a form to BROWSE a specific quote from a scrolling region column. 2) Print a report for a specific quote from a scrolling region column. The Column name is QuoteID with a ComponentID of Quote_Comp I have tried Browsing the quote with an On Enter (column) EEP unsuccessfully. GETPROPERTY Quote_Comp TEXTVALUE vQuoteBrowse SET VAR vFormMode = 'Browse' BROWSE USING KayParkEditQuote WHERE QuoteID = .vQuoteBrowse RETURN I am sure I am missing something simple. Jim

