tnzabo
20th February 2006, 18:50
I have a type 3 form, actually I've also tried this as a type 2 as well. Anyway, it's multi-occ and there is a main table. It is a Maintain session type. Below the multi-occ records there are some more fields displayed that are input type. So, when the user selects one of the multi-occ records the information in the lower fields shows up but I can not get into those fields to update the info. Same if I insert a new record through the multi-occ, I can't click into the lower input fields to enter info in them.
Any ideas on this?
lbencic
20th February 2006, 19:40
You need to define these fields as 'single.fields.on.mocc.form', in the before program section.
See Hours Accounting script, the following is an exerpt:
single.fields.on.mocc.form("tihra100.cprj", "tihra100.pdno",
"tihra100.opno", "tihra100.cact", "tihra100.opcp",
"tihra100.qucp", "tihra100.qrjc", "tihra100.pccp")
tnzabo
20th February 2006, 21:05
That worked - I feel very stupid actually - never heard of that command before. Thanks so much!!
Kingsto88
21st February 2006, 03:27
Hello,
I am try out the same issue. Where do you put this command? In which section?
Thanks and regards,
tnzabo
21st February 2006, 14:56
Hi - you just need to put it in the before.program section. Works great!