After a closer look I have a query.
Quote:
|
FromControl (Control As Control) - Gets a reference to a Basic4ppc intrinsic control.
|
I assume this is also used if the library object
does expose a reference (usually with Value or ControlRef).
Quote:
|
FromLibrary (ObjectName As String, FieldName As String, B4PObject2) - Gets a reference to an object which was added from an external library. You should only use this method if the object does not expose a reference (usually with Value or ControlRef). FieldName must be known.
|
I am probably being thick but I don't understand what FieldName might be? The only thing that I can think of is that it is the instance variable that most such libraries load with a new instance of whatever object they are instantiating, in which case I assume this variable would have to be Public to work!