Finding Next Interactive Control? (OpenInsight Specific)
At 19 MAR 1998 04:36:40PM Jeff Blinn wrote:
What is the easiest way to find the next interactive control in a window. We've worked out a way to do it using the ctrlmap property, trying to set focus, and checking the success of that to determine if it worked - it just seems a little awkward.
Is there a variable or some other property of a control to check to determine whether or not it is interactive (ie - a field)?
Thanks,
Jeff
At 19 MAR 1998 05:09PM Cameron Revelation wrote:
Jeff,
Look at the source code for WIZARD and search for the equate CAN_GET_FOCUS$.
Cameron Purdy
Revelation Software
At 19 MAR 1998 07:01PM Jeff Blinn wrote:
]] Look at the source code for WIZARD and search for the equate CAN_GET_FOCUS$.«
Cam - That does the trick. We started out along that path but didn't have a good list of available control types.
Thanks,
Jeff