Hy!
My problem is:
I need to find user in table users. How to count letter by letter and combine it with letters in database, so if I enter wrong letter he would tell me that.
thx.
OPEN QUERY brwCustomer FOR EACH Customer
WHERE customer.name = fcustomer
OR costumer.secoundname = fcustomer NO-LOCK.
APPLY "VALUE-CHANGED":U TO BROWSE brwC.
IF NOT AVAILABLE Customer THEN
MESSAGE "No such customer name in database"
VIEW-AS ALERT-BOX INFO BUTTONS OK.
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.