Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
run with integer assignment
#1
i'm trying to get an integer assigned via the "run" command but cant figure out how i'm messing this up.
Code:
Copy      Help
run("c:\database.mdb" "" "" "" 0 "" z)
can you tell me where i'm going wrong?

thanks.
An old blog on QM coding and automation.

The Macro Hook
#2
Window name or +class must be specified. Then run will wait for that window (of that program) and store its handle into z. Also, may not work if run does not create new process but rather opens the document in an existing window. Then instead use z=wait(...) in next line.
#3
works great!
thanks.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)