Hi,

I think I've got a solution! I haven't tried it yet,
so here's my reasoning: I got the idea from Spencer
Simpson.

Use a SINGLE Handler Subroutine, Use triggercontrol
(to get the last checkbox u clicked) - then load a
function, before the alter control command (called
PopArray) - PopArray will have a temparray which
stores the columnnames (pre-defined) of the data you
want to put into a specific array. The function uses
the triggercontrol (ID 1, 2, 3, etc) to go through the
temparray and select the appropriate column (has to be
in order)--it then gets all the data in that row and
puts it into an new array called testarray (global)
and returns to the Handler...then just alter control
title from testarray! The problem is that it has to
load the array data every time you select a checkbox
(so it might be a tad slow).

Dialog...
' then call handler
Sub Handler
 Call Function (triggercontrol value)
'Function
   Create Array (at runtime)
 Return to Handler
'End Function
Alter Control .... (using temparray created in the
function)

What do you think? I suppose if you have a lot of data
in one of the arrays then create it seperately, but
for small arrays, this should work a treat

Anyone disagree with my theory and think I'm barking
mad, let me know...

Thanx Spencer Simpson

Ben

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to