V32Brw2Graph() converts the
contents of <oBrw> into graphical data and sends it to V32Graphs()
function. To convert <oBrw> to a meaningful graph, it must contain
at least one numeric field at a bare minimum. Additionaly if one character or
date field is also present, graph will be more tangible.
ROW: All numeric columns will be considered series data and will
become columns of <aData>. Rows will become the rows of
<aData>. First character or
date column will become the basis for <aLabels>. Column
headings of numeric columns will be considered as <aLegends>.
COL: Rows of <oBrw> will constitute column data of
<aData>. Columns of <oBrw> will become rows for <aData>.
First column of type character or date of <oBrw> will constitute
<aLegends> and column headings of numeric columns will constitute
for <aLabels>.
Please note that this function may not display meaningful graph if
either the numeric columns are in access or rows in browser are too much.
Of course, graphical representation is limited by screen resolution only.
Note that the control will return back to the application as soon as
processing of <oBrw> will come to an end. Then graphic window will
become independent of your application window. This way you can create as
many graph windows as you like ( restricted by the system resources only )
and can view them side by side.
To know what <aData>, <aLabels>,
<aLegends> does represent, please review the V32Graphs() function.