|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Support Tools |
« View previous topic :: View next topic » |
Author |
Message
|
RJoubert |
Posted: Tue Jun 11, 2002 3:35 am Post subject: Support Tools |
|
|
 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 |
|
 |
jmac |
Posted: Tue Jun 11, 2002 4:34 am Post subject: |
|
|
 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 |
|
 |
RJoubert |
Posted: Tue Jun 11, 2002 4:40 am Post subject: |
|
|
 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 |
|
 |
jmac |
Posted: Tue Jun 11, 2002 6:31 am Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|