I ve added a CheckBox to a Form\Grid(There isn't a
CheckBox field in the Table). I want to check all
CheckBoxes in the grid by pressing a Button. How can i
do this?
I tried this code but it does not work..
...
while(DATASOURCE_ds.getnext())
{
CheckBox.value(NoYes::Yes);
}
...
Ozgur Koroglu
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

