• colorBoy
  • NEWBIE
  • 0 Points
  • Member since 2008

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

Today , I found something wrong with my package.

 

It works well at 2009/05/20. 

 

Maybe there are some changes in Summer'09.

 

So , who can tell me since when Summer'09 has been released?

 

Thanks a lot. ..and sorry for my poor English.:)

Hi, 

 

I write a VF page with five date inputFields ,  

and I found the default today was displayed on the right of the inputfields.

It's:         [______][ 2009/02/18 ].

May it's name is 'datepicker.insertDate' .

It make my row very long .

Can just user the Date inputField without that 'today' option?

Infact, If I want a default value, I can set it in my controller or sobject. 

here's my code ,is just a date inputField.

 

<apex:repeat value="{!boList}"

var="boInfo" id="pageRepeat">

<tr>

<td>

<apex:inputField id="nday" style="width:80px;" value="{!boInfo.transferDay__c}" />

</td>

</tr>

<-- five same inputField here --> <-- ... --></tr></apex:repeat>

 

 thanks!!!

 

Message Edited by colorBoy on 02-18-2009 08:55 PM
In Application sale, I found Accounts has a data type address.

In my application I also needs a field like that.

But I have no idea how it comes.

Any one know about that?

thank you for you help!
I'v made a popup window with visualForce to let user in put some query value.

Then when user click a search button,the popup window will closed and the search result

display in the list view.

Can send search parameter or search result to a list view ?

Is that impossible ?

Thanks a lot!
In Application sale, I found Accounts has a data type address.

In my application I also needs a field like that.

But I have no idea how it comes.

Any one know about that?

thank you for you help!
Maybe i make autu number in VisualForce?
Thanks
  • October 06, 2008
  • Like
  • 0
I'v made a popup window with visualForce to let user in put some query value.

Then when user click a search button,the popup window will closed and the search result

display in the list view.

Can send search parameter or search result to a list view ?

Is that impossible ?

Thanks a lot!