Viewing 15 posts - 16 through 30 (of 33 total)
thanks all for your replies, I have solved the issue! but i thought i may post something of interest to others:
Sometimes when you have the total minutes for something, it...
August 7, 2005 at 10:38 pm
sorry i couldnt be more clear ill try again,
in my db, the status table contains 6 rows, with id's from 1 to 6.
if...
August 7, 2005 at 10:32 pm
I think you'll need textbox11.Value to check its value
August 1, 2005 at 5:00 pm
here is what i found:
Explanation
This error occurs when you attempt to set a value for a parameter that is read-only.
User Action
Search Books Online for more information about...
August 1, 2005 at 4:59 pm
whats the SQL you are using for the parameters? maybe there is a small logic problem
July 31, 2005 at 7:18 pm
oh ok, so in the properties field of the text box, just put in "hh:mm" as the custom formatting??
July 31, 2005 at 6:45 pm
I found a better way of doing it, if your value from the DB is a DateTime object, you can use the .ToShortTimeString() function on your value in the expression...
July 26, 2005 at 5:46 pm
yeah, i think it didnt like it inside a text field, because I have parameters in the report and the parameters default values allow the .ToString("dd/Mm/yyyy") function, so i dont...
July 26, 2005 at 12:11 am
yes it is, but i think ive got it now, i had to use the convert function in my sql to convert it to a time value...
convert(varchar(10),job_date,108) as time
seems to...
July 25, 2005 at 11:47 pm
for those of you interested, I got it.
To hide a row that has no values, simply put an expression into the row that you want to hide which will result...
July 25, 2005 at 12:52 am
do you have write permission for the temp dir that it is trying to save to? Maybe its trying to save to a network drive of somesort?
July 24, 2005 at 5:06 pm
yeah, thats going to be a tricky one. If anyone knows how to do this please give me a clue or even some remote thought about it. I really need...
July 24, 2005 at 5:03 pm
I know that this may be a bit obvious, ubt have you checked that the parameter you are setting in the Report Parameters window is the same name as the...
July 21, 2005 at 11:50 pm
Ok i got it, sort of...
What I did was I didnt even use a subreport, but i used groups of the table element and added more groups as needed. Not...
July 21, 2005 at 6:37 pm
Viewing 15 posts - 16 through 30 (of 33 total)