Customiseed report

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Pranab_(Guest)
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Customiseed report

Post by Pranab_(Guest) » Thu Mar 25, 2004 7:45 am

Using R&R with VB can I provide my customer to design their won report directly from the application?____Regards,__Pranab

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Customiseed report

Post by kfleming » Thu Mar 25, 2004 7:58 am

Runtime users do not have the ability to design reports.__However you can build a report on the fly via R&R^s open scripting where you create a text file that is used as a report definition.____Kathleen__R&R Support

RamonaThugs
Posts: 0
Joined: Thu Apr 12, 2018 7:52 am

==> RE: Customiseed report

Post by RamonaThugs » Thu Mar 25, 2004 11:45 am

If your using VB may I suggest?____On your VB form:__1-Add component R&R SQL report control. This component will look like the R&R logo on your VB form. Go to the properties of the control and select your report and make other desired settings.__2-Add a command button that will execute the R&R SQL report control. The below is very basic code that will work.____The below is directly from R&R help 8.5 developing applications.____*****___ Private Sub Command1_Click()____ RSReport1.Action = 1____ End Sub__*******____I have used this in Excel, Access and VB to run R&R reports.____Jim Finigan__

Post Reply