Hi, i try to create an Report but it doesn' works because i don't know the correct form of the statement "addFieldObject".
I have an sql-string and than i don't know what word or which tablename is right in the method. Here is my example
...
sql="Select name from tab"
m_Report.SQLQueryString = sql
...
With m_Report.Sections(3)
.AddFieldObject "{tab.name}", 500, 0
End With
...
Every time i have an error on the "addfield"-row, but i don't know why. Is there anybody who can help me?!
Thank you!!!!
I have an sql-string and than i don't know what word or which tablename is right in the method. Here is my example
...
sql="Select name from tab"
m_Report.SQLQueryString = sql
...
With m_Report.Sections(3)
.AddFieldObject "{tab.name}", 500, 0
End With
...
Every time i have an error on the "addfield"-row, but i don't know why. Is there anybody who can help me?!
Thank you!!!!