Close

Results 1 to 3 of 3

Thread: Identifying DDE

  1. #1
    DF Moderator EvilBoB's Avatar
    Join Date
    Jan 2001
    Location
    Bedfordshire
    Posts
    6,353
    Thanks
    583
    Thanked:        620
    Karma Level
    607

    Default Identifying DDE

    I have written a great tool that links into Remedy (A Call logging system) and all is lovely but someone else wants me to add support in for Clarify.

    The idea is that my app pulls data from various fields on screen and does other, external lookups.

    I am currently using DDE calls from my app to get the textbox details from Remedy but I can't find how to integrate the same method for Clarify.

    Does anyone know of a cheeky way to find out what DDE Topics/items I can access? I'm sure there must be some kind of app that can give me this info but I can't find it anywhere
    DF Moderator
    XBox One | Panasonic 4k | MS Surface Pro 3 | 3DSXL | WiiU | RPi3
    XBL : TheSumOfAllEvil

  2. #2
    DF VIP Member tam9's Avatar
    Join Date
    Apr 2002
    Location
    The city of R
    Posts
    3,855
    Thanks
    2
    Thanked:        1
    Karma Level
    637

    Default Re: Identifying DDE

    not relating to your topic totally but in work right now myself and the developers are dealing with a web remedy solution. It's a lot faster and more customisable if thats of any use. I can't give you any definate time scale of release dates or such, but it may be something you would like to look into when it does come out if you haven't already found a solution.

    We decided to build a web remedy as we bring remedy across a trans atlantic link via a java interface using citrix...now go figure, it was fucking painful so it had to get done.
    Last edited by tam9; 7th December 2006 at 10:36 AM. Reason: grammar

  3. #3
    DF Moderator EvilBoB's Avatar
    Join Date
    Jan 2001
    Location
    Bedfordshire
    Posts
    6,353
    Thanks
    583
    Thanked:        620
    Karma Level
    607

    Default Re: Identifying DDE

    LOL - sounds lovely

    Unfortunatly my company is a large British telco (*ahem*) who have lots of systems already in place so I'm looking at making stuff easier for some teams.

    I basically am using
    Private Sub Connect_To_Remedy()

    On Error GoTo ErrorHandler
    AppName = "Remedy.User"

    Set App = GetObject(, "Remedy.User")
    MsgBox ("Connect to Remedy User successful")

    Exit Sub
    ErrorHandler:
    MsgBox ("Automation Error: " & Hex(Err.Number) & " " & Err.Description)
    Err.Clear

    End Sub
    to get the connection to Remedy but I can't find details of the class for Clarify.

    If I can just find a way to identify this class all will be hunky dory.
    DF Moderator
    XBox One | Panasonic 4k | MS Surface Pro 3 | 3DSXL | WiiU | RPi3
    XBL : TheSumOfAllEvil

Similar Threads

  1. Help with identifying occupants..
    By shedsounds in forum The Dog and Duck
    Replies: 4
    Last Post: 23rd February 2005, 11:23 AM
  2. Xbox Drive identifying?
    By norad97 in forum Microsoft Consoles
    Replies: 2
    Last Post: 29th November 2003, 12:27 AM
  3. identifying dvd drives
    By martin hill in forum Microsoft Consoles
    Replies: 3
    Last Post: 7th October 2003, 08:11 AM
  4. Identifying credit cards
    By kjun in forum Website Coding & Graphics
    Replies: 3
    Last Post: 13th June 2003, 06:22 PM

Social Networking Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •