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...
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...
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
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...
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
--...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.