i want to show the current date in add mode but it s not working
is there any changes thats working properly.
If oForm.Mode = SAPbouiCOM.BoFormMode.fm_ADD_MODE Then
oEdittext = oForm.Items.Item("MrolVal").Specific
oEdittext.String = Format(DateTime.Today, "ddMMyy")
End If