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.
local array arrExists[1]
local luKey,luValue
luKey = myTable.myKeyColumn
luValue = this.Value
select count(*) ;
from myTable (with buffering=.t.) ;
where myColumn == m.luValue and myKeyColumn <> m.luKey ;
into array arrExists
if arrExists > 0
* dupe
endif