1. 增加按钮:

Combo_订单类型.Properties.Items.Clear()
Select Case Combo_客户名称.EditValue
  Case "ABC"
    Combo_订单类型.Properties.Items.Add("CCPS 仓储配送", "仓储配送", -1)
  Case "DEF"
    Combo_订单类型.Properties.Items.Add("YSPS 运输配送", "运输配送", -1)
End Select

 

相关文章:

  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-24
  • 2021-11-09
  • 2021-08-26
  • 2021-10-16
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案