Help Needed on Check Boxes(when-checkbox-changed) [message #399460] |
Wed, 22 April 2009 05:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jolly_makkar
Messages: 63 Registered: March 2008
|
Member |
|
|
Hi,
i have one tabular block with one of the textfield "Name" .
One stacked canvas(tabular)is there for picking up the name.
Name comes from Master table along with Checkboxes on stacked canvas...
User Selects Checbox,With checbox changed trigger the name comes in tabular block....upto this its working
But if Checkbox unchecked,how to remove the same name from tabular block.
Thanks
|
|
|
|
Need Help with Checkbox [message #399462 is a reply to message #399460] |
Wed, 22 April 2009 06:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jolly_makkar
Messages: 63 Registered: March 2008
|
Member |
|
|
hi,
I have one tabular block on default canvas and picklist names along with checkboxes on stacked canvas
On checkbox changed i wrote coding
if :picklist.chkbx:='Y'
then
:tabular_block.name:= :picklist.name;
go_block('tabular_blockname');
next_record;
go_item('picklist.chkbx');
-----
now if i would uncheck check box ,i want specifically that name should be removed from tabular_block.name
item.....how to perform that?
Thanks
|
|
|
|