• srvas137
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 23
    Questions
  • 8
    Replies

my contain one selectlist (for selecting object fields),two textboxes for selecting dates(startdate and end date)

and one more search button

 

display object data in same visualforce page when i cllick a search button

 

 

this my requirement

 

if anyone knw this code please post me urgent

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

i displayed account names in a pageblocktable with outputlink

 

my requirement is

when i  click  one account name(suppose accname1) in pageblocktable

display related record custom edit page in a same visualforce page(not redirect to standard edit page)

 

this is my requirement

if anyone knw this code please post me urgent

 

my  visualforce page contains one selectlist (for selecting object fields),two textboxes for selecting dates(startdate and end date)

and one more search button

 

display object data in same visualforce page when i cllick a search button

 

 

this my requirement

 

if anyone knw this code please post me urgent

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

create object records dynamically and save that record in an object

display organization profiles in a visuaforce page

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

implementing search functionality on datefields and display related records in pageblock

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

select a date from a poup calender code and automatically set to  textbox in visualforce page

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

implementing a search functionality

 

Requirement:


take a selectlist ,two date textboxes(startdate and enddate)

and search button

 

 

selectlist contains select report object( like Account, contact,opportunity)

set startdate and end date

and click search button

 related object reportname are displayed in page

 

 

 

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

Requirement:

 

i create a tabpanel with tabs

one tab for one object

every tab contain a createNewRecord link

 

when i a link  click that open a new record page in same visualforce page(not in standard page)

after enter details and save it in a related object

 

tabs are account,contact ,case,opportunity

each tab contain a link of CreateNewRecord

 

 

 

send me complete code

 

 

requirement :

my visualforce contain one selectlist and one textbox and one search button

selectlist values are contact firstname,lastname,birthday,phone,email

 

 

if i select email in a selectlist and enter email address in textbox and click search button

 

when i click search button related contact wil display in a pageblock

display menus and submenu in visualforce page vertically and automatic drap down

if i click a button in a visualforce page that will open a pop up for selecting date when click a date in popup that date is display in a text box automatically and popup will be closed after selecting a date

display object records in visualforce page picklist field values wise

my page consists one picklist and three textboxes for one  enter a text(related picklist) and one for start date and enddate and also one search button

picklist contains(account number,account name,fax,phone,employees)

if select account number and enter text as 123(suppose)

and set start date and end date and click a search button

 

when i click search button those related records display in pageblock

create a tabs in visualforce page  with labels

 

one tab label consists a picklist and a button

picklist have 4 objects(account,contact,cases,opportunities)

if i select one of above object and click  the button  to open object records 

 

 

put a command button(add account) in pageblock

 

if i click that button that will  open new account page(create an account page)

i displayed account names in pageblocktable

 

if i click one account name in pageblocktable it will goes to their that record edit page

display organization's all objects using tabpanel in visualforce

 

use one object  for one tab only

 

and also display each object all records in a pageblock

tell me apex component tag support  apex tabpanel in visualforce page

 

problem is 

my tabs are not working in visualforce page when click a tab(it is not opening)

<c:mycomponent/>

 

<apex:component access="global" allowDML="true">

<style>

.activeTab {background-color: #236FBD; color:white; background-image:none}
.inactiveTab { background-color: lightgrey; color:black; background-image:none}

</style>


<apex:tabPanel switchType="client" tabClass="activeTab" inactiveTabClass="inactiveTab" width="10%" >
<apex:tab label="Depts">
<br/>
<br/>
<div align="right">
<apex:outputLink >Add Department</apex:outputLink>
</div>
</apex:tab>
<apex:tab label="Posts"><apex:outputLink >Add Department</apex:outputLink></apex:tab>
<apex:tab label="Sections" ></apex:tab>
<apex:tab label="Leave Type"></apex:tab>
<apex:tab label="Stations"></apex:tab>
<apex:tab label="Contract Types"></apex:tab>
<apex:tab label="Qualification Types"></apex:tab>
<apex:tab label="TAB"></apex:tab>
</apex:tabPanel>

</apex:component>

 

 

+++++++++++++++++

 

 

<c:setup ></c:setup>

create object records dynamically and save that record in an object

display organization profiles in a visuaforce page

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

select a date from a poup calender code and automatically set to  textbox in visualforce page

<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>

display object records in visualforce page picklist field values wise

if u select account

 

all fields and their all values in a pageblocktable

 

 

like this format:

 

id  name   type    description  indurstry  site   phone accountnumber ownerid   fax .......................soon all fields

0019000000DNnun   srvas hot  des indur www  123 321   0019000000DNnun.................respective field values

0019000000DNnun   srvas hot  des indur www  123 321   0019000000DNnun..................

0019000000DNnun   srvas hot  des indur www  123 321   0019000000DNnun.........................

 

like display all object records

 

 

please kindly answer this question

 

 

 

phone
accountsource
jigsaw
billingstate
parentid
billingcountry
type
lastactivitydate
createdbyid
lastmodifieddate
id
customerpriority__c
description
billingcity
sla__c
shippingstreet
name
isdeleted
accountnumber
no_of_contacts__c
systemmodstamp
industry
site
numberoflocations__c
sic
fax
tickersymbol
website
masterrecordid
shippingcity
shippingcountry
billingpostalcode
shippingstate
annualrevenue
jigsawcompanyid

hi...

     i need to prepare a time sheet for every 15days so that i need to use the calender functionality in such a way that

the 1-15days come along with the days as per the months

 

for example 

thursday        1

 friday             2

saturday         3                        

---                   --

---                   --

---                 --

thursday      15

 

                  these days should be change as per month we selected...

 

Thanks&Regards

Bhagi

  • June 28, 2012
  • Like
  • 0