I have a problem in Process or Report template... i don't want to show the message "There are no records available to process" when the record is empty, how do i do it?
Thanks in advance and your help is greatly appreciated!
You could use a simple embed if an alternative message is required.
ie IF RECORDS(MyFile) < 1
MESSAGE('Use ''Insert'' to add a record first!')
RETURN !Return before the standard Clarion msg
END
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.