• Dipesh
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

I want to span second <apex:outputPanel > to two colums .

 

<apex:pageBlock id="demoid" title="Demo Block"  >

             <apex:pageBlockSection columns="3" >

                     <apex:outputPanel > TextLine1 </apex:outputPanel >

                     <apex:outputPanel > abcd abcd abcd abcd abcd</apex:outputPanel >

             </apex:pageBlockSection>

</apex:pageBlock>

 

currentyl its shown as below:

 

---------------------------------------------------------------------

 TextLine1           abcd abcd abcd.    (EmptySpace)

                              abcd abcd           

---------------------------------------------------------------------

 

I want as below :

 

---------------------------------------------------------------------

 TextLine1          abcd abcd abcd abcd abcd             .

---------------------------------------------------------------------

 

 

Thanks

Dipesh

 

 

 

 

 

 

  • January 30, 2013
  • Like
  • 0

I have one Custom Object Named 'Purchase_Order__c' with  field ' Total_Amount__c' - Data Type  Number(16,2)

 

When i query : select id from Purchase_Order__c Where Total_Amount__c= 9999999911 

 

Its giving me error

 

MALFORMED_QUERY:
Purchase_Order__c Where Total_Amount__c= 9999999911
^
ERROR at Row:1:Column:57
For input string: "9999999911"

 

I am taking Number(16,2) , so It should allow me in where clause upto 16 digit numbers. but its throwing me error.

If i remove one digit then its work fine.

 

Please Help me ASAP.

 

Thanks,

Dipesh 

 

  • January 21, 2013
  • Like
  • 0

I want to span second <apex:outputPanel > to two colums .

 

<apex:pageBlock id="demoid" title="Demo Block"  >

             <apex:pageBlockSection columns="3" >

                     <apex:outputPanel > TextLine1 </apex:outputPanel >

                     <apex:outputPanel > abcd abcd abcd abcd abcd</apex:outputPanel >

             </apex:pageBlockSection>

</apex:pageBlock>

 

currentyl its shown as below:

 

---------------------------------------------------------------------

 TextLine1           abcd abcd abcd.    (EmptySpace)

                              abcd abcd           

---------------------------------------------------------------------

 

I want as below :

 

---------------------------------------------------------------------

 TextLine1          abcd abcd abcd abcd abcd             .

---------------------------------------------------------------------

 

 

Thanks

Dipesh

 

 

 

 

 

 

  • January 30, 2013
  • Like
  • 0