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