Available fields available, depending on whether a new record or an edit ?
Available fields available, depending on whether a new record or an edit ?
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Hi,
Certainly this is possible - you can use the
show()
andhide()
methods to show and hide the fields. Combine that with theinitCreate
andinitEdit
events and you can show and hide whatever fields are required for create and edit.Regards,
Allan
Thanks Allan,
took me a little while to implement, I am still a bit of a noob at this.
This is what I did, it seems to work..
Looks good - nice one :-)
Allan