[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

2124.0. "Access Workflow-Attribute" by GENIE::16.44.96.194::kusterp (Paul Kuster, DEC Bern) Fri Feb 14 1997 11:01

Hi, 

For a workflow application, I would like to read the LNX 
"Workflow" attribute within Class-Programming and DDE 
(Winword Basic). I know the general term to access (read/
write) LNX-Attributes within DDE and Class-Programming. 
But I can't access the attribute "Workflow" (it is an
array). It is working with other kind of attributes.

Do you have any hints/tips or examples?

Thank you in advance.

Paul
T.RTitleUserPersonal
Name
DateLines
2124.1IJSAPL::MONNINK_HFri Feb 14 1997 11:289
    Paul,
    
    It is not an Array but is is a string that will contain different
    fields  separated by 'tab' characters.
    With DDE you can read the string and with Workd Basic you can parse the
    string into different fields!
    
    Han