ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Support Tools

Post new topic  Reply to topic
 Support Tools « View previous topic :: View next topic » 
Author Message
RJoubert
PostPosted: Tue Jun 11, 2002 3:35 am    Post subject: Support Tools Reply with quote

Apprentice

Joined: 30 May 2002
Posts: 43
Location: Buffalo, NY

I have set up a support tool in Buildtime (Tools tab for a program activity) to run Internet Explorer and navigate to a specified URL (using a command line parameter). What I would like to be able to do is to access the command line parameter to expose the URL as a link in HTML. Does anyone know of any way to access the parameter, either through a thick client or thin client, using Java or VB or C++? I am developing a thin application using the COM API, but I would appreciate any example code anyone might have to do this.

Thanks.
_________________
Rich Joubert
Computer Systems Engineer
Univera HealthCare, an Excellus Company
Back to top
View user's profile Send private message
jmac
PostPosted: Tue Jun 11, 2002 4:34 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

You can access the command line parameters via the ImplementationData.

ProgramData pd = myWorkItem.checkout2(All_Definitions,Windows_NT);
ImplementationData [] id = pd.implementations();
String parms = id[0].commandLineParameters;

That should do it.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
RJoubert
PostPosted: Tue Jun 11, 2002 4:40 am    Post subject: Reply with quote

Apprentice

Joined: 30 May 2002
Posts: 43
Location: Buffalo, NY

We tried this, but this actually gives us access to the primary program specified to run at the program activity, not the support tools (Tools tab).
_________________
Rich Joubert
Computer Systems Engineer
Univera HealthCare, an Excellus Company
Back to top
View user's profile Send private message
jmac
PostPosted: Tue Jun 11, 2002 6:31 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Sorry, I misread your question. There is no way that I am aware of that you can get the information you are seeking for a Support Tool. The best you can do is get the name of the Program Object using the supportTools method of the Workitem.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Support Tools
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.