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.
ls_object = this.GetObjectAtPointer()
ls_row = Right(ls_object, Len(ls_object) - (Pos(ls_object,'~t')))
ls_column = LEFT(ls_object, (Pos(ls_object,'~t') - 1))
If Upper(ls_column) = "COLUMNNAME" Then
OpenWithParm(w_window_to_be_opened, parameter_for_window)
End If