ASVContributor14 years agoWaiting VBObjectHi I write this code 1.Dim t, Timeout 2.t = 0 3. 4. Do While (Not wMDIClient.VBObject("frmPttel").VisibleOnScreen) and t < Timeout 5. BuiltIn.Delay(1000) 6. ...Show More
ASVContributor14 years agoI forgot to say that writing only this code1.Dim t, Timeout2.t = 03.4. Do While (Not wMDIClient.WaitVBObject("frmPttel", 0).VisibleOnScreen) and t < Timeout5. BuiltIn.Delay(1000)6. t = t + 17. Loop I have a Log error "The object does not exist" and TC pauses until VBObject("frmPttel") becomes in existence.
Recent DiscussionsSupport for Oracle Forms Standalone Launcher (FSAL)Application url change managementDelphi Mainmenu items is not clicked