- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
I have a routine that is supposed to grab all email addresses within a certain group. The email address list can be well over 1000 emails. When emailing it out though I can only send around 150 emails at a time. So what I i've done is executed a query …
This is an old post but I thought I would bump it as I am having the same issue. The file to open to post result to a excel tab could be stored on the server in my case though. If that makes it any easier.
I am having trouble figuring out how to pull this off. Basically I have a gridview table that shows a point value in each cell. What I am attempting to do is replace the point value within the cell and draw a colorized circle/dot where the color is based upon …
I am trying to write a query in my .net app and I'm having trouble pivoting the table since the columns are generated dynamically (based on a month range selected by the user) [CODE]SELECT SUM(HEALTH_MTTR) AS MTTR, SUM(HEALTH_OTR) AS OTR, SUM(HEALTH_REPEAT) AS REPEAT, SUM(HEALTH_CHRONIC) AS CHRONIC, SUM(HEALTH_TOTAL) AS TOTAL, (CAST(CAST(YEAR([DATE_RESOLVED_FOR_CLOSURE]) …
Alright. Got it working after reading this article about namespaces... [url]http://www.aspfree.com/c/a/VB.NET/Developing-Namespaces-in-VBNET-2005/[/url] It had a great article with a demo project! So I created a new class file in my project then replaced all code in that file with the code listed earlier in this topic Once I saved the file …
The End.
kardsen