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 TouchToneTommy 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 riazk

  1. riazk

    Report data not refreshing when database updated

    see ur report for in file menu uncheck the option save data with report and then save the report. or in code write the statements "reportobject.discardsavedata=true reportobject.refresh" before previewing the report Riaz Afridi
  2. riazk

    Remove part of table name?

    NOP Just remove the name of the database and leave the dbo. with the view but u will vrify the report each time when u change the database. it is the big problem with ODBC Conncetion uu will repeat this exercise when u will change the database name. the best solution is to use "RUN time...
  3. riazk

    SubReports Datasource

    Dear it is simple Just assing a DataSoure i.e runtime Recordset which contains the data of the sub report as u have done for the main report. means do like this. first declare to subreprot object and set them using set statment from the main report. "subReportObject1.setdatasource...
  4. riazk

    Text Object

    Dear Question is not so clear means how u want to use the textbox value in a sum function. Riaz Afridi
  5. riazk

    Placing Fields without a DB connection?

    Yes it is very easy to do that I am giving an example with will help u too much but ur report datafields and recordset fields must be same 'here is the Code 'ADD the to a Module in VB Declare Function CreateReportOnRuntimeDS Lib "p2smon.dll" ( _ lpUnk As Object, ByVal ReportFile As...

Part and Inventory Search

Back
Top