In the form, right clock the memo field and add an EEP to the on exit EEP 
section. Give the field a ComponentID such as cMemoField.

— Exit EEP
SET VAR vMemoField TEXT
GETPROPERTY cMemoField TEXTVALUE ‘vMemoField’
IF vMemoField IS NULL THEN 
  PROPERTY cMemoField SET_FOCUS ‘TRUE’
  Pause 2 using ‘You must enter something’
ENDIF
RETURN


> On Mar 7, 2017, at 6:28 AM, Richardson, Jeff <[email protected]> wrote:
> 
> I want to be able to tell if a value has been scanned (using a bar code 
> scanner) or typed (using the keyboard) into a form's variable memo field upon 
> exiting the said field. Does anyone have a method to make this determination 
> that they'd generously like to share with me? Thanks in advance. 
> 
> Jeff Richardson
> Charleston, WV
> ATTENTION: This message and all attachments are PRIVATE, and may contain 
> information that is CONFIDENTIAL and PRIVILEGED. If you have received this 
> message in error, please notify the sender by reply e-mail and delete the 
> message immediately. To unsubscribe from marketing and sales emails, please 
> reply unsubscribe in the subject line.
> -- 
> You received this message because you are subscribed to the Google Groups 
> "RBASE-L" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to