Hi all,
The macro works fine except that it only runs after I input a keystroke. How can I get this spell check to run automatically afte the document had been merged.
Cheers,
Stanley
Hi,
I’m using Word 2003 and would like to know how to add a macro that would perform the following task after a word merge:
1.Select the entire document by pressing CTRL + A
2.Go to Tools > Language > Set Language
3.Select English (Australia) for ‘Mark selected text
4.Uncheck the tick box ‘Do...
Hi all,
I need to add a module called Thread::Queue into my perl script to form an executable file.
I've already included it in my sourcefile.pl through the:
use Thread::Queue;
statement.
I tried running the command line:
C:\Perl\bin>pp -M Thread::Queue -o output.exe sourcefile.pl
I then...
Hi,
I have packaged a perl file into an executable exe file using thr pp module.
How do I unpack the exe and extract the pl file?
Thanks in advance.
Stanley
I have a set of field values from a GUI that i want to retain after I close the program.
When I open up the program again the text boxes should be populated with the values from the last session.
Is there a simple way of doing this?
Thanks in advance.
Stanza
Ok now I've managed to install the PAR module and create and executable file.
The problem is that the original file needed some command line arguments.
I'm not sure how to parse these arguments to the executable file...
Thanks for thwe replies.
I tried typing in:
pp -o executable perlfile
but I got the error :
'pp' is not recognized as an internal or external command,
operable program or batch file.
I then tried:
perlcc -o abagen.exe abagen.pl
and got the error:
pcciOxlg.c(2379) : warning C4101: 'targ' ...
Hi,
I'm creating a simple gui which exceutes a perl script. At the moment the application is packaged into a zip file comtaining the gui.exe file and the perl script plus all the Perl library files.
I'm wondering if there is a way to compress all these libray files into a few files so that the...
Great that worked. But I can't seem to install Date::Parse.
I type in the same command you gave me:
ppm install Date-Parse
but I got the following error:
"Error: Package 'Date-Parse' not found. Please 'search' for it first"
Please advise
Thanks.
Hi,
I went to cpan.org to find out how to install the date module Date::Calc. I get this page which has an extention .pod and nowhere in the cpan documentation does it mention this file type in th installtion.
I'm not familiar with Perl modules at all and would like to know how to install them...
Thanks for the responses there.
I've got some code here that looks for a comma after finding an instance of " character and then deletes it by using the substr function. How do I do this for multiple instances of commas?
$tehindex = index($currentline, "\"");
if ($tehindex > 0)
{...
Lol this thread has gone of the rails..
Ok here's something I need to do. I need to get rid of all commas in a currency value
eg
244000,106685045,"$7,605.40",Dell Australia Pty Ltd,
At the moment I can only script out one comma but if the figure reaches > 1000000 then another comma will be...
Ok now I’ve got something here that’s sort of working but not really that reliable. Need an effective way to strip all trailing commas.
At the moment I use :
next if (index($currentline, ",,") == 0 );
to skip each record that starts with “,,”. I need a way to skip a record if any number of...
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.