Help with Col List Box
I'm trying to create a dialog with a Col List Box (CLB). I populate my CLB using the following:sourceColList << Append( DataTable1 << Get Column Names() );
sourceColList << Set Analysis Type( Continuous );
sourceColList << Set Data Type( Numeric );
sourceColList << Set Max Selected( 1 );and when I create my window everything looks fine, and I can select items in the CLB.But here's the thing: when...
vince_faller