Warning...Total Newbie...haven't even RTFM (all the way through yet).
I'm playing with a sample app that came with the IDE I'm using (shareware:
VFDIDE).
The code responds to a fldEnterEvent, and sets some values.
What I'd like to do, inside that event, is to move the focus to another
control so that when the user enters more text, it does to the new control,
not the original one.
1) Is this a bad idea...moving focus around?
2) Though I can get the 'focus' to my other control just fine, when the
user enters text, it goes to the originally selected code.
Any ideas what I'm doing wrong, or what function I'm not calling that I
should be?
I am using FldGrabFocus to put the focus on my other control, do I need to
do something else to get the 'text' insertion to go there too?
Thanks.
-Chris Means