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 wOOdy-Soft 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 rvps

  1. rvps

    rename subreport

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cr As New CRAXDDRT.Application Dim rpt As CRAXDDRT.Report Dim r2 As CRAXDDRT.Report Dim sec As CRAXDDRT.Section Dim sbr As...
  2. rvps

    Renaming a saved subreport.

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cr As New CRAXDDRT.Application Dim rpt As CRAXDDRT.Report Dim r2 As CRAXDDRT.Report Dim sec As CRAXDDRT.Section Dim sbr As...
  3. rvps

    Naming subreports

    If you have dot net, here's some code that will allow you to rename the subreport. You point to the original subreport file, it will import it to a new report and change the name. You can then open the new report and export with the new name. Private Sub Button1_Click(ByVal sender As...

Part and Inventory Search

Back
Top