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.
*** ActiveX Control Event ***
LPARAMETERS node
if this.enabled
with this.parent
* select working alias and position record pointer to selected service (emulation of how grid control works)
if not empty(.ServiceViewAlias)
if used(.ServiceViewAlias)
select (.ServiceViewAlias)
* check for title line
if val(substr(node.key,2))>0
locate for serv_id = (val(substr(node.key,2)))
else
* here we have title - make eof in table
if not eof()
go bottom
if not eof()
skip
endif
endif
endif
endif
endif
endwith
endif
dodefault(node)