Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog checkbox initialized value
#5
yep that's what i needed. i got it to work but here's why.

it didn't work when i had this...

Code:
Copy      Help
str controls = "5 6 9 10 12 11 13"
str a b c d e e5 e6 c9Cas c10Who c12Rep c11Mul c13Use
int u v w x y z
c13Use = 1
out c13Use
if(!ShowDialog("Live_Search_and_Replace" &Live_Search_and_Replace &controls)) ret


but here it did...
Code:
Copy      Help
str controls = "5 6 9 10 12 11 13"
str e5 e6 c9Cas c10Who c12Rep c11Mul c13Use
int u v w x y z
c13Use = 1
out c13Use
if(!ShowDialog("Live_Search_and_Replace" &Live_Search_and_Replace &controls)) ret

i guess i shouldn't put those variables in front of the dialog's variables. :oops:
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)