Re: Passing control to the next object in the tab order (newbee)

2009-01-03 Thread Joe Yoder
What I am looking for is an approach that does not require any manual entry. Now that I think more about it - I should be able to achieve what I want programmatically by stuffing a Tab into the keyboard buffer. Thanks - Joe On Saturday, January 03, 2009 1:01 AM, MB Software Solutions General

RE: Passing control to the next object in the tab order (newbee)

2009-01-03 Thread Rick Schummer
I want programmatically by stuffing a Tab into the keyboard buffer. I think this would be easier and more stable: from the VFP Help file The Valid event can also return a numeric value. Returning a numeric value has one of three effects: If 0 is returned, the control does not lose focus. If

RE: Passing control to the next object in the tab order (newbee)

2009-01-03 Thread Joe Yoder
Thanks Rick, I looked in help but only from the Tab order aspect of things. I didn't find any reference to the Valid function from there. I'm sure the action is the same as it was in FPD. I simply forgot that the motion is relative rather than absolute. - Joe On Saturday, January 03,

Re: Passing control to the next object in the tab order (newbee)

2009-01-02 Thread MB Software Solutions General Account
Joe Yoder wrote: In FPD one could return the tab index number of the control to receive focus from the valid event. I understand one can now return the name of the target control to achieve the same thing. In my case, however, I want to stay generic so I can drop my control on any form and not