• mylucky
  • NEWBIE
  • 5 Points
  • Member since 2010

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

How can we update a value in the dynamic picklist..??? I am explaining my requirement here.

 

 

List<SelectOption> abc = new List<SelectOption>();

abc.add(new SelectOption('apex',ApexDevelopment);

 

 

Now I have to change the 'ApexDevelopment' value to 'VisualforceDevelopment' by removing the value ApexDevelopment in the picklist.

 

I tried "abc.remove(apex)", it shows an error as : Method does not exist or incorrect signature: [LIST<System.SelectOption>].remove(String)   

Can any one help me pls.......

 

 

Thanks in advance,

Lakshmi Reddy. B

Hai all,

 

can we group by a formula field....?

 

if any body knows pls tell me, how can it is possible.... i want to group by a formula field.

 

 

Thanks

Laxmi reddy.

Hello,

 

anyone plz help me.

 

I want to render the pageblocksection, when i select values from picklist fromanother pageblocksection on same page then secong page block section rendered and shows the values accroding to selected values.

 

How can i solve this.. anyone knows plz help me......

  • August 25, 2010
  • Like
  • 0