Instead of using the standard layout I am using Custom Code on On Load to display fields from a record. How can you show fields from a record assuming a Model Id called client on DB Load Recorder?
I assumed it would be the same as using with non-custom code like this:-
echo $client[name]
but it doesn't work.
Do you have to prefix wit with the form name or something?
I assumed it would be the same as using with non-custom code like this:-
echo $client[name]
but it doesn't work.
Do you have to prefix wit with the form name or something?
Hi peterswa62,
Isn't this the same question as you posted a few days ago in another thread?
Bob
Isn't this the same question as you posted a few days ago in another thread?
Bob
Not quite the same but figured it out.
This topic is locked and no more replies can be posted.