• sfTrekker
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Hi

 

  I have written following lines in New Page , but these are not appearing in Account Page

 

<apex:page standardController="Account">
<apex:pageBlock title="Hello {!$User.FirstName}!">
You are viewing the {!account.name} account.
</apex:pageBlock>
</apex:page>

 

Thanks

I am not able to add tab the sting I created

 

Notice the tab I want to insert between the old valud and new value in the description.           

description = description + 'Changed  Product Type  from: ' + oldMap.get(key).Product_Type__c + '\t'+ ' to:  ' +  newmap.get(key).Product_Type__c + '\n' ;
              

 '\n'    new line feed is working

'\t' tab is not working

Any suggestions how I can add tab or space between strings?