Let me preface this by saying I am a new COGNOS user - I've been using Crystal Enterprise for years and am trying to replicate functionailty from Crystal.
Is there a way to schedule a report to save (in CSV, XLS or something similar) to a network drive or to an FTP site? In Crystal Enterprise...
If anyone has come across a nice solution to dynamically changing the sidebar list of a wizard control (i.e. hide steps based on a status) please let me know. None of the suggested links had information I was able to use.
So, I'm still trying to find the best solution to this issue...
Does anyone know how to hide a wizard step programmatically? Looping through the WizardStepCollection and setting visible = false on a specific step causes an error (unless it happens to be the active step).
Another alternative would be to hide the sidebar item, but I don't see a way to...
Thanks for the tip. I actually found a way around my issue. Basically, I put an overrideable ConnectionString property in my Base Master page (in my control library). Then, in my web project, I inherited from this Master Page and overrode the property to return a string from the webconfig...
My solution has two projects. One project is just a control library, the second is a web project. All my controls within the web project inherit from controls in the control library (so I can share functionality).
Problem is when I want to move database actions up into the base control...
I have created a control library that requires database access. I do not want to pass a connectionstring to every object - I want them to be able to access the settings in the web.config. Is there a way to do this? ConfigurationManager does not exist within a control library. Thanks in advance!
I have a table with well over 10 million rows that contains statewide data. When users access this table, they should be restricted to their own agencies' data. This has been accomplished by creating a view that links their user id to a "security" table and then returns only records that match...
I have an Excel worksheet that imports data from another Excel worksheet. The imported worksheet is accessed via ftp. Works great the first time.
However, when I ask it to refresh data at a later date (or another user tries to refresh), it seems to modify my query.
The data source that...
If I create a survey in Sharepoint, is there any way to package it and use it in a .NET application? I'd like to collect information from users, but not redirect my users over to the sharepoint server.
This is driving me crazy.... I have a webform that works fine. As soon as I add another custom control (even if it is just an ascx with a pic), Visual Studio hangs when I hit 'save'. Anyone else have this issue? I'm using Visual Studio 2003 with framework 1.1.
Hopefully, this is an easy question.
I added a link bar - it works great within Frontpage (HTML and Preview modes). However, as soon as I "Preview in Browser", my theme is gone! Just looks like boring links... I look in the web folder and I see a _theme subfolder containing my theme...
Thanks for the tips - unfortunately, I don't think either one will work for me. I'm using DB2 on the mainframe OS/390, and it does not support the ROW_NUMBER OLAP function.
The second suggestion would probably work in a stored procedure, but I need to come up with a simple SQL query that I can...
I'm trying to come up with a way to return back a series of dates. For example, I am trying to return a separate record for each of the last x days:
DATE
-----
2004-07-15
2004-07-14
2004-07-13
...
If I could just come up with a statement that returns an incrementing sequence of numbers, I...
Is there a way to popup another window without writing javascript? I have a page that generates a PDF file when submitted. I want to open that PDF file in a separate window (my original window displays status updates). Doesn't look like Redirect or Server.Transfer allow you to open a new...
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.