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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tatsidis

  1. tatsidis

    DataReport run-time error '8526'

    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...
  2. tatsidis

    Adding controls to DataReport dynamically?

    Well, I understand what you are saying, but if the user selects any number of fields he wants to print, then how can I at run-time resize the width property of a RptTextBox (for example) so that he gets a nice and visible report? How can I know the maximum width of a field so that I can resize...
  3. tatsidis

    Adding controls to DataReport dynamically?

    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?
  4. tatsidis

    Retrieve MS ACCESS 2000 table relations

    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...
  5. tatsidis

    Retrieve ACCESS 2000 table relations

    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...

Part and Inventory Search

Back
Top