S
Stan Sainte-Rose
Hi,
I m very new in vb.net I usually work with ASP for websites.
Right now, I have to design a small application using vb.net and in fact I'm
learning by reading books and some newsgroup posts.
I m looking for someone who could give me a bit of code that would make this
job or tell me where I can find an example :
Ask for sku code.
Find the item name into a database using the sku code (Access or SQL
Server, best would be xml)
Write the item name
Allows the user to write a quantity.
Add the completed line into a database and displayed in a datagrid (or
listview)
Example
+----------+--------+----+
! SKU ! Item !Qty !
+----------+--------+----+
! 0130 ! Test ! 1 !
! 0123 ! Car ! 2 !
! ! ! !
! ! ! ! <--------- all the added
! ! ! ! items would be displayed here
! ! ! !
+----------+--------+----+
! ! ! !
+----------+-------+-----+
! ! !
! ! +----- The user types the qty
! +-------------------if the sku code is found, the item
name is displayed here
+------ The user types the sku here
I thank you for your help and light ...
Stan
I m very new in vb.net I usually work with ASP for websites.
Right now, I have to design a small application using vb.net and in fact I'm
learning by reading books and some newsgroup posts.
I m looking for someone who could give me a bit of code that would make this
job or tell me where I can find an example :
Ask for sku code.
Find the item name into a database using the sku code (Access or SQL
Server, best would be xml)
Write the item name
Allows the user to write a quantity.
Add the completed line into a database and displayed in a datagrid (or
listview)
Example
+----------+--------+----+
! SKU ! Item !Qty !
+----------+--------+----+
! 0130 ! Test ! 1 !
! 0123 ! Car ! 2 !
! ! ! !
! ! ! ! <--------- all the added
! ! ! ! items would be displayed here
! ! ! !
+----------+--------+----+
! ! ! !
+----------+-------+-----+
! ! !
! ! +----- The user types the qty
! +-------------------if the sku code is found, the item
name is displayed here
+------ The user types the sku here
I thank you for your help and light ...
Stan