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 TouchToneTommy 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: *

  • Users: dbrooks74
  • Content: Threads
  • Order by date
  1. 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?
  2. 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...
  3. 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?
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. dbrooks74

    Problems With Cookies

    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(&quot;paco&quot;) = &quot;Cake&quot; Then...
  9. dbrooks74

    Using Word Automation With Office 97???

    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 &quot;Microsoft Word 9.0 Object Library&quot; because I cannot find a lower version. Also I have a line...
  10. dbrooks74

    Server Manager shows no files are open????

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

    After I jump to another location on screen...

    Using the following javascript function <script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;> <!-- function NewJumpMenu(targ,selObj){ eval(targ+&quot;.location='&quot;+selObj.options[selObj.selectedIndex].value+&quot;'&quot;)} //--> </script> I am able to jump to wherever...
  12. dbrooks74

    Really Basic Question About Scripting

    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=&quot;VBScript&quot;> <!-- Sub MyFunction() End Sub --> </SCRIPT> However the email script does not have the <!-- it has...
  13. dbrooks74

    Dates In Batch File Question

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

    Simple Tile Based Game Programming

    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 &quot;Dragon...
  15. dbrooks74

    Current User Logon Variable For Registry

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

    Win95 Connect to an IP address using different user name

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

    Resource Files, good or bad?

    Is there any draw back to resource files? -db
  18. dbrooks74

    Question about &quot;What does this statement do?&quot;

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

    Problem with Grouping Like Data with Database RS

    Any ideas on this one?????? error '80020009' Exception occurred. /ToDoListing/WorkingCopyListTasks.asp, line 132
  20. dbrooks74

    Connecting to MySQL

    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

Part and Inventory Search

Back
Top