02-07-2003, 07:22 PM
Hi, this is a wonderful program. All the other macro programs seem to have fatal flaws. I love to see a programmer with vision in action!
I'm not sure how to activate a radio button, and place the cursor in a field without using mouse placement.
I was trying to just tab into place, but for some reason this would never work in the Access based case management program I'm using.
So I tried to master the syntax for ID's using things like this:
but id(8 "Select Client")
where "select client" is the name of the window and id8 is the name of the radio button that is shown in the QM screen when I put the cursor over the button.
This didn't work either. I'm getting by with mouse placement, but I'd like to work with this window in more than one size.
Did I get the but id syntax wrong?
Any ideas why tabbing through fields won't work to place the curson in this Access program? I'm sure I'm using T properly since I'm doing fine with this type of macro element.
Thanks for any ideas! 8)
I'm not sure how to activate a radio button, and place the cursor in a field without using mouse placement.
I was trying to just tab into place, but for some reason this would never work in the Access based case management program I'm using.
So I tried to master the syntax for ID's using things like this:
but id(8 "Select Client")
where "select client" is the name of the window and id8 is the name of the radio button that is shown in the QM screen when I put the cursor over the button.
This didn't work either. I'm getting by with mouse placement, but I'd like to work with this window in more than one size.
Did I get the but id syntax wrong?
Any ideas why tabbing through fields won't work to place the curson in this Access program? I'm sure I'm using T properly since I'm doing fine with this type of macro element.
Thanks for any ideas! 8)
- Bob