Skip to Content
0
Former Member
Mar 23, 2009 at 06:08 PM

CheckBox B1 check

2304 Views

Hi,

There is a checkbox for rounding in A/R Invoice.

I like to validate if the checkbox is checked or not...and if not; check it...

Any code sample out there?

I tried following without success:

bool vm_RoundingCheckBox_bool = Convert.ToBoolean( ( ( SAPbouiCOM.EditText )( oForm_133_InvoiceAR.Items.Item( "105" ).Specific ) ).Value );

Thank you,

Rune