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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insert date on header report in datareport (vb6) 1

Status
Not open for further replies.

baharehresidegan

Programmer
Apr 16, 2007
8
IR
I want to insert date(today) on on header report in datareport (vb6) but i can't
please resolve my problem
tanx
 
Put a label in the header section and do something like this:

Code:
rptMain.Sections("Section4").Controls("lblToday").Caption = Date

That should do it for you.

Swi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top