Search

You searched for the word(s): userid:614195

Matching Posts

  • Re: Creating report while MS Access database is open causes error "Cannot create a connection to data source 'xyz'. (rsErrorOpeningConnection) file already in use

    In the end we created a integration services package on SQL 2005 and sucked the data out of the access file (every hour) into a replica SQL database, and used the new SQL database to create the reports. Dunno any other way. I was hoping someone would have some kind of idea about this... obviously not + Graeme
  • Re: BUG: PasswordStrength Inside Ajax Controls

    I have a similar problem. When using the Accordion Control with a modified ASP.Net ChangePassword control inside it then the PasswordStrength controls PrefixText and TextStrengthDescriptions display at the very top left hand corner of the page, no matter what I change the css or any other properties to, when the page is first loaded. An even weirder thing is that when I click the cancel button on the changepassword control, it works properly and the text displays properly. Does anyone have any ideas
    Posted to ASP.NET AJAX Control Toolkit (Forum) by graemea100 on 9/11/2007
  • Creating report while MS Access database is open causes error "Cannot create a connection to data source 'xyz'. (rsErrorOpeningConnection) file already in use

    Hi All We have a small MS Access application for tracking our time worked on projects. The database is MS Access. We have created reporting services reports to display data about time spent on different projects etc. Whenever someone is running the MS Access application to track their time, none of the reporting services reports will display. the following error occures. An An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'XYZDatabase'
    Posted to SQL Server Reporting Services (Forum) by graemea100 on 9/9/2007
    Filed under: Reporting Services, SQL Reporting Services, SQL Server 2005, SQL2005 SSRS, SSRS Reporting Services, Microsoft SQL Server Reporting Services forum
  • Re: Display DPI

    Hmmm after a bit of reading I hae determined how to have a rounded panel (all the same size) without setting an actual height setting. It seems that one way to do this is as follows: 1. Make sure the main table has no references to height or width in the main <table> tag eg: < table border ="0" cellpadding ="0" cellspacing ="0"> 2. Set each <td> tag with a height of 100% eg: < td height ="100%"> 3. Set the panel layout via a css class or theme eg: .panel { width : 215px ;
    Posted to Web Forms (Forum) by graemea100 on 2/22/2007
  • Re: Display DPI

    I have a similar problem with DPI in Windows Vista. Our site uses atlas rounded corner extender control for look and feel. All looks good on every machine I have used until one of my colleagues installed Vista onto his machine and used 120 DPI scaling. The Problem (I think) is that in order to use Rounded Corners in Atlas, you need to set the specific sizing of the panel, and when the text is in the correct DPI it looks fine. As soon as the DPI changes then the text becomes larger and the rounded
    Posted to Web Forms (Forum) by graemea100 on 2/22/2007
  • Re: Controls with Rounded Corners cannot accept Width = "__%"

    From what I can tell this is a bug... you cannot set the height or width to xxx% when using the Rounded Corners extender. It has never worked for me. So I just make sure that the data I put into the panel is of a predefined height, Dunno if it will ever get fixed. Cheers Graeme
    Posted to ASP.NET AJAX UI (Forum) by graemea100 on 2/20/2007
  • Re: Bug? Dynamically hidden/visible usercontrol : assertion failed

    There is a whole problem with setting a server control to visible = false that is reliant on an atlas control. For example if you place a button on a page and want to set the button to visible = false in the server side code, then you will get a javascript error because the client side atlas control cannot locate the server side control as it is not theoretically loaded (or something like that). I have found a rather good way around this. Create a div tag with runat="server" set around the server
  • Re: export gridview to excel from master page

    I am having a similar problem with an Atlas enabled page and exporting to excel. It is a master page with an aspx page inside. There are 2 comboboxes, one relies on the data selected by the other. These have an updatepanel around them. There is also a checkbox list that populates another combobox (also with an updatepanel and trigger). There is also a user control that loads depending on what is selected in the last combobox. The button to export the C1 report to excel is not inside any atlas control
    Posted to Data Presentation Controls (Forum) by graemea100 on 9/27/2006
  • Re: Move Up/Move Down?

    Try this link http://msdn.microsoft.com/msdnmag/issues/05/03/CuttingEdge/default.aspx It night help Good luck Graeme
    Posted to Data Presentation Controls (Forum) by graemea100 on 6/22/2005
Page 1 of 1 (9 items)