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: JMTS
  • Content: Threads
  • 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

    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.
  3. 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...
  4. 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....
  5. 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.
  6. 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?
  7. 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
  8. JMTS

    Visual Interdev

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

    GetDate Function

    Is there a way to return just the current date without the time using the GetDate function?
  10. 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...
  11. JMTS

    ADO Connection

    Does anyone know how to set up ADO using a trusted connection?
  12. 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...
  13. JMTS

    New Guy Needs Help - Collections

    I am currently working with an application the uses User Defined Type. We are breaking our app. out into DLL's. You cannot pass user defined type so I need to create collections. Can you have a collection within a collection? For instance I have collection called UpDtRec it has Database Name...
  14. JMTS

    Multiple Check Outs

    I am having a problem with multiple check outs or maybe an understading. I set my project to allow multiple checkouts. However when I have two people open I same project from their working folders and try to check out, in this case, the same form. I get a message stating that multiple check...
  15. JMTS

    Netscape Mail

    Does anyone know how to read a person's inbox in Netscape Mail from a VB application? I tried using MAPI but it only reads the first message in the inbox. Thanks
  16. JMTS

    Sybase ASE OLE DB

    Does anyone use Sybase ASE OLE DB provider with an ADO connection in VB?

Part and Inventory Search

Back
Top