Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] check for popup dialog in spreadsheet editor
#3
Thanks. I found a solution by using an err if the error popup window isn't found, which means no duplicate was found.

;this is the code for the spreadsheet
Code:
Copy      Help
int w1=win("" "XLMAIN")
act w1

;this is the code for the find box
int w2=win("Find" "bosa_sdm_XL9")
act w2

;this is the code for the "Kingosft Spreadsheets cannot find the data you're searching for. Please check your search options."
int w=win("Spreadsheets" "QWidget")
act w
err
    key "no dupe"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)