Forum: VB.NET Nov 28th, 2008 |
| Replies: 4 Views: 5,643 Dear Friend
I can not accept Your procedure .
I think you should check it before entering the syatem.
Check it before entering the system.
Suppose your dataset is ds; |
Forum: VB.NET Nov 28th, 2008 |
| Replies: 0 Views: 382 Hi Friends
We have already completed POS with VB.NET 2003. I want to know how to get printing line by line by using crystal report . Also i want to know what type of printer I should used to... |
Forum: VB.NET Nov 27th, 2008 |
| Replies: 10 Views: 43,028 :'(
' create a object of the form
dim obj as new Form1
obj.show()
():) |
Forum: VB.NET Nov 27th, 2008 |
| Replies: 6 Views: 52,516 suppose your dataset is -ds
you can see your data
msgbox(ds.Tables(0).rows(0).itemarray(0))
this is the first row / first column data
but you shuld have a atleast one row in the data set. |