Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dbrooks74

    how to create sub reports in report studio and how to call them in mai

    Now I have to ask. Is it possible I am running Cognos ReportNet 1.1 MR3? Am I in the stone age for version releases? It says copyright 2005. Cognos Enterprise BI Series. If this is all true maybe thats why nothing I find on the web works. :-)
  2. dbrooks74

    how to create sub reports in report studio and how to call them in mai

    Thanks blom0344 do you know of any good resources? I must also be using an early version of the product because I find most of the examples on the web unsable. Do you know of any good resources? Helpful to have a bunch of examples.
  3. dbrooks74

    Cognos Report Studio , how to create sub reports ?

    Hi ejaycognos. Check your later post on this same subject. :-)
  4. dbrooks74

    how to create sub reports in report studio and how to call them in mai

    Great Question, I just spent the past couple days figuring this out myself. Not intuitive at all. I'm on an earlier version myself but should be the same concept. Basic Example. Assume you already have a report to insert into. 1. From the "Insertable Objects" box click on Toolbox and...
  5. dbrooks74

    Filter removes cell but not whole row?

    Glad you could confirm that. I completely agree. It doesn't make any sense that it removes the item in the cell rather than the whole row. It actually does it in Query Studio as well. I think i found a bug. I'm using a list.
  6. dbrooks74

    Filter removes cell but not whole row?

    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?
  7. dbrooks74

    Variables to store data at a later date

    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...
  8. dbrooks74

    New To Cognos: Combine Date and Time

    Never mind I figured it out. Thanks for the suggestion.
  9. dbrooks74

    New To Cognos: Combine Date and Time

    Sounds good. How would I do that?
  10. dbrooks74

    New To Cognos: Combine Date and Time

    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?
  11. dbrooks74

    Publish Site to IIS instead of Development Server

    Do you know any threads that dumb it down. I have been looking through those threads for the past 20 minutes. Thanks
  12. dbrooks74

    Publish Site to IIS instead of Development Server

    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...
  13. dbrooks74

    Simple Check against AD on Active Directory

    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...
  14. dbrooks74

    Very simple active directory password authentication

    This is exactly what I was looking for. Thank you!
  15. dbrooks74

    Very simple active directory password authentication

    The issue is that multiple people use the same PC. I would like them to be forced to put in a username and password everytime they open the login page.
  16. dbrooks74

    Very simple active directory password authentication

    Does this mean they need to authenticate using username and password or does it take it from the PC they are logged into?
  17. dbrooks74

    Very simple active directory password authentication

    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...
  18. dbrooks74

    Possible Memory Leak?

    After using my form for 2 minutes, the memory stopped going up, so perhaps it only goes to a certain point. My concern was that it was going to increase by 100 Kbits every move which could be a lot considering how long my "pac-man" game would run (good guess jfrost10). Thanks for all of your...
  19. dbrooks74

    Possible Memory Leak?

    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...
  20. dbrooks74

    Problems With Cookies

    I just implemented your change and it works the same as the old one. The cookie only last as long as the window is open. After the window is closed then reloaded it says "No Cookies"

Part and Inventory Search

Back
Top