|
|
| Author |
Message |
awyn
New User
Joined: 11 Feb 2008 Posts: 23 Location: chennai
|
|
|
|
Hi,
This is my requirement,I want to browse a flat file and when ever i find a Rexx keyword i want to color it to my desired color.How can i do it, should i use ISPf panels, |
|
| Back to top |
|
 |
References
|
Posted: Fri Jul 18, 2008 11:01 am Post subject: Re: Find the keyword and color it |
 |
|
|
 |
acevedo
Active User
Joined: 11 May 2005 Posts: 260 Location: Spain
|
|
|
|
| a Rexx keyword? do you want to HILITE the Rexx keywords in browse mode? |
|
| Back to top |
|
 |
awyn
New User
Joined: 11 Feb 2008 Posts: 23 Location: chennai
|
|
|
|
| ya. but i dont want to use the command hi rexx |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2893 Location: Brussels once more ...
|
|
|
|
| awyn wrote: |
| ya. but i dont want to use the command hi rexx |
Sigh ................ I think that we are hitting homework season again  |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
| Quote: |
| ya. but i dont want to use the command hi rexx |
why not? what' s wrong with it |
|
| Back to top |
|
 |
Pedro
Active User
Joined: 01 Sep 2006 Posts: 296 Location: work
|
|
|
|
| Quote: |
| How can i do it, should i use ISPf panels, |
The easiest approach is to use the VIEW service. Invoke with an initial macro that turns on the highlighting. Instead of HI REXX, perhaps HI AUTO will do.  |
|
| Back to top |
|
 |
|
|