Chris T.
|
| Posted: 01/30/2006, 11:11 AM |
|
I have a report on one page, and it's search form on another page. There is only one field to search on (date).
selecting a date and pressing the search button goes to the report page and everything works fine. But I want to put a label at the top of the report page that displays the date that was typed in for the search on the previous page.
So, how do I get my search field value from page 1 to page 2 into a label field?
|
|
|
 |
Chris T.
|
| Posted: 01/30/2006, 11:46 AM |
|
nevermind, I figured it out.
in the Label's event properties...in the BEFORE SHOW event, added "Retrieve Value for Control" action, then for it's properties:
Control Name: (the label name)
Source Type: URL
Source Name: s_Date
|
|
|
 |
Walter Kempees
|
| Posted: 01/30/2006, 12:39 PM |
|
I was going to tell, but great job Chris
<ChrisT.@forum.codecharge (Chris T.)> schreef in bericht
news:643de6d276c4e9@news.codecharge.com...
> nevermind, I figured it out.
>
> in the Label's event properties...in the BEFORE SHOW event, added
> "Retrieve
> Value for Control" action, then for it's properties:
> Control Name: (the label name)
> Source Type: URL
> Source Name: s_Date
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|