JayEdgar
Posts: 77
|
| Posted: 12/21/2010, 2:53 PM |
|
I never use links because I just use labels instead. However, I have a situation where I want to preserve parameters, so I'm using a link.
I want to update the text appearing to the user of the link depending upon values in the database. However, I am unable to change the link text in code as the documentation says I should be able to. I'm attempting to use
$Form->Control->SetValue()
and
$Form->Contro->SetText()
Neither one is working. Am I missing something
Thanks in advance,
Jay
|
 |
 |
JayEdgar
Posts: 77
|
| Posted: 12/21/2010, 2:56 PM |
|
Ah, I just found the answer. I didn't have the link set up properly. {linkname} needed to be in the link...
|
 |
 |
|