Thank you for your tip Roger, but i think there must be a more simple solution.
By looking through the generated htm-files i mentioned that there must be a possibility to build a proper framework by using this files.
There are defined styles and divisions in the header.htm file (<style>...
Hello, pho01.
Did you try to import your sheets with openoffice ?
(www.openoffice.org)
It's free and it saves it's documents in zipped xml-files.
You simply can unzip them with winzip or powerarchiver.
Regards, Rolf.
Hello, everybody.
We are using an automatic conversion of Excel and Word files into webpages too.
As i see, doubleG123, you are using a similiar solution as we do. May be you have a solution for a little problem that we still have:
When i save a word or excel document that contains headers...
Thank you all for your support,
but i think i found a small and good solution
- and all by myself ;)
instead of the ps command i used the skill command.
with "skill -n -c progxy" it returns only the process id
and only if the process is running.
so i made the following:
proc...
Thank you smugindividual.
i tried out your code, but i got the same error as
with a similiar code i tried by myself before:
Error: PID TTY TIME CMD
child process exited abnormally
it looks as if this code tries to execute the output
of the ps command and of course can't do that.
so, is...
Hello, everybody.
i need to run a unix command (let's call it progxy) after
pushing a button only if there is no other instance of
this program already running.
under bash-shell i would use:
ps -C progxy || progxy
i tried:
button .can01.but01 -command {exec ps -C progxy||progxy &}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.