[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference utrop1::linkworks_v3

Title:LinkWorks V3.0 Notes Conference
Notice:LNX_APO = APO issues, LINKWORKS_V3 = V3.0 issues
Moderator:tacklr.apd.dec.com::TACK_Lm::TACK_L
Created:Tue Jun 28 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2269
Total number of notes:8338

2189.0. "DDE-Interface on (NT-)server ?" by FRAIS::SPALT () Tue Apr 08 1997 13:41

    from a method one can do to the client something like:
        extern (str, obj)
          for WSTYPE_DOSWIN = MEXT_DDE("PEEK 2 LNX|General<String>");
    
    would this also work for the (nt)server like:
        extern access MLOC_OBJCELL(str, obj)
          for WSTYPE_NTISRV = MEXT_DDE("PEEK 2 LNX|General<String>");
    
    ??
    thx paule
T.RTitleUserPersonal
Name
DateLines
2189.1IJSAPL::MONNINK_HTue Apr 08 1997 13:5410
    Paule,
    
    No that is not possible because the request can only be handles by a
    LinkWorks client, NTISRV would imply accessing the server!
    
    (probably it would not even compile since the MEXT_DDE request is not
    allowed on servers) 
    
    
    Han 
2189.2FRAIS::SPALTWed May 14 1997 18:502
    i know that it doesnt work.. but could engineering make it work
    put it on the wishlist ? ask others if its useful/needed... paule
2189.3UTROP1::PETERS_MWed May 14 1997 19:026
    LinkWorks V3.2 provides support for Navigation and QL out of the box
    for all platforms. There is a new parameter for GetChildObject and a
    Query method. DDE will not be provided for Windows NT. OLE Automation
    is on the wishlist.
    
    Martin