I get an error while I try to preview/create a DataReport:
<<Run-time error '8526' Datafield('Empty') not found>>
My DataReport has 8 RptLabel controls from Label1 to Label8, and
8 RptTextBox controls (unbound) from Text1 to Text8.
When I run the following sub I get the above error. It hits...
I want to add a control to a DataReport dynamically, lets say a RptTextBox.
I run this code but i get a compile error: Method or member not found (Add is marked):
Set rptText = DR.Sections("Section1").Controls.Add("MSDataReportLib.RptTextBox", "RptTextBox1")
Does anybody knows how can i do this?
Hi,
I want to retrieve through my VB application the table relations from an MS ACCESS 2000 database. I want to know which field of a table is a foreign key and to which field of whom table is connected. My program must run select queries on any .mdb file and I have to know if the sql that the...
Hi,
I want to retrieve through my VB application the table relations from an MS ACCESS 2000 database. I want to know which field of a table is a foreign key and to which field of whom table is connected. My program must run select queries on any .mdb file and I have to know if the sql that the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.