hi friends,
at present i am doing a project for fast food center. i want to display the billing items in MSHFlexgrid. to do the same i am using the following code.
Private Sub txtquantity_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
If Not IsNumeric(txtquantity.Text) Or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.