• sneha v
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 6
    Replies

Hi all,

 

I am not able to pull the values .
I have 10 location
20 companies 
8 skills
 
 
<apex:page standardController="general__c" sidebar="false" showHeader="false" recordSetVar="general__c">
<apex:form >
<apex:pageBlock >
<apex:pageblockSection >
 
<apex:pageblockTable value="{!general__c}" var="ge"  columnsWidth="150px, 150px,150px , 150px" >
     <apex:column headerValue=" "/>
     <apex:column headerValue="Locations">value="{!ge.location__c}" </apex:column>
     <apex:column headerValue="companies" value="{!ge.company__c}"/>
     <apex:column headerValue="skills" value="{!ge.skills__c}"/> 
</apex:pageblockTable> 
 
</apex:pageblockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
 
 
 
Thanks,
Sneha 

Hi ,

 

I want to write a program for forgot password button .

 

it has to work in the following way -> 

 

once i click the button , the user has to give his email id 

if the email id is present in my database i have a shoot his password to his email id ... 

 

 

please help ... 

How can we remove the Standard salesfore objects which we dont require in our app in summer 2013

Hi all,

 

I am not able to pull the values .
I have 10 location
20 companies 
8 skills
 
 
<apex:page standardController="general__c" sidebar="false" showHeader="false" recordSetVar="general__c">
<apex:form >
<apex:pageBlock >
<apex:pageblockSection >
 
<apex:pageblockTable value="{!general__c}" var="ge"  columnsWidth="150px, 150px,150px , 150px" >
     <apex:column headerValue=" "/>
     <apex:column headerValue="Locations">value="{!ge.location__c}" </apex:column>
     <apex:column headerValue="companies" value="{!ge.company__c}"/>
     <apex:column headerValue="skills" value="{!ge.skills__c}"/> 
</apex:pageblockTable> 
 
</apex:pageblockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
 
 
 
Thanks,
Sneha 

Hi ,

 

I want to write a program for forgot password button .

 

it has to work in the following way -> 

 

once i click the button , the user has to give his email id 

if the email id is present in my database i have a shoot his password to his email id ... 

 

 

please help ... 

what is merge field ?  what is use of it ? where we use in realtime project ? ple send ....

How can we remove the Standard salesfore objects which we dont require in our app in summer 2013