Here is an example form the smmContactPersonSelectForSynchronisation
form:
contact = contactPerson_ds.getFirst(true);
if (!contact.RecId)
smmContactPersonsSynchronize::syncContactPerson(contactPerson.contactPer
sonId);
else
{
for (contact = contactPerson_ds.getFirst(true); contact; contact
= contactPerson_ds.getnext())
{
// do your code here... Ie CheckBox.value(NoYes::Yes);
}
}
Good luck
Tony
=============================================
Moore Stephens Technology Australia
Business Building Strategies
Phone (Direct): + 61 (7) 3100 0012
Phone (Switch): + 61 (7) 3317 7877
Phone (Mobile): 0407 634 748
Fax: + 61 (7) 3221 0812
Address: GPO Box 1396, Brisbane Qld Australia
E-mail: [EMAIL PROTECTED]
Visit our web site: www.moorestephens.com.au/tech
Disclaimer: This email message and any accompanying attachments should
only be read by those persons to whom it is addressed and is not
intended to be relied upon by any person without subsequent written
confirmation of its contents. Accordingly Moore Stephens Technology
Australia disclaim all responsibility and accept no liability (including
in negligence) for the consequences for any person acting, or refraining
from acting, on such information prior to the receipt by those persons
of subsequent written confirmation.
If you have received this email message and any accompanying attachments
in error, please notify us immediately by telephone (+61 7 3317 7877).
Please also permanently delete the message from your computer. Any form
of reproduction, dissemination, copying, disclosure, modification,
distribution and/or publication of this email message and any
accompanying attachments is strictly prohibited without the prior
consent of Moore Stephens Technology Australia.
-----Original Message-----
From: ozgur koroglu [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 21 July 2004 12:08 AM
To: [EMAIL PROTECTED]
Subject: [development-axapta] CheckAll
Hi,
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!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/
Yahoo! Groups Links
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
| 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.

