Home » Developer & Programmer » Forms » Help Needed on Check Boxes(when-checkbox-changed)
Help Needed on Check Boxes(when-checkbox-changed) [message #399460] Wed, 22 April 2009 05:49 Go to next message
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
icon11.gif  Re: Help Needed on Check Boxes [message #399461 is a reply to message #399460] Wed, 22 April 2009 05:55 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
On WHEN-CHECK-BOX-CHANGED trigger if the check box is uncheck issue CLEAR_RECORD OR DELETE_RECORD according to the record status.

Regards,
Azam Khan
Need Help with Checkbox [message #399462 is a reply to message #399460] Wed, 22 April 2009 06:09 Go to previous messageGo to next message
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
Re: Need Help with Checkbox [message #399475 is a reply to message #399462] Wed, 22 April 2009 06:59 Go to previous message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
Quote:
go_block('tabular_blockname');
Is this working?
Why can't you use else or if :picklist.chkbx:='N' to achieve your requirement?

By
Vamsi

PS: No need to start a new topic, every time you want to post.

[Updated on: Wed, 22 April 2009 07:31]

Report message to a moderator

Previous Topic: question
Next Topic: Deploy Forms on Web
Goto Forum:
  


Current Time: Sun Feb 09 11:58:25 CST 2025