Please join us on Saturday, May 10th at 10:00 am for a presentation by Mike
Feltman of F1 Technologies. See the GRAFUG website (www.grafug.com) for the
meeting place and directions. 

 

Collection Iteration and Arrays 

 

Visual FoxPro has great support for collections. Virtually all of the
objects that can contain other objects have a native objects collection that
can easily be traversed to access their members. Object collections provide
a great access point for performing the same or similar actions on groups of
objects. They also provide the means necessary to locate and act upon
objects in a loosely coupled fashion. In this session Mike will introduce
some utility functions and classes that:

 

1.       make it easy to dynamically create and act upon collections,  

2.       dramatically reduce the amount of redundant code you write in
dealing with collections,

3.       helps you to eliminate object dependencies and write code that is
more adaptable and easier to maintain,

4.       eliminate drill down code 

 

Visual FoxPro also has a wealth of functions for dealing with arrays,
however; developers often write very redundant code when it comes to dealing
with arrays. In this session Mike will also provide a set of utility
functions and classes that streamline redundant array operations and add
more power and flexibility to arrays.

 

Attendees will learn...

1.      How to easily access objects and groups of objects from anywhere
within a containership hierarchy with a single line of code without drilling
through the object hierarchy or writing error prone lengthy object
references. 
2.      How to perform operations on groups of objects that are not
contained within a single container. 
3.      How to make single line calls to convert an array to a string, merge
2 arrays, remove specific items from arrays, remove duplicates from arrays
and more. 
4.      How to create loosely coupled object references that won't break
when controls are moved or even renamed. 

 

 

Cathy Pountney

GRAFUG President & Secretary

www.grafug.com



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to