ElvisUntot
Programmer
i am trying to extract the code in my reports with vb6.0
the code for the funktions was easy.
but now i need to extract the code for the formating of the header, detail, footer, subreport,... and i have no idea how to access them.
the code for the funktions was easy.
Code:
For i = 1 To report.FormulaFields.Count
s1 = report.FormulaFields(i).Name
s2 = report.FormulaFields(i).Text
Next i
but now i need to extract the code for the formating of the header, detail, footer, subreport,... and i have no idea how to access them.