
January 30th, 2004, 01:00 AM
|
|
Contributing User
|
|
Join Date: Jul 2002
Location: Mumbai
Posts: 82
Time spent in forums: 7 h 21 m 30 sec
Reputation Power: 7
|
|
|
Change Crystal report heading using VB6
I had written a program that generates a crystal report based on parameters passed.
Viz. Cutomer code range
say from CI00001 to CI99999
I accept these values from textboxes in VB
I am getting the report I want.
I want to change the heading from just
"Customer list"
to
Customerlist for range CI00001 to CI99999
in this heading I repeat the values CI00001 and CI99999 will be coming from Visual Basic Text boxes
Pease help
A code will be great help
|