Viewing 15 posts - 5,536 through 5,550 (of 9,643 total)
Right, that's what I meant when I said
It does not handle if you have multiple starts and stops for a Unit
You need to remember that...
March 30, 2009 at 9:42 am
And the error would be?
Can you post the DDL, DML, and some test data like mentioned in my signature line?
March 30, 2009 at 9:09 am
This should get you started. It does not handle if you have multiple starts and stops for a Unit. You can check out this article[/url] for some ideas...
March 30, 2009 at 8:38 am
Based on your most recent post, the IsNothing function should be what you need as in VB.NET a database NULL usually produces an "Empty" object which evaluates to NOTHING. ...
March 30, 2009 at 8:29 am
Can you post the full table structure and some sample data like suggested in my the articles in my signature? At this point we also do not know what...
March 30, 2009 at 7:55 am
I know I've had a discussion with Jeff on at least one thread about when/why you would use an INSTEAD OF trigger, so I thought I'd post it in here....
March 30, 2009 at 7:19 am
You aren't showing any dates being stored so how would you get the duration? You need at least at start time stored in order to get a duration.
March 30, 2009 at 7:14 am
IF it has the text, NULL, then you would need to do string comparison:
IIF(Fields!CLSDDATE.Value = "NULL", Count(Fields!OPENDATE.Value), 0)
the only thing I did is add quotes (") around the word NULL.
March 30, 2009 at 7:12 am
Sounds like you need a dataset that returns the company name with a parameter for user id.
March 30, 2009 at 6:57 am
You can use the HOST_NAME() function to retrieve the client name.
If you aren't sure how to create a trigger you can start by reading this article[/url].
March 30, 2009 at 6:55 am
It would be easier to answer the question if you posted the DDL for your tables and some sample data as described in the articles in my signature.
Here is a...
March 30, 2009 at 6:43 am
First I need to confirm that you are using SQL Server 2005 Compact Edition as that is the forum you have posted in.
I would not recommend doing this...
March 30, 2009 at 6:34 am
This is a duplicate post. Please post answers here.
March 30, 2009 at 6:28 am
I guess that would depend on the definition of harassment. I've heard people define harassment as including overhearing an off-color joke being told in another office/cube. If that's...
March 30, 2009 at 6:22 am
I believe you want to set the tooltip property on the column/textbox.
March 30, 2009 at 6:15 am
Viewing 15 posts - 5,536 through 5,550 (of 9,643 total)