• venurao
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hello,

I am new to salesforce,,

I want to divide the visualforce page into partions like..two verticle and three horizontal ..

please provide one example for my requirement...

my Apex Program as follows

 

public class tatasearch {
public tatasearch()
{
cust=new Customer_Details__c();
}
public Customer_Details__c cust{set;get;}
public List<Customer_Details__c> mySearch()
{
List<List<Customer_Details__c>> searchList=[FIND '{venu rao}' IN NAME FIELDS RETURNING Customer_Details__c(RC_Number__c,Name) LIMIT 15];
return cust;
}
}

 

I got the error on return statement

Error: tatasearch Compile Error: Return value must be of type: LIST<Customer_Details__c> 

 

please help me for this............

While installing Eclipse3.6 ,i have an error occured

 

please solve my problem

The error following like this

 

"

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,25.0.0.201206181021.
MD5 hash is not as expected. Expected: cfe2af79a543696580b0dc8120ae63ea and found 79d681ca9c50f3e0798aeabd9f56a2a8.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.core,25.0.0.201206181021.
MD5 hash is not as expected. Expected: 2850ffbb014faaf022bbb32f146ee699 and found e0f9a8bed6c2063f02d7a603f4a78693.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,25.0.0.201206181021.
MD5 hash is not as expected. Expected: 314d2f02d4c7e63caaff7feff76dcd87 and found 553eda5f0b4448d141fffb530e36f757."

 

please solve my problem

my Apex Program as follows

 

public class tatasearch {
public tatasearch()
{
cust=new Customer_Details__c();
}
public Customer_Details__c cust{set;get;}
public List<Customer_Details__c> mySearch()
{
List<List<Customer_Details__c>> searchList=[FIND '{venu rao}' IN NAME FIELDS RETURNING Customer_Details__c(RC_Number__c,Name) LIMIT 15];
return cust;
}
}

 

I got the error on return statement

Error: tatasearch Compile Error: Return value must be of type: LIST<Customer_Details__c> 

 

please help me for this............

While installing Eclipse3.6 ,i have an error occured

 

please solve my problem

The error following like this

 

"

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,25.0.0.201206181021.
MD5 hash is not as expected. Expected: cfe2af79a543696580b0dc8120ae63ea and found 79d681ca9c50f3e0798aeabd9f56a2a8.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.core,25.0.0.201206181021.
MD5 hash is not as expected. Expected: 2850ffbb014faaf022bbb32f146ee699 and found e0f9a8bed6c2063f02d7a603f4a78693.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,25.0.0.201206181021.
MD5 hash is not as expected. Expected: 314d2f02d4c7e63caaff7feff76dcd87 and found 553eda5f0b4448d141fffb530e36f757."

 

please solve my problem