本文介绍了如何使用vb6.0检入MSHFlexgrid记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用vb6.0检查Mshflexgrid记录是否存在





设计如下



Grade Combobox CertificateNo textbox1权限textbox2添加(按钮)



从组合框中选择Grade并在textbox1中输入certificateNo,在textbox2中输入权限单击添加(按钮)记录在MSHFLexGrid中添加如下





等级证书无权限

MEO1 ME123 HIMT



然后我再次从Combobox中选择成绩并在textbox1中输入CertificateNo并在textbox2中输入权限



当我点击添加按钮显示已经输入等级的消息。



我怎么能在MShflexgrid记录中验证是否使用vb6.0



请帮帮我。

问候,

narasiman'p。

解决方案

how to check in Mshflexgrid record is exists using vb6.0


Design as follows

Grade Combobox CertificateNo textbox1 authority textbox2 Add(Button)

select the Grade from combobox and type the certificateNo in textbox1 and authority in textbox2 and click the Add (Button) record is added in MSHFLexGrid as follows


Grade CertificateNo Authority
MEO1 ME123 HIMT

Then again i select the Grade from Combobox and type the CertificateNo in textbox1 and authority in textbox2

when i click the add button shows the message already you have entered the grade.

for that how can i validate in MShflexgrid record is there using vb6.0

please help me.
regards,
narasiman 'p.

解决方案


这篇关于如何使用vb6.0检入MSHFlexgrid记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 17:07