aitorlarrea
24th October 2008, 15:52
Hi, sorry for refloating the post.
I'm working on B4c4, i'm getting unresolved reference to functio error on enable/disable.commands, have to include a library or somthing t make them work? or they're not valid on baan4?
thanx
zardoz
24th October 2008, 16:02
Nope, not valid in Baan IV
aitorlarrea
26th October 2008, 15:49
ok, and in baan4 how can I enable or disable commands on special menu depending on a condition on mark.occur??
thanx for the help
george7a
27th October 2008, 10:51
Hi,
I have moved this to a new thread. As for your question you can use "attr.input = false". check the following example:
field.*****:
before.input:
if your.condition then
attr.input = false | disable
else
attr.input = true | enable
endif
I hope it helps,
- George
aitorlarrea
31st October 2008, 00:53
i want to know how to disable commands, not fields...
george7a
31st October 2008, 09:25
The title of the thread was "fields". I will update it.