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.
field+iif(vartype(gProgress)#"U",showprogress(),"")
field+iif(vartype(gProgress)#"U" and recno()%set("odometer")=0,showprogress(),"")
index on field for showprogress()
index on field for recno()%set("odometer")=0 and showprogress()
index on myfield1+myfield2+MyFunction() tag MyIndex
Function MyFunction
Return(" ")
Public MyCounter
MyCounter = 0
index MyTable on MyField1+MyField2+MyFunction()
Function MyFunction
MyCounter = MyCounter +1
if int(MyCounter/100) = MyCounter/100
if reccount() > 0
Wait "Indexing "+AllTrim(str((MyCounter/Reccount())*100,6,2))+"% Complete" window nowait timeout 1
endif
endif
Return(" ")
function Myfunc()
lpara tuAnything
...
return tuAnything
endfunc