Hi Todd,
On AfterFormLoad event.
Sent the Click method.
BTW, the click method is on SAPbouiCOM.Item object. not on the Button Object.
So, it would be something like
oForm.Items.Item("1").Click(BoCellClickType.ct_Regular)
Regards
Edy
Hi Todd,
On AfterFormLoad event.
Sent the Click method.
BTW, the click method is on SAPbouiCOM.Item object. not on the Button Object.
So, it would be something like
oForm.Items.Item("1").Click(BoCellClickType.ct_Regular)
Regards
Edy