I'm using SSRS 2012 and trying to build the following chart:
A stacked column chart of timesheeted hours, the series being grouped on (and therefore the columns broken down by) department.
A single line overlay on a second axis showing the total staff headcount (not broken down)
Both charts...
I have a ASP.NET website which uses a module to URL rewriting of page requests (including extensionless).
The website started off as a VWD website in ASP.NET 3.5, and works happily on my development and production machines.
I'm now upgrading it to a web application in ASP.NET 4, and am...
I have a ASP.NET website which uses a module to URL rewriting of page requests (including extensionless).
The website started off as a VWD website in ASP.NET 3.5, and works happily on my development and production machines.
I'm now upgrading it to a web application in ASP.NET 4, and am facing...
We've been running CRM 4, and I'd not like to test CRM 2011 to ultimately upgrade.
CRM 4 is using SQL 2005.
We have installed a new instance of SQL 2012 on the same physical box as the SQL 2005 Server. CRM 2011 itself has been installed on a separate virtual machine.
The question I have...
We have a VPN link with another site. Both sites have their own domains, active directory and Exchange server.
Up to now, the Exchange servers have pushed mail destined for the other site directly over the VPN link to the other server, and all other mail is routed out over the internet.
We...
I'm trying to integrate CRM with a bespoke database on another server. I've setup the CRM server as a linked database, and need to query a table from the bespoke database with a Join on the CRM Accounts.
The linked server cannot connect to the CRM server using an AD login for various reasons...
I'm just trying to get to grips with the security model in CRM.
However, one thing is currently confusing me. The concepts of Read, Write, Delete, and the relevant access level (User, BU etc) all make sense for existing records, but what about the Create permission?
What is the difference...
I'm trying to parameterize a SQL command with SQL IN() as part of the WHERE clause:
Dim sqlCommD As New OleDbCommand("DELETE * FROM tblAdminUsersToPermissions WHERE (fldUserID=@UserId) AND (fldPermissionID NOT IN (@PermissionList));", sqlConn)
sqlCommD.Parameters.Add(New...
Hi all,
I have a form view on a page to amend a given record in the database. All the controls are bound to an Access data source.
The form view includes a file upload control to upload a PDF related to the record to the server.
Both the bound controls, and the file upload control are working...
I'm new to ASP.NET, coming from classic ASP, so apologies for what will be a simple problem for anyone with more than a couple of weeks experience, but at least it should be simple to answer!
I'm working on 2 pages currently, one with a DataList to list selected fields from a table, and a...
I'm trying to export a table of data to excel, for two languages, using ASP output in an HTML format.
For English users, it's fine. In the output I see ...<TD>123.45</TD>... and excel recognises it as a number which can be summed etc.
For French users, the output correctly shows...
I'm trying to include a horizontal bar chart as a background to an HTML table so that the data appears on top of it.
This is what I have:
<table width="1000" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="text-align:left;width:160px;padding:0px;">
<div...
I have a intranet set loaded onto our webserver which requires access to an MDB on another server. The site is also set to Windows Authentication only.
When trying to access the site, an error is generated:
Microsoft JET Database Engine error '80004005'
The Microsoft Jet database engine cannot...
I'm in the process of updating an ADP created in Access 2000, to work in Access 2007.
One of the problems which has cropped up surrounds the OutputTo method.
This line previously worked prefectly in Access 2000:
DoCmd.OutputTo acOutputServerView, "EXEC sp_SubEventAttendance " & cmbEventID...
I regularly receive appointments that have been sent to another user.
The user in question still receives the appointments as expected. It only seems to affect me, and I only receive appointments sent to that one user.
Outlook shows me that the appointment was "Received for [User name]".
I...
I'm going to be working on a content management system which will serve the content from a database 'on-the-fly'.
Most of the content will therefore come from a single ASP page, but http://domain/content.asp?PageId=43 isn't very people or google friendly, so I'm planning to make heavy use of a...
I'm looking to implement a CMS for our website.
As I see it there are two main methods:
1. The precomplied approach where html files are physically created in the appropriate struture from content held in a database, and the html files are what the visitors see.
or
2. The on-the-fly approach...
I'm looking to implement a CMS for our website.
As I see it there are two main methods:
1. The precomplied approach where html files are physically created in the appropriate struture from content held in a database, and the html files are what the visitors see.
or
2. The on-the-fly approach...
I've apparently forgotten how to use the GROUP BY clause effectively.
I have 3 tables relating to each other - tblCompanies, tblSites and tblContacts.
tblCompanies
- fldCompanyID
- fldCompanyName
- etc
tblSites
- fldSiteID
- fldOwningCompanyID
- fldAddress
- etc
tblContacts
- fldContactID
-...
We're having some email failures which go largely unnoticed as there's no bounce-back or NDR generated. It's only come to light from someone expecting a particular email.
The ISP of the email recipient have supplied this portion of their log (IP and domains altered).
Can someone shed light as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.