Need vb sample..

  • Thread starter Thread starter Stan Sainte-Rose
  • Start date Start date
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
 
Stan Sainte-Rose said:
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 ...

Only a hint: In newsgroups I'd use a "fixed point font" (right word?),
otherwise I only see a pile of (again, right word?) exclamation marks.
 
Back
Top