krobinson98
5th November 2008, 17:28
When a user clicks the new button I want the synchronized session which displays the details view to open and allow the user to enter the new record data in that session instead of the overview session.
I'm currently using the below code but this simply opens a readonly version of the session. Ideally I want the detail session to open to allow entry of the new record data and this functionality then disabled in the parent so they can't enter it in both places. Thanks for any help.
before.new.object:
field.proc = start.synchronized.child ( session)
I'm currently using the below code but this simply opens a readonly version of the session. Ideally I want the detail session to open to allow entry of the new record data and this functionality then disabled in the parent so they can't enter it in both places. Thanks for any help.
before.new.object:
field.proc = start.synchronized.child ( session)