Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cfdave
  • Content: Threads
  • Order by date
  1. cfdave

    Setting up Email using virtual SMTP server and Gmail smtp

    Hi, I need help configuring reporting services to email reports. I need to use gmail as an outbound server because this is a test box not connected to a domain. After a lot of reading, I thought i had everything set up. For the most part, email works using gmail. I can send an email from a...
  2. cfdave

    DataGridView Insert, Delete, Edit Help

    I'm new to VB.net 2008 and I'm trying to use a DataGridView Control to Add/Edit/Delete records in a simple database table. I used the wizard to create the datagridview and it created a dataset a bindingsource and a tableadaptor. When i run my project, data that is in the database table is...
  3. cfdave

    EAN UCC 128 encoding for AI 420

    I have inherited an application (vb.net) that produces a shipping label and packing list. Part of the shipping label is a EAN UCC 128 barcode for the shipping zip code. I don't fully understand the code that generates this barcode, but it works for US zip codes (5 digit numeric ex 27215) Now...
  4. cfdave

    passing local variable in select

    I am trying to update a number of rows in a table. I am retrieving the number of rows with a query and assigning a local variable. Here is the code segment. select top 1 @MS= UPSMaxSize from SorterChuteTemp where chutestatus = 'SUS' order by chuteID if(@MS > @Size) -- will fit begin --...

Part and Inventory Search

Back
Top