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 Mike Lewis 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: *

  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

    Thanks for the info. Yes, I know I have to go to B subset. I'm getting pretty close except that the barcode AB Tall that I'm trying to use dosen't map the FNC1 to the same location... Grrrrrrrr
  4. 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...
  5. cfdave

    passing local variable in select

    Thank you all for all your help. I believe I can make this work from here.
  6. cfdave

    passing local variable in select

    Borislav, How would you write the dynamic SQL to do this?
  7. cfdave

    passing local variable in select

    Thanks! works fine.
  8. cfdave

    passing local variable in select

    Any suggestions as to how I can accomplish this?
  9. 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