T
trebor
How does the interaction of forms in functions like FindText work? I'm
talking only about the interaction of the forms and how they exchange
data.
For example, when you search for text, the search form obviously must
access the text in the editing form, but I'm not having any luck doing
that.
I've done a few multiple-form projects, where one form opens another
form, and then gets or sets values in that other form, but something
like FindText seems to be different. Here, one form opens another, but
then it's the subordinate form that gets or sets values from the parent
form.
When I try to do that, I don't get errors, but I just get 0 or "".
Any help is greatly appreciated.
talking only about the interaction of the forms and how they exchange
data.
For example, when you search for text, the search form obviously must
access the text in the editing form, but I'm not having any luck doing
that.
I've done a few multiple-form projects, where one form opens another
form, and then gets or sets values in that other form, but something
like FindText seems to be different. Here, one form opens another, but
then it's the subordinate form that gets or sets values from the parent
form.
When I try to do that, I don't get errors, but I just get 0 or "".
Any help is greatly appreciated.