View Single Post
  #4 (permalink)  
Old 03-26-2008, 03:04 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,314
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

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!
Reply With Quote