|
Re: Change the value of checkbox at runtime [message #84922 is a reply to message #84899] |
Wed, 12 May 2004 02:57   |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
Make use of When-New-record-Instance Trigger in the Detail block.
As son as you navigate to a New record in the Detail block the value of Materblock check box can be populated.
Just write :Detail.item:=:Master.item;
Alos write a when-check-box chnaged trigger on the Master block so if the user changes its value then value in the Detail block is also changed.
Just write :Detail.item:=:Master.item;
Hope this helps.
Regards
Himanshu
|
|
|
|