本文介绍了我想在Combobox中添加网格单元格值。我将如何帮助我的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为健身房开发项目

和计划对于健身房就像1个月,2个月,...对于健身房

如果他们有任何报价然后所有者可以添加他的自定义计划(排灯节报价)和网格中的一个复选框,用于激活计划/停用计划,当他选中此复选框,然后计划必须添加Combobox,反之亦然。

这些我有在该所有者中创建了一个计划配置表单,添加他的计划名称,计划描述,计划金额,计划多少个月,如1,2,3,4,5。

这些自定义计划我想要添加Combobox以便会员选择他的计划作为在计划配置中选择的所有者。

所以会员可以获得由所有者激活的优惠。





当加载成员窗体时,激活计划必须添加cmbobox

解决方案

I am developing project for Gym
and For plan For gym is like 1 month,2 month,... for Gym
if their if any offer then owner can add his custom plan like (Diwali offer) and one check box in grid for active plan/deactivate plan when he check this checkbox then plan have to add in Combobox and wise versa.
for these i have Created a plan configuration form in that owner add his Plan name, plan description, plan amount, plan for how many months like 1,2,3,4,5.
And these Custom plan i want to add in Combobox for member to select his plan as owner selected in plan configuration.
so member can get this offer which is activate by owner.


When member windows form is loaded then Activated plan have to add in cmbobox

解决方案


这篇关于我想在Combobox中添加网格单元格值。我将如何帮助我的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 07:27