Forum Discussion
Ryan_Moran
10 years agoValued Contributor
'Specifying a wildcard (*) could return an unexpected form
'Removed wildcard (*)
Set wAlertaVenc = Sys.Process("central").WaitWindow("_TForm", "", 1,1000)
If wAlertaVenc.Exists And wAlertaVenc.Visible And wAlertaVenc.Enabled Then
Sys.Process("central").Window("_TForm", "", 1).VCLObject("OK").Click
End If