Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
863 views

How should I move my code from dev to production?

I have created a PHP web-application. I have 3 environments: DEV, TEST, PROD. What's a good tool / business practice for me to move my PHP web-application code from DEV to TEST to the PROD ...
3
votes
1answer
3k views

How to loop rows of dataset in Reporting services rdl custom code

How can I loop through the rows of a dataset in the custom code? I have a report containing a dataset. I pass the dataset as a parameter to the custom code function. But what then? Where is a ...
1
vote
4answers
269 views

Call data-specific stored procedure from Oracle procedure

I have a situation where I have an Oracle procedure that is being called from at least 3 or 4 different places. I need to be able to be able to call custom-code depending on some data. The ...
0
votes
0answers
31 views

Joomla continuosly stripping out script tags of module

WOW..BIG EDIT!! Actually the contents comes nostripped from the database..it event goes nonstripped through the render function and even in JDocument::render() is it as it should be right before ...
0
votes
1answer
24 views

Visual Studio 2005 table rendering order

I'm working in Visual Studio 2005 Reporting and I'm trying to implement a workaround of nesting aggregate functions (I need to perform a Count of Sums). In the table details row, I have a call to ...
0
votes
2answers
74 views

How can I add custom code to the header

How can I add the following line to the header, in a component? <!--[if lt IE 9]><script language="javascript" type="text/javascript" ...
0
votes
0answers
209 views

using custom code to hide\show series chart dynamically

i am using sql server business intelligence 2008 to build report.my database is sql data base. in my report i have chart with 3 series .Is it possible to use the custom code to hide or show one of ...
0
votes
1answer
181 views

Getting “Request for the permission of type 'System.Web.Aspnethostingpermission, System, Version 2.0.0.0, ” in SSRS 2008

I’m getting the following error while developing a report in SSRS 2008 R2: Request for the permission of type 'System.Web.Aspnethostingpermission, System, Version 2.0.0.0, Culture=neutral, ...
0
votes
1answer
82 views

Is this a caching problem? Or what?

I've created a simple custom timer job for Sharepoint by using the template i found here: ...
0
votes
1answer
597 views

User-based settings for Custom Timer Job in Sharepoint

I'm trying to create a custom timer job in Sharepoint. The job will send an e-mail message to the users that subscribed. I want to make a settings page for users, so they can change their own ...
0
votes
0answers
2k views

SSRS custom code gives “#error” when report is run

For one of the reports with SSRS we have some custom code attached to one of the group footers. The report works fine in preview mode but gives an "#error" at every custom code location when the ...