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: Export URL Information using code
Topic Summary: Export URL
Created On: 31-Mar-2008 21:46
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.
 31-Mar-2008 21:46
User is offline View Users Profile Print this message


Alesia Sipes

Posts: 2
Joined: 31-Mar-2008

Is there a way to export the URL information for an object using visual basic or some kind of code?

I can create a layout dxl column with the URL information (display getURL(obj)), but I'd like to be able to import it to other downstream systems (for instance test director) and was wondering if I could create a vb routine for that.

Is it better for it to be a layout dxl column or an attribute?
Report this to a Moderator Report this to a Moderator
 1-Apr-2008 12:24
User is offline View Users Profile Print this message


ron lewis

Posts: 650
Joined: 20-Sep-2004

Regular dxl may be best -- example follows:

//demo
/*print tab seperated value file
right click on output screen to save file*/
print "Identifier obj,\tURL\n"
Object obj
Module m=current
for obj in m do {print identifier obj "\t" getURL(obj) "\n"}
ack "done"
Report this to a Moderator Report this to a Moderator
 1-Apr-2008 22:00
User is offline View Users Profile Print this message


Alesia Sipes

Posts: 2
Joined: 31-Mar-2008

Thanks, sending the information back to the Test Director people and see if they can use the output.
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 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 1 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.