• Heena
  • NEWBIE
  • 25 Points
  • Member since 2009

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 13
    Questions
  • 11
    Replies

Hi All

 

I have a problem like

 

There are four textboxes in a VisualForce Page and i want to show the sum of contents these textboxes in a summary textbox on an onchange event of the four textboxes. Can i do so.

 

Please Help needed.

 

kaulSaksoft

Hi,

 

I wanted to know if it is feasible to access the org id of my salesforce org (without  querying the Organization table) in an Apex Class. Something similar to what we do in VisualForce using the {!$organization.id} global field.

 

Thanks,

Heena

Hi,

 

I am developing a visualforce page and want to hide the page footer with the tab links  and the copyright. Can anyone tell me how to go about it?

 

Thanks,

Heena Bhatnagar

Hi All,

 

I am developing a visualforce page that has a data table to be dispalyed. The table has around 15 columns to be displayed and the output looks too clumsy. Can anyone plese let me know how to get a scrollbar to traverse in a visualforce page. I could not find any tag relating to scrollbar.

 

Thanks,

Heena 

Hi,

I am developing a visualforce page with a custom controller and have some custom search filters on it .

 

There are few date filters and i want to have the standard salesforce date time picker poping up when the field goes on focus(). Right now i am using a custom built datatime picker, but the picker is out of sink with salesforce wiht respect to the look and feel.

I have seen that the salesforce picker appears for standard fields but the date fields in my page are not mapped to any object and hence i am not sure if i can get the salesforce standard picker.

 

Please help.

 

Thanks & Regards,

Heena

Hi,

 

I am creating a visualforce page with some lookup fields and was wondering if the lookup icon is available in some standard visualforce library or stored in some standard location inside the force.com platform. Please let me know if anyone has ever used it.

 

Thanks & Regards,

Heena

Hi All,

 

I have a visualforce page which has some input fields displayed in it.

These fields are not present in the database. I want to get the red mark on this fields that Salesforce has for required field.

 

I have seen that the red mark appears when we use standard controller and display standard field with requiredtrue in the field attribute. But in my case the fields are not a part of the database

 

Does visualforce has any inbuilt attribute to display the red mark or should I get it as an image myself?

 

 

Thanks & Regards,

Heena 

Hi,

 

I have a requirement to export all the list of records that I display using datatable  to an excel.

I tried using the Contenttype attribute of page.

This works fine in firefox but throws the following error in IE.

 

 Internet Explorer cannot download "my visualforce page name" fromc.na6.visual.force.com.

 Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.

 

 Please help.

 

 

Please help.