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 Mike Lewis 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: JMTS
  • Order by date
  1. JMTS

    Out Look Form

    Is there any way to change the status values for as task? I am creating a form that is a task but I would like different status names for the task. Thanks.
  2. JMTS

    Calender ActiveX Control

    I figured it out........
  3. JMTS

    Calender ActiveX Control

    Has anyone ever used the Calender ActiveX control that comes with Visual Interdev? I am trying to set the date (calender1.value) to a session variable. Maybe my question should be, how do you set a server variable equal to a client variable? Thanks.
  4. JMTS

    Calculating Time

    I am have a brain cramp. I have two variables, one with a start time, another with an end time. I need to calculate the difference between the two in hours, minutes and seconds. So, for example, my start time is 06:55:32pm, my end time is 07:07:07pm, so the total time accumulated is 11 minutes...
  5. JMTS

    COM+

    How do you reference a COM+ component in an interdev project. I have a component, written in VB, that I can reference in a test VB project with no problems but I am having problems trying reference it in VID. I have the .msi file to my PC.... Any help would be great....
  6. JMTS

    Help with RecordSet

    MerlinB, Looks like my problem is with my VB COM object not my VID code. I am trying to pass an active connection to a ADO command and it does not like it, not sure why but.... sorry for the confusion....
  7. JMTS

    Help with RecordSet

    MerlinB, Thanks for the info. You said in that thread (Thread117-64416), that you created a Session recordset. I have been trying to do that and I have not been successful. This is what I have done: 'set my session record set object set Session("rsGet_Details") = Server.CreateObject...
  8. JMTS

    Help with RecordSet

    I am new with VID and need some help. I have a VB component that returns some data into a record set on an ASP page. I want to display this data in a text area. How would I do this? Thanks.
  9. JMTS

    VSS 5 vs. VSS 6

    In Visual SourceSafe 6.0 you can get a "working copy" of your code from VSS when you check something out. Does VSS 5 have that kind of option?
  10. JMTS

    Upgrading to Visual Basic 6.0

    Are there any issues in upgrading applications written in Visual Basic 4.0 and Visual Basic 5.0 to Visual Basic 6.0? Thanks
  11. JMTS

    Visual Interdev

    Does anyone have any insight about Visual Interdev?
  12. JMTS

    GetDate Function

    Is there a way to return just the current date without the time using the GetDate function?
  13. JMTS

    Execute DTS Package

    Thanks, that did it!!
  14. JMTS

    Execute DTS Package

    This is what I got. I am using a Windows 98 machine. Microsoft SQL Server 7.00 - 7.00.842 (Intel X86) Mar 2 2000 06:49:37 Copyright (c) 1988-1998 Microsoft Corporation Standard Edition on Windows NT 4.0 (Build 1381: Service Pack 5)
  15. JMTS

    Execute DTS Package

    I am trying to execute a DTS package. Every time a try to execute the package I get this fatal error; MMC caused an invalid page fault in module <unknown> at 0084:00790061. Registers: EAX=00000000 CS=017f EIP=00790061 EFLGS=00010246 EBX=00000180 SS=0187 ESP=0055a0e8 EBP=00500020 ECX=00559ec4...
  16. JMTS

    ADO Connection

    Thanks! Do you know of any good documentation on the different parameters that can be used in a connection string?
  17. JMTS

    ADO Connection

    Does anyone know how to set up ADO using a trusted connection?
  18. JMTS

    DLL's losing reference when opening a project

    Thanks for the info Chip. This is our first stab at DLL's(if you can believe that!) Right now my PC is the &quot;build master&quot;. I have had to break compatiable one or twice (opps) but I have recompiled all of our exe's with the new versions. Once that occurs we have a process that runs...
  19. JMTS

    DLL's losing reference when opening a project

    Design time. When another developer opens the project to work on it the reference is no there. This does not happen on my machine (where the DLL's were created)
  20. JMTS

    DLL's losing reference when opening a project

    My team is working with an application, we are starting to break out some of our code into DLL's. I have compiled our projects with these new DLL's. We are finding that when people open the projects that the reference to the DLL's is lost and they have to keep adding the reference. Any idea's...

Part and Inventory Search

Back
Top