Alexander Cicovic | 6 Nov 2002 20:59
Picon

Re: Off-topic: normal.dot help request

Hello there,

Wednesday, November 6, 2002, 1:44:11 PM, Tilman Brandl wrote:

TB> prior to XP normal.dot was getting recreated automatically if
TB> deleted. I would guess that XP can do the same trick (but then
TB> - maybe not). Any personalizations are lost anyway.

For your information, it does the trick too.  I wanted to have the
default normal.dot template, so losing personalizations was
exactly what I was trying to achieve :)

Thanks...

--

-- 
Best regards,
 Alexander Cicovic

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

Alexander Cicovic | 6 Nov 2002 21:08
Picon

Re: How can I set up a hotkey to insert date in yyMMDD format

Hello there,

Wednesday, November 6, 2002, 7:45:06 PM, Rob Olian wrote:

RO> Is there any way to create a hotkey that puts in the date in the 
RO> format yyMMdd? Thus today would be 021106. 

<... snip ...>

I can create a script that will do that for you, but I want
details on how you want to use the date.  Specifically, do you
want to send the date to a file, emulating like typing the keys
yourself, or what?

--

-- 
Best regards,
 Alexander Cicovic

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
(Continue reading)

Rob Olian | 6 Nov 2002 21:20

Re: How can I set up a hotkey to insert date in yyMMDD format

I would like to emulate typing the keys, e.g. when I receive an E-
mail attachment I would like to keep, in the File/save dialog box, I 
would like to begin naming the attachment "021106 ..." by just 
hitting a hotkey combination. But I don't know how to *Keys the 
specific date format I want.

Once I understand the principle of getting the date, I think I'll be 
able to figure out the rest if I want to have separate hotkeys 
for "021106 Letter from ..." or "021106 Report re ..." etc.

Thanks very much for your help. I like to figure these things out for 
myself, but when I saw that *Info yyMMdd displays "yyMMdd" while 
*info yy-MM-dd displays "02-11-06" I realized I was in over my head.

--- In power-pro@..., Alexander Cicovic <norlord <at> g...> wrote:
> Hello there,
> 
> I can create a script that will do that for you, but I want
> details on how you want to use the date.  Specifically, do you
> want to send the date to a file, emulating like typing the keys
> yourself, or what?

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

(Continue reading)

Alexander Cicovic | 6 Nov 2002 23:29
Picon

Re: How can I set up a hotkey to insert date in yyMMDD format

Hello there,

Wednesday, November 6, 2002, 10:20:05 PM, Rob Olian wrote:

RO> I would like to emulate typing the keys

To send the keys you describe, use the following statement. Please
understand that the statement wraps because of the e-mail. Before
using the statement, make sure it doesn't wrap.

Keys &(select(date, 3, 4) ++ select(date, 5, 6) ++ select(date, 7,
8))

If you need more help, do not hesitate to ask.  You can either
embed the above statement into a script and run it from a hotkey,
or associate it directly to your hokey.

Have fun...

--

-- 
Best regards,
 Alexander Cicovic

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
(Continue reading)

Alexander Cicovic | 6 Nov 2002 23:40
Picon

Re: How can I set up a hotkey to insert date in yyMMDD format

Hello there,

Thursday, November 7, 2002, 12:29:53 AM, Alexander Cicovic wrote:

AC> Keys &(select(date, 3, 4) ++ select(date, 5, 6) ++ select(date, 7,
AC> 8))

Forgot to mention that your expression character must be & in
order for this to work.  If you have another expression character,
replace & with your own expression character.  You can set your
expression character by going to the Setup tab.  Then go to
'Advanced setup' -> 'Characters' and add the expression character
of your choice in the 'Expression in () follows:' box.  I hope
I've been clear enough.

--

-- 
Best regards,
 Alexander Cicovic

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

YahooGroups | 6 Nov 2002 23:53

RE: Re: How can I set up a hotkey to insert date in yyMMDD format

> AC> Keys &(select(date, 3, 4) ++ select(date, 5, 6) ++ select(date, 7,
> AC> 8))
> 
> Forgot to mention that your expression character must be & in
> order for this to work.  If you have another expression character,
> replace & with your own expression character.  You can set your
> expression character by going to the Setup tab.  Then go to
> 'Advanced setup' -> 'Characters' and add the expression character
> of your choice in the 'Expression in () follows:' box.  I hope
> I've been clear enough.

You can make it shorter

	Keys &(select(date, 3, 8))

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

Alexander Cicovic | 7 Nov 2002 00:05
Picon

Re: How can I set up a hotkey to insert date in yyMMDD format

Hello there,

Thursday, November 7, 2002, 12:53:58 AM, YahooGroups@... wrote:

Yrn> You can make it shorter

Yrn>         Keys &(select(date, 3, 8))

LOL!!!!

yeah... sorry, it's late in the night here and I'm a little slow
right now, thus making simple things complicated.  Got to go to
bed...

--

-- 
Best regards,
 Alexander Cicovic

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
(Continue reading)

Steve | 7 Nov 2002 00:15
Picon
Picon

RE: Re: Off-Topic: Award-winning PIM now available as free download

I didn't mean to cause any offence, I am a major PIM user, I have been
pushed into using Outlook because of my ipaq and find it very basic, not
overly friendly and exceptionally limited in functionality and have been
looking for a replacement for ages (even at the expense of using the ipaq,
because to be honest most days are spent in front of a desktop and the ipaq
is mainly used as a portable filestore and mp3 player).

People in this group have a wide knowledge of computing in general and I
have learnt a lot from OT subjects and would not discourage them in anyway
or format, positve or negative!

Steve

[Non-text portions of this message have been removed]

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

Rob Olian | 6 Nov 2002 23:49

Re: How can I set up a hotkey to insert date in yyMMDD format

Alexander --

 Thanks *very* much - I've got the one you sent running as a hotkey 
and it works just as I wanted. Also, based on what you sent, I now 
found the relevant part of the help files and understand how the 
select string works and can figure out how to do a similar shortcut 
to get just the year and month.  Thank you again.

--- In power-pro@..., Alexander Cicovic <norlord <at> g...> wrote:

> Forgot to mention that your expression character must be & in
> order for this to work.  If you have another expression character,
> replace & with your own expression character.  You can set your
> expression character by going to the Setup tab.  Then go to
> 'Advanced setup' -> 'Characters' and add the expression character
> of your choice in the 'Expression in () follows:' box.  I hope
> I've been clear enough.
> Best regards,
>  Alexander Cicovic

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 
(Continue reading)

Alexander Cicovic | 7 Nov 2002 00:32
Picon

Re: How can I set up a hotkey to insert date in yyMMDD format

Hello there,

Thursday, November 7, 2002, 12:49:19 AM, Rob Olian wrote:

RO> Alexander --

RO>  Thanks *very* much

No problem.  Use what YahooGroups@... suggested, since it
is the same thing with less overhead.  Sorry for the trouble. :)

--

-- 
Best regards,
 Alexander Cicovic

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________
To unsubscribe from this group, send an email to:
power-pro-unsubscribe@... 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 


Gmane