User Profile
Collapse
-
thank you rabbit for replying. but I am not sure how to do the task that you have mentioned ?? -
Thanks for the reply zmbd. I have the following code in my cmdprint button under click event :
...Code:Dim xRows As Integer Dim xQuantity As Integer, xPrint As Integer, PageNo As Integer Dim strCode As String, strPrice As String For xRows = 1 To Grid.Rows - 1 Grid.RowSel = xRows xQuantity = Grid.TextMatrix(xRows, 3) strCode = Grid.TextMatrix(xRows, 1) strPrice = Grid.TextMatrix(xRows, 2) PageNo
Leave a comment:
-
How can I Print Data From MSHFlexgrid in vb 6.0
I am a beginner in VB 6.0 and trying to build a Inventory system with MS-Access Database and VB 6.0. My problem is, I have entered the stock in tblstock with the stock from, now I want to print the code and price for my product. I have a from which have a mshflexgrid containing the Code, tprice and quantity in column 1, 2 and 3 receptively. Just for example, like
...Code:Code Price Quantity
No activity results to display
Show More
Leave a comment: