Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lfelton

  1. lfelton

    How to stop execution of VB code after the statement "Action =1"

    Unusual Requirement but... There are several ways. Below is a simple way. Put a loop after the action = 1 statement with a Find Window API call that loop until Findwindow fails to find the crystal window. Inside the loop is Doevents .Action =1 Do WHILE FindWindow(parm0,parm1,...) <> 0...

Part and Inventory Search

Back
Top