| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| pnbalaji Beginner
 
 
 Joined: 05 Oct 2004
 Posts: 14
 Topics: 8
 Location: Chennai, India
 
 | 
			
				|  Posted: Wed Nov 09, 2005 4:11 am    Post subject: Displaying Pound symbol in Easytreive report. |   |  
				| 
 |  
				| Hi, 
 I need to display the UK Pound symbol (
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| vkphani Intermediate
 
  
 Joined: 05 Sep 2003
 Posts: 483
 Topics: 48
 
 
 | 
			
				|  Posted: Wed Nov 09, 2005 4:39 am    Post subject: |   |  
				| 
 |  
				| Normally we will use GBP & USD. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| pnbalaji Beginner
 
 
 Joined: 05 Oct 2004
 Posts: 14
 Topics: 8
 Location: Chennai, India
 
 | 
			
				|  Posted: Wed Nov 09, 2005 4:47 am    Post subject: |   |  
				| 
 |  
				| Thanks, But it is the client's request to display in symbols. 
 Thanks,
 Balaji.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| kolusu Site Admin
 
  
 
 Joined: 26 Nov 2002
 Posts: 12394
 Topics: 75
 Location: San Jose
 
 | 
			
				|  Posted: Wed Nov 09, 2005 5:53 am    Post subject: |   |  
				| 
 |  
				| pnbalaji, 
 Try using hex values . define 2 variables with
 
  	  | Code: |  	  | w-eur-symbol   w 1 a value x'b1'
 w-usa-symbol   w 1 a value x'5b'
 
 | 
 
 Now use these variables in your line statement of your report
 
 Hope this helps...
 
 Cheers
 
 Kolusu
 _________________
 Kolusu
 www.linkedin.com/in/kolusu
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
	
		|  |