R
rodchar
hey all,
i've created a report program that uses an enum to print the column headings
(which also controls where the column data goes)
this works ok, but i run into a problem when i want to change the column
order. what i have to do is rearrange the enum order, recompile, and it works.
anyone have any suggestions on changing the column order without recompiling
in this little scenario?
thanks,
rodchar
i've created a report program that uses an enum to print the column headings
(which also controls where the column data goes)
this works ok, but i run into a problem when i want to change the column
order. what i have to do is rearrange the enum order, recompile, and it works.
anyone have any suggestions on changing the column order without recompiling
in this little scenario?
thanks,
rodchar