function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
padmapadma 

how to create a VF page

                                     form
Firstname                                           lastname
 email                                                 catagery
skills                                                   Branches
division                                               

 here we have to create a table like
start date                                              billingdate
end date                                                 billing expire date

agin the table will be end. as same as the table another with colorof header

Then  
SFdcedition                                    orderdate

expiredate

 can you please help me the above functionality page.


Hi everybody who know this functionality  are good can you please explain?

Thanks&Regards
 
Deepu BDeepu B
1st You need to get good in VF page:  http://www.salesforce.com/docs/en/cce/salesforce_visualforce_best_practices/salesforce_visualforce_best_practices.pdf

for your above request: the blue print is

Take one pageblock and give the title with center alignment.
create fields, if it needs one sObject take standard controller, or else custom controller(your requirement)

Take another pageblock
in that create one pageblocktable with columns you need.

if you want another table create another pageblock and create pageblocktable in that,


If you get my answer : check like this answer.
 
padmapadma
Thanks for your reply.
But The problem is The above fields should belongs to the 3 diffrent objects .
If i writing a code at that time  query exception error will be coming.
If any idea to merge the objects with a class:

Thanks&advance.
Deepu BDeepu B
If you working with one object you can use single Controller or StandardController , when you dealing with multiple Object you must use extensions.
padmapadma
Ok thanks for your replay