Viewing 8 posts - 1 through 8 (of 8 total)
Thanks dohnfors,
I hadn't realised that the scope of the aggregate would override in that context.
I understand your solution, I've used that method for internationalisation of text. I think in this...
May 17, 2013 at 4:23 am
Hi dohnfors,
Yes, it's part of a tablix
The error is:
The BackgroundColor expression for the text box 'response_perc' referes to the field 'Response'. Report item expressions can only refer to fields within...
May 17, 2013 at 1:45 am
Still no joy. I've checked that the frameworks are installed. I have 1.0.375, 1.1.4322, 2.0.50727, 3.0, 3.5, 4.0.30319.
I've taken out all of my original code and tried to compile it...
May 15, 2013 at 2:00 am
Thanks Lowell, it does help. I have one more question. My .net is non-existent and so please forgive me if this is a dumb question.
I have in my code:
Imports System.Data
Imports...
May 13, 2013 at 8:05 am
I don't know if I'm allowed to answer my own questions, but I've solved the problem.
The issue is that the Parameters collection is zero based and not 1 based. The...
May 9, 2013 at 8:48 am
Hi Lowell,
Nope. The question is, how do I create a thumbnail from a randomly shaped image that is stored as binary image data without using .net or anything other than...
February 26, 2007 at 7:00 am
As promised:
SELECT @tmp_string = 'bcp "SELECT Photograph FROM TableName WHERE ID=' +
Convert(varchar(10), @id) + '" queryout "' +
@application_path + '_' + @folder_name + '\' + @filename + '.jpg' +
'" -f "'...
February 19, 2007 at 7:39 am
Hi Guys,
Thanks for the feedback. I'd tried the OA method without much luck. I was kinda fumbling around in the dark though. When I'm back in the office on Monday...
February 16, 2007 at 1:04 pm
Viewing 8 posts - 1 through 8 (of 8 total)