[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

2226.0. "Urgent! How to use readobject() closereadobject()" by NNTPD::"[email protected]" (ARTHUR WANG) Mon May 12 1997 06:09

Hello:

I am a Linkworks beginner,My customer have some question of Linkwork
 development
:

1. How to use  readobject() to open object in a folder without open 
   the folder?
   How to avoid a share when use the readobject() to open a read-only 
   object?
2. How to use closereadobject() function?
   My customer said : according to Linkworks SDK, this function is 
   executed after user exits document tool(like word). but in fact, 
   readobject() is executed, once the closereadobject() is executed.
3. How to search a object by user-define attribute?
4. How to use VB to program workflow?

URGENT
appreciate your reply
Arthur
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
2226.1suppdc.uto.dec.com::utrop1::peters_mMon May 12 1997 18:3212
1. LinkWorks V3.2 should not create a share anymore.

2. I think that CloseReadObject is called after ReadObject. See the
   LNX debugger.

3. See SDK QL example: (SELECT obj WHERE obj.SWC@000123...:UserAttribute = 
..)

4. There is a Workflow Audit example on the Eval CD. In V3.2, there many
   new methods that are not documented yet.

Martin