Chat
Chat with Support
Chat with Sales
Forum
Worldwide
Australia
France
Germany
Italy
Japan
Mexico
Netherlands
Spain
United Kingdom
Rest of the World
Products
Product Overview
OrgPlus Premium
OrgPlus Professional
OrgPlus Standard
Try
Purchase
OrgPlus
Upgrades
Training
Support
Support Center
Resource Center
Training
Contact Support
Customer Feedback
About Us
Online Discussion Forum
Online Discussion Forum
/
Products
/
OrgPlus 5
/
Commandline to open chart with refresh
Total time logged in: 0 minutes.
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
OrgPlus Enteprise 4.0 is now available!
Home
Help
Search
Login
Register
« previous
next »
Pages: [
1
]
Print
Author
Topic: Commandline to open chart with refresh (Read 5260 times)
mweigand
Junior Member
Karma: +0/-0
Posts: 3
I love YaBB 1 Gold!
Commandline to open chart with refresh
«
on:
October 13, 2005, 04:58:08 AM »
Hi,
I know there's the -r parameter to refresh the chart. But when I run OrgPlus with the -r parameter it opens the program, refreshes the chart and then it closes the program!
How can I avoid that the program closes?
Michael
BTW: I'm using the German version...
Logged
TrishaD_HC
Guest
Re: Commandline to open chart with refresh
«
Reply #1 on:
October 14, 2005, 10:57:16 AM »
Are you using the command lines in a batch file? If so, at the end of the file, place the following command and it will open your chart:
orgplus5.exe <file to be opened>
Sincerely,
Trisha Diesch
Customer Advocate
HumanConcepts
OrgPlus. Organize. Visualize. Strategize.
(415) 332-3030 ext. 3000
www.orgplus.com
Logged
mweigand
Junior Member
Karma: +0/-0
Posts: 3
I love YaBB 1 Gold!
Re: Commandline to open chart with refresh
«
Reply #2 on:
October 15, 2005, 03:00:56 AM »
Quote
Are you using the command lines in a batch file?
No. I am calling OrgPlus from an ERP software. If I use the open command right behind the refresh command then it does not do the refresh. Most likely because the calling program does not wait until the first instance (which does the refresh) ends, before it rund the instance with the "open" command. So the old version of the chart data is displayed.
Running an external program from the ERP system is limited to a simple SHELL command.
It would be great to have an option which will let OrgPlus stay open after doing the refresh.
Michael
Logged
mweigand
Junior Member
Karma: +0/-0
Posts: 3
I love YaBB 1 Gold!
Re: Commandline to open chart with refresh
«
Reply #3 on:
October 24, 2005, 12:31:15 AM »
OK, I modified my program. It creates a batch file which contains the two separate commands for refreshing and opening.
But the command window stays open as long as OrgPlus is opened. This is not a professional solution. The user should not see the command window at all.
Is there any chance that the Refresh option will be extended with an additional parameter that lets OrgPlus opened after the refresh has been done? Should be not too difficult, I suppose.
Michael
Logged
Forum Administrator
Forum Administrator
Junior Member
Karma: +0/-0
Posts: 2
I love OrgPlus!
Re: Commandline to open chart with refresh
«
Reply #4 on:
December 02, 2005, 12:39:41 PM »
Create two batch files.
One with the following commands:
@echo off
cd c:\program files\humanconcepts\orgplus 5\
orgplus5.exe -r "c:\documents and settings\ted osborne\my documents\my charts\<FILE.opx>"
cd c:\documents and settings\ted osborne\desktop
start 2.bat
cd c:\program files\humanconcepts\orgplus 5\
orgplus5.exe "c:\documents and settings\ted osborne\my documents\my charts\<FILE.opx>"
and the other (named 2.bat) with the following command:
taskkill /IM cmd.exe
Sincerely,
Ted Osborne
Customer Advocate
HumanConcepts
OrgPlus. Organize. Visualize. Strategize.
(415) 332-3030 ext. 3000
http://www.orgplus.com
Logged
The Administrator.
Print
Pages: [
1
]
« previous
next »
Online Discussion Forum
/
Products
/
OrgPlus 5
/
Commandline to open chart with refresh