RPV Reports / Home
 
Search in RpvSoftware.com
Go!

What Rpv is

Rpv Reports 2024

Downloads

Support

Buy now!

Contact us

 
Rpv Reports help>

Colors sample. Portion of a VB program.
The following is an easy example of how to change colors using Rpv Reports.

Open "c:\windows\temp\colors.rpv" For Output As #1
Print #1, "Report_title=Sample of colors"
Print #1, "spacing=250"
Print #1, "$col0=400"
Print #1, "[header]"
Print #1, "{f=arial;b=y;s=10}"
Print #1, "{$col0} Color samples {\n;\n}"
Print #1, "[data]"
For rtr = 0 To 15
Print #1, "{$col0;c=" & rtr & "} This has been printed using color # " & rtr & "{\n}"
Next rtr
Close
x = Shell("rpv c:\windows\temp\colors.rpv", vbMaximizedFocus)
Open VB and select "new project". After that insert a command button and paste this code for that button. After that run the program.

Home
What Rpv is
Rpv Reports 2024

Products
Rpv Reports 2024
Personalized edition

More...
Downloads
Support
Rpv Reports Online help
Rpv Visual Editor online help
Examples
/temp section
Videos




Copyright (c) 2001-2024 - Rpv Software. All rights reserved.