Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
waiting for "Edit Customer" window in QuickBooks
#4
Use regular expression:

wait 0 WV child("(New|Edit) Customer" "MauiForm" h 0x200)

If you want to know which child window it is:

int hc=wait(0 WV child("(New|Edit) Customer" "MauiForm" h 0x200))
if(childtest(hc "New Customer"))
out "it is New Customer"
else
out "it is Edit Customer"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)