Hello,
In Calc you can use a data validation list and use the data of another sheet
for example in a workbook named "roadmap" with two sheets :
- todo_list and workers_list
in a column of todo_list i can use a drop list, build with data validation, which use data from worker_list.
I...
Hello,
Sorry to ask but if you never have code anything in Excell why don't you start by taking a tutorial about excel macro coding ?
No critic implied i just try to understand your need and why you want to go so fast ? ( sometime i had to help technician who have this kind of reaction ...
Thanks for your reply ,
but -ls -l after -exec is just here as an example that i use to verify my syntax in using find.
as i will try to generate the find command in a perl script i try not to use multiple logical condition. It will be much simple to generate the find command in a script...
Hello,
I try to select some files in a repertory using -newer .
if i use this kind of options it works fine :
find . -newer file_mark -print | less
BUT if i use the exec option , it doesn't work anymore :
find . -newer file_mark -exec ls -l {} \;
It print the entire directory not...
Hello,
I post here very rarely as usually people discuss jobs and situations very different from my environnement in France.
But here i m able to connect ;-)
As a old analyst and actual system admin and an amateur game prog. for more than 20 years i would say that today professionnal...
thanks for your answer,
But i have found how to do this : i used the option rows=1 wich make a commit after each line of the data file. So sqlloader load one line of the data file into each table and the commit keeps current the value of sequence.
By the way i can't disable the sequence on...
Hello,
I try to load the content of a file into two tables with sqlloader.
The first table has an indentifier which is obtains with an SEQUENCE,
The second table has a field which contains the ident of the first table has a foreign key
Everything is ok except the management of the...
Hello,
I don't know where to post this : in XML forum or in javascript forum ?
So, I have to display two set of data in the same html page.
Each set of data is inside a <div> tag.
Data is encoded in xml, each set in a different file.
HMLT code is generated by XSLT. One XSLT for each data...
" HTML isn't a scripting language"
I know, the script is for processing html, not to be process
by html.
"use a PERL CGI script."
Yes, that's what i m looking for...
thanks
Hello,
In scripting language ( shell, perl, python ) does someone knows of a way to coordinate the source of two HTML pages ?
I m looking for something like the diff command ( unix ) but wich understand the HTML tags :
For example
older_page.htm : ...<TABLE><TR><href link1><href...
Hello,
In perl, is there a SIMPLE way to coordinate two directories ?
By simple i mean without file::find and its no so easy syntax
For example :
In \tp1 i have 3 files :
iwantit.txt onlyhere.txt thesame.txt
In \tp2 i have 2 files :
iwantit.txt thesame.txt
(...
But everyone would suggest an upgrade "
I wish i can but it's not me wich decides when my organisation will upgrade its PC park ( sometime in 2006 probably ).
Thank very much for your help, i think i will try chandler
Thank very much for your help and your quick response.
I have think that this program could help me to manage the many documents i must follow in my work.
Actually i have to control the receiving, testing and sending of many programs from a financial application undex unix.
As this...
I just tried to push the tk subdir into @INC :
package Tk::Photo;
@ISA = qw(DynaLoader);
push( @INC,"C:/Perl/site/lib/tk");
bootstrap Tk::Photo;
No change : ( except for the values in @INC )
C:\edoc\redist>perl edoc.pl
Operating System: Win32
e:doc script is in...
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.