Weird problem using multiple filter when grouping. When I try to use filters for multiple lists or when I group the data it shows the other cells in the row but the item I am filtering out just comes out blank.
Anyone ever run into that?
One of the last things I would like to do with Report Studio is to be able to group data then as the detail comes through store certain values in a variable then at the group footer put them all on the same row.
This is a pretty basic thing to do so that if you have 3 rows of data that store...
I am very new to Cognos Report Studio but have been using Crystal for years. I want to start out super basic and combine the date and time in one expression.
I have tried AsOfDate() + AsOfTime but that shows as blank. What do I need?
I have a web site that I created using Visual Studio 2005. I create the web site and got it all working exactly the way I want using the built in Development Server with VS 2005.
Now I'm done coding the project, I want to bascially publish on a web server it so anyone can use it. I assume I...
I know there are 10 different ways to do this but wanted to check, what is the easiest way (least amount of code) that I can check a username and password against active directory.
I will manage the internal access to the program seperately, but I don't want them to have to use a different...
I am looking to get authentication against our corporate active directory.
I have a username and password box that someone will fill out. When they click submit, it should verify if the user entered a valid username and password against the active directory.
In asp.net (Visual Basic .NET...
I have created a very basic program that moves a shape around the screen but when I look in the task manager, the size gets larger and larger even though I am mostly using local procedure variables.
Does anything look funny???
Private xG As Short
Private yG As Short
Private Sub...
For whatever reason I cannot get my cookies to be persistent. Can someone tell me if it is in my code or something else?
<%@ Language=VBScript%>
<%Response.Buffer=true%>
<HTML>
<HEAD>
<TITLE>Test Paco</TITLE>
</HEAD>
<BODY>
<%
If Request.Cookies("paco") = "Cake" Then...
I have Office 2000 and parts of XP on my PC however because some of my users are using Office 97 it crashes on their PCs. Can someone help? I am using Visual Basic 6.0 with a reference to "Microsoft Word 9.0 Object Library" because I cannot find a lower version. Also I have a line...
I do not know if anyone has seen this problem or not, but I have a problem, that has me stumped.
My server Manager shows no file are open, how can that be? I have 60+ users on this server at any given time, and it always use to show all files in use so I can unlock files.
Any ideas? -db
Using the following javascript function
<script language="JavaScript" type="text/JavaScript">
<!--
function NewJumpMenu(targ,selObj){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'")}
//-->
</script>
I am able to jump to wherever...
I think I am missing something really obvious. I have a need to call an email script from vbscript. Everytime I write vbscript I always start it with...
<SCRIPT LANGUAGE="VBScript">
<!--
Sub MyFunction()
End Sub
-->
</SCRIPT>
However the email script does not have the <!-- it has...
I am hoping someone can help me to figure out what I am doing wrong. I have the following batch file
@Echo Off
Echo Copying All Files To Reports Folder
ECHO ------------------------- >> \\SERVER\FOLDER\ComUpload\%DATE%\ReportsFromCompany.txt
ECHO %username% - %DATE% %TIME% >>...
I have written many game programs that are 2-D side scrolling games. I wanted to know if anyone has any good articles, or downloads, text documents anything that might help me with my next game endevour.
I think it's called Tile Based Game Programming. Does anyone remember "Dragon...
I just got some instructions from a vendor which said to go into the registry and find a string that says something like C:\Document and Settings\name\my documents however he wanted me to do this under the current user registry key. So anytime I have a new user I would have to logon as them...
I have a shared resource folder that I would like to be able to get to by IP Address but cannot seem to figure out how to do it. i can do this in Windows 2000 but not so in Windows 95. I want to get to an IP address \\<ip>\<foldername>. But I also need to be able to connect as a different...
I've been working to create a game using visual basic, and using some examples I found on the internet. My problem is that I'm constantly getting a return code of 0 because it doesn't return a handle. The following function is continously returning 0, because of the line in bold. However I'm...
I'm trying to learn MySQL and would like to know how to connect to it using ASP without having to use a DSN. Do I need a special driver like with Access? A friend of mine said I could do it in pearl but was unsure with ASP. Any ideas? Thanks. d-b
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.