Showing parameters pass to data environment in data report header 
Author Message
 Showing parameters pass to data environment in data report header

I pass a range of date to my report using the following code.

   With DeConceptoNAS
     If .rsSQLlisteParticipant.State <> 0 Then .rsSQLlisteParticipant.Close
     .SQLlisteParticipant CDate(DTPickerDebut.Value),
CDate(DTPickerFin.Value)
   End With
   RptConceptoNAS.Refresh
   If Not RptConceptoNAS.Visible Then RptConceptoNAS.Show

The data show is correctly.

But now I want to show the date range in my report title (ReportHeader).

How can this be done ?

While can I use a RptTextBox the ReportHeader section only RptLabel ?

Thanks in advance for your help

--
Christian Paquet
Analyste-programmeur
Concepto International



Sat, 29 May 2004 00:29:46 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Showing parameters pass to data environment in data report header

2. Showing parameters pass to data environment in data report header

3. parameters for data environments/data reports

4. Report showing sample data not the passed data!

5. Data Environment and passing parameters to child commands

6. 2nd Request - Passing parameters to ADO Data Environment command

7. Problem with parameter passing with data environment

8. Passing parameters into stored procedure using Data Environment

9. Data Environment and passing parameter

10. How to show Data List with data environment

11. Editing data in a parameter query in Data Environment

12. Editing Data in a Parameter query built in the Data Environment

 

 
Powered by phpBB® Forum Software