Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FUNCTION Ok2Add()
IF !USED("tmp_file1")
RETURN .F.
ENDIF
IF !INDEXSEEK(tmp_file1.fld1,.F.,"tmp_file2","fld1")
IF MOD(fld1,9)==0 && Test if value is divisible by 9
RETURN .T.
ELSE
RETURN .F.
ENDIF
ELSE
RETURN .F.
ENDIF
ENDFUNC