I did not want to be critical or sarcastic. I tired to withhold the
frustration I felt. I am sorry if my comments were not productive. I do want
to know what I could and should do better.
Hum, I my self did not see that question...and perhaps was busy that day.
sometimes, getting a answer is going to be based on timing.
Then I assume this is not the first time that a question is unanswered due
to timing. Has that problem been discussed? What are the solutions? Should I
repost after a specified amount of time?
However, I just took a look...and, yes..I think the "additional"
information was the source of confusing here. You had all kinds of info
about on-current, and a few other things. That did not help.
I really, really, really would appreciate knowing when my questions are too
thorough. I have seen many thousands (I am not exagerating) of questions in
another forum, and I am frustrated by vague questions. When I do see a vague
question, I ask for clarification. When I see a question that has a lot of
details but is still vague due to an absence of the important information, I
ask for clarification. So when I asked my question, I wanted to be as
complete as possible. It helps me to know that I should not be that
complete.
In addition, I still somewhat confused by:
does not exist as a table or query. So using the.....
Hum? If no data for the second subform don't exist in a table, then this
is defiantly somewhat confusing. Further, if there is no data..then why is
a sub-form being used here?? So, yea..this is somewhat confusing here, as
even now I am not at all sure why a sub-form is being used to display data
that don't exist???
"defiantly"? I'm sorry!
You say I provided too much. Are you now saying I did not provide enough? Or
am I just confused? I am sorry for sounding critical, but I don't
understand. I really thought I made my question extremely clear by asking a
very specific question about the Northwind Sample as a sample.
I have learned that it is a really big help to have a small and
self-contained peice of code that reproduces a problem. The Northwind Sample
was a very convenient simple sample. People should understand that a
self-contained peice of code often seems useless. Sample programs often seem
useless.
I am sorry that you think my problem is useless. If that is the reason you
did not answer my question, then I aprreciate being told. I hope that is not
the reason no one else answered the question. If you need more details about
why I am doing what I am doing, then just say so, especially if it is
relevant to the answer.
Of course, there is also the issue of terminology here. A form, or a
control that is not data bound is considered a un-bound form, or a
un-bound control. This seems to be what you are getting at in the above
statement.
Actually, isn't it a subform that is the control? Or am I still confused? It
seems that the fact that a subform is a control is part of the answer I was
looking for. It is the ".Form" part that I needed to know about.
Actually, I was quite close to an answer, and it is likely that I did try
something that would have worked except I had the problem that the initial
OnCurrent event does not work even when a solution does work otherwise. So I
probably would have been helped by knowing that I was close; that what I had
was close. Perhaps it would have helped me isolate the real problem.
And, stuff about on-current, c++ and the rest likely scared everyone away,
or was simply too much information
Perhaps the C++ was too much. I really meant for it to be separate and
independent.
(I am not really sure here why your question was
missed!). Perhaps the whole question could have been:
What is the syntax to reference a control on a sub-frm?
I suppose the answer will remain a mystery. I am not sure what I should have
done to make it more likely to get answers. The problem with leaving out the
"Northwind Sample" in the initial question is something I will certainly
avoid. I need to be careful about being distracted by such things as a cat
and my sick father.
I do know that the more time that is put into asking a quetion, the more
likely there will be a useful answer or answers. I should have put more time
into asking my question, but then I notice that the question that did get
answered seems to have been asked more hastily than mine.
Also note that in fact a form is a class object, and any function you put
in a form (declared as public) actually becomes a method of the form.
Perhaps that is all of a hint that I need. Perhaps I had already answered my
question myself but just had not thought it through. I need to think about
it some more. However yes, that part of my question was sure vague.
My comments about the sub-form controls all having the "same" sub-form
specified shows this concept. In addition, you can in fact you can have
multiple instances of any form opened, and this multiple instances ability
does not necessarily apply to sub-forms. You can also declare and add
custom properties to those forms via
Public Property LET
And
Public Property GET
This might help also. However I will create a new discussion with an
appropriate subject for discussing this. There are some fundamental
differences that I am still unclear about, but I need to think about my
situation and to better understand the relevance of the use of classes.