To All
I am creating a browse from a dynamic array based on the number of employees and I want to use their names for the Column headers... as you can see .. all the names have been consolidated in column1.
Obviously I did not succeed .. any help would be appreciated.

I am creating a browse from a dynamic array based on the number of employees and I want to use their names for the Column headers... as you can see .. all the names have been consolidated in column1.
Obviously I did not succeed .. any help would be appreciated.
cHeader := " Time ,;"
cHeader += "Angelo Russo,;"
cHeader += "Aaron Rymal,;"
cHeader += "Richard Lipkin"
...
...
REDEFINE xBROWSE oLbxA ;
ARRAY aSchedule ;
HEADERS cHeader ;
ID 172 of oSch ;
AUTOCOLS LINES CELL