M
Michael Suttkus, II
I've just discovered this rather useful technique, but I have a few questions
that do not seem to be covered in Microsoft's documentation. I'll be
performing some experiments, but I'll take whatever comments or links people
would like to provide.
1. Is acLBInitialize called once per control, user, application, or what?
Since the ID parameter isn't set until acLBOpen, I'm guessing it's not once
per control.
2. In a multiuser environment, do I have to worry about the same control
being filled by two different sets of calls to the function? Is this what
the ID field is supposed to clear up (as opposed to just basing it on fld)?
3. What can I do with acLBGetFormat? There seems to be no documentation on
this other than setting it to default by returning -1.
that do not seem to be covered in Microsoft's documentation. I'll be
performing some experiments, but I'll take whatever comments or links people
would like to provide.
1. Is acLBInitialize called once per control, user, application, or what?
Since the ID parameter isn't set until acLBOpen, I'm guessing it's not once
per control.
2. In a multiuser environment, do I have to worry about the same control
being filled by two different sets of calls to the function? Is this what
the ID field is supposed to clear up (as opposed to just basing it on fld)?
3. What can I do with acLBGetFormat? There seems to be no documentation on
this other than setting it to default by returning -1.