Roland
|
| Posted: 01/31/2003, 10:55 AM |
|
Hi,
I need to use the before show event to change the value of a record field.
How to do that.
Thanks Roland
|
|
|
 |
Roland
|
| Posted: 01/31/2003, 11:03 AM |
|
Hi,
I got it:
global $DMMAIN;
if ($DMMAIN->changeby->GetValue() == "")
{$DMMAIN->changeby->SetValue(CCGetSession("UserLogin"));};
If there is a better way, please let me know.
Thanks Roland
"Roland" <R.Walde@podconsult.de> wrote in message
news:b1egq5$8ob$1@news.codecharge.com...
> Hi,
> I need to use the before show event to change the value of a record field.
> How to do that.
> Thanks Roland
>
>
|
|
|
 |
|