Hi Friends,
I have a problem assigning a value to a field.
Normally, under an event such as On Load, I can assign a value to field like
{Customer} = “John”;
and when run that field will show “John” when run.
But when I have a Button on a form that invokes PHP codes. I put
{Customer} = “John”;
in the php code section of that Button.
Now when run, I press that button, the I expect {Customer} field to get value “John” but instead I got nothing.
What did I do wrong?
Thanks,
Capecode