Hi All,
I'm creating program to Add Vendor from VB.NET, The problem is in my vendor master need optional field. I have not made any VB.NET that use optional field before, can anyone help me how to do it?
Currently I use the this script :
APVENDOR1detail.Fields.FieldByName("VALIFTEXT").SetValue("1000000", False)
APVENDOR1detail.Update()
but from script above, I only updated the last Optional field (Currently I have 4 optional in Vendor Master), I think I need to browse the optional field first but I don't know how to do that, please help.
I'm creating program to Add Vendor from VB.NET, The problem is in my vendor master need optional field. I have not made any VB.NET that use optional field before, can anyone help me how to do it?
Currently I use the this script :
APVENDOR1detail.Fields.FieldByName("VALIFTEXT").SetValue("1000000", False)
APVENDOR1detail.Update()
but from script above, I only updated the last Optional field (Currently I have 4 optional in Vendor Master), I think I need to browse the optional field first but I don't know how to do that, please help.