Title: | LinkWorks V3.0 Notes Conference |
Notice: | LNX_APO = APO issues, LINKWORKS_V3 = V3.0 issues |
Moderator: | tacklr.apd.dec.com::TACK_L m::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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2226.1 | suppdc.uto.dec.com::utrop1::peters_m | Mon May 12 1997 18:32 | 12 | ||
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 |