Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: Similar "gotoObject" function in DOORS 7.1
Topic Summary:
Created On: 9-Oct-2006 19:55
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
Answer This question was answered by ron lewis, on Monday, October 9, 2006 8:29 PM

Answer:
Try something like:

Module m = current
Object o = object(10)
if (!null o) current = o
refresh m
 9-Oct-2006 19:55
User is offline View Users Profile Print this message


Pete Kowalski

Posts: 301
Joined: 7-Feb-2003

Does anyone know of a familar function in DOORS 7.1?

In DOORS 8.1 the gotoObject can be used in the following way:

quote:


Module m = current
Object o = current
Object oNext = next(o)
int oToProcess = oNext."Absolute Number"

o = gotoObject(oToProcess,(current Module))



I just wrote an app in DOORS 8.1 and works fine but then when I tried to run it in DOORS 7.1 it threw DXL errors because the gotoObject does not exists.

Argh!

-------------------------
pete.kowalski(at)motorola.com
Report this to a Moderator Report this to a Moderator
 9-Oct-2006 20:07
User is offline View Users Profile Print this message


ron lewis

Posts: 650
Joined: 20-Sep-2004

Answer Answer
Try something like:

Module m = current
Object o = object(10)
if (!null o) current = o
refresh m
Report this to a Moderator Report this to a Moderator
 9-Oct-2006 20:30
User is offline View Users Profile Print this message


Pete Kowalski

Posts: 301
Joined: 7-Feb-2003

A million of thanks for a prompt response and for a working solution.

You save me some hours here.

-------------------------
pete.kowalski(at)motorola.com
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 2 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 2 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.