Customiseed report
-
- Posts: 1
- Joined: Tue Oct 10, 2017 12:44 pm
Customiseed report
Using R&R with VB can I provide my customer to design their won report directly from the application?____Regards,__Pranab
=> RE: Customiseed report
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
-
- Posts: 0
- Joined: Thu Apr 12, 2018 7:52 am
==> RE: Customiseed report
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__