• Shilpa Goyal 9
  • NEWBIE
  • 10 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 13
    Replies
Hello evryone,
i am using star rating in vf page but not showing properly, only 3 and half stars are visible default but when i hover over on empty space on stars then it is showing.

can somebody help,how can i fix that?

 
Hi all,
i have one vf page with star rating and when i rate myself then overall rating calculation done automatically. but i want to print those selected stars and overall rating stars in pdf which is my second vf page. so in short i have to fetch those stars from one page to another page which is renderAs pdf.

Please help if anyone know any workaround.

thanks
Shilpa
Hello Everyone, 

I am trying to fetch data from parent,child and grandcild object.
my objects are:
SM- Parent
RES-Child
RESDETAILS-Grandchild

i have a picklist on my parent object name as "JOB" ,i have many roles related to that job and those roles are in child object and when we select job from parent then i have fetch all the records related to that job from child and grandchild and print that on one vf page.
please help me with that really appreciate.
i am new in SF.
 
Hi everyone, 
I have a query with sub query and i want sorting on column of sub query.

Here is my query
 List<Responsibility__c> rList=[select Name,Type__c,Description__c,                                        (SELECT Description__c FROM  Responsibility_Details__r)                                    
 from Responsibility__c     where Skill_Matrix__r.Name=:role1 and Type__c!=null order by Type__c,Name];

I want the sorted values of description of sub query which is coming from responsibility_details__r .

how can i do that. if someone can help me.
thanks
Shilpa     
Hello everyone
I have
<tr><td><div><span>name:&nbsp<apex:inputtext/>
i want to put a lable (name)and input text in same row in this section</span></div></td></tr>.
but result is in 2 rows.
any help is appreciated.
Thanks
Hi all,

i have one vf page with input text field where i ma giving manual value and that value i want to print in output text in second vf page. how can i achieve this functionality.
Thanks for any help.
Hi all,
i have a self assessment form in star rating format and i have a button on the same page, i want to download that page with selected star values in PDF, how can i do that? please help

HI Every one,

 

    I have a visualforce page and corresponding apex class like this

<apex:page standardController="Event__c" extensions="CreateAnEvent">
...code.........
...code.........
</apex:page>

 Now I want to call a method in apex class, from JavaScript function.Can any one have any idea. Can you please help me in this requirement.

 

Thanks,

Naresh