I am trying to clear the contents of all list boxes contained within 
a list container by passing the list container to a SUB. Something like 
this (I know this is not correct but it gets the idea across);

SUB ClearLists(phListContainer AS ListContainer)
          phListContainer.child[0].clear
END

But the child[0] returns the properties and methods for the basic 
control object which does not have Clear as an option.
I need to be able to iterate through the children of the container, and 
clear their contents.

-- 
Kindest Regards
Stephen A. Bungay, Prop.
Smarts On Site


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to