AndyGB4
Posts: 122
|
| Posted: 03/18/2013, 4:09 PM |
|
Hi,
I'm using a Calendar, and when someone clicks on a date's hyperlink, I'd like to add the value of a control as a parameter to the URL. The control is a hidden field that I added myself, so it's not a database column or anything. So how do I access the value of that control?
I've tried this, but it didn't work:
Source Type: Form
Parameter Source : controlName
Parameter Name: paramName
Do I need to put the Calendar's name before the source? (eg: Calendar1.controlName)
Or is there something else I need to do,
or some other way to access that value and use it as a parameter?
Thanks!
|
 |
 |
rmiranda
Posts: 6
|
| Posted: 04/18/2013, 5:27 PM |
|
I'm having this same issue right now when trying to pass a parameter from another field. Did you ever find a solution for this?
|
 |
 |
AndyGB4
Posts: 122
|
| Posted: 04/18/2013, 5:29 PM |
|
Unfortunately no, I haven't
|
 |
 |
rmiranda
Posts: 6
|
| Posted: 04/18/2013, 7:16 PM |
|
Ok.. I thought it might have been something I was doing wrong with CCS. If I find something, I'll post it back.
|
 |
 |
rmiranda
Posts: 6
|
| Posted: 04/18/2013, 9:49 PM |
|
Hey AndyGB4,
I figured out what was going on. The words and methods are a little misleading.
If you'd like, shoot me a PM to discuss. I'll try to also post a write up here for those that are also having the issue.
|
 |
 |
|