View previous topic :: View next topic |
Author |
Message |
Hilltop Beginner
Joined: 14 Oct 2004 Posts: 62 Topics: 21
|
Posted: Thu Oct 05, 2006 2:52 am Post subject: Profile settings |
|
|
I need to change caps and nulls evertime when I edit the member in a PDS. Is there any way I can make these changes permanent.
Thanks. |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Oct 05, 2006 6:12 am Post subject: |
|
|
I put my customizations in "User Session Initial Macro". To do so, I entered the command EDSET from within the editor, and specified my macro name.
In this macro, I have settings like HILITE, CAPS, DEFINE etc.
O.
________
magic flight launch box review
Last edited by ofer71 on Sat Feb 05, 2011 11:50 am; edited 1 time in total |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Thu Oct 05, 2006 7:59 am Post subject: |
|
|
ofer71,
It would be helpful if you show how do you do your customization with sample screen shots.Thanks. _________________ Shekar
Grow Technically |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Oct 05, 2006 9:04 am Post subject: |
|
|
Why do you need screenshots?
EDIT a member, then type EDSET. The first field in the opened window is "User Session Initial Macro". Put your edit macro name in this field.
O.
________
buy easy vape vaporizer
Last edited by ofer71 on Sat Feb 05, 2011 11:50 am; edited 1 time in total |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Thu Oct 05, 2006 9:22 am Post subject: |
|
|
ofer71,
I am able to understand what you meant and i did the same steps as given by you.I had given a name to Edit Macro name also but how do i put my customizations for the macro name given by me , as how can i assign values like
Quote: |
In this macro, I have settings like HILITE, CAPS, DEFINE etc.
|
Please let me know. _________________ Shekar
Grow Technically |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Oct 05, 2006 10:00 am Post subject: |
|
|
Just create a regular Edit-Macro, something like:
Code: |
/* REXX */
ADDRESS ISREDIT "MACRO PROCESS"
IF USERID() = 'OFER71' THEN DO
ADDRESS ISREDIT "HILITE AUTO"
ADDRESS ISREDIT "CAPS OFF"
ADDRESS ISREDIT "DEFINE SEND ALIAS I9MLSND"
END
EXIT |
O.
________
Franz-Zeno Diemer
Last edited by ofer71 on Sat Feb 05, 2011 11:50 am; edited 1 time in total |
|
Back to top |
|
 |
Hilltop Beginner
Joined: 14 Oct 2004 Posts: 62 Topics: 21
|
Posted: Thu Oct 05, 2006 10:15 am Post subject: |
|
|
Its working, thanks ofer71. |
|
Back to top |
|
 |
|
|