Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Report method "addFieldObject" in vb6

Status
Not open for further replies.

jumula

Programmer
Nov 17, 2003
6
DE
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!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top