Forums

How to show fields from form using Custom Code

peterswa62 15 Oct, 2012
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?
GreyHead 15 Oct, 2012
Hi peterswa62,

Isn't this the same question as you posted a few days ago in another thread?

Bob
peterswa62 15 Oct, 2012
Not quite the same but figured it out.
This topic is locked and no more replies can be posted.