• twinoaks
  • NEWBIE
  • 25 Points
  • Member since 2012

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

Hi,

 

Is it possible to start a list from number 2 say.

 

The start="2" is NOT working.

 

Thanks in anticipation

I have the following which puts in a tick box followed by some text, unfortunately the box and the text are separated by a huge blank space as the text is being put into column 2, somehow I need to put it into column one so the tickbox and the text are close to each other. Can anybody offer advice for me please?

 

 

 


<apex:pageBlockSection columns="1">                    
                    <apex:pageBlockSectionItem >
                                <apex:inputField value="{!newForm3.Meet_Stand__c}"  id="meetstandard" style="float:left;margin:0 10px;"/>
                    </apex:pageBlockSectionItem>            
                    <apex:pageBlockSectionItem >            
                                <apex:outputLabel for="meetstandard" style="color: #6E6E6E;float:left;margin:0 20px;">
                                    meets the standard evidence set out
                                </apex:outputLabel>                                
                    </apex:pageBlockSectionItem>
                    </apex:pageBlockSection>

Hi,

 

I'm using a date dd/mm/yyyy in a text field of 10 characters but I want to ensure a valid date is entered using a validation rule. I've tried the following but no joy could somebody take a peek for me please?

 

NOT(REGEX(Dob1__c, '^([123]0|[012][1-9]|31)/(0[1-9]|1[012])/(\\d{2})$'))

Hi,

 

The below code produces an 'ADD AN ACCOUNT' button. I want to manipulate this to produce a 'remove an account' button so any accounts added by mistake in a form can be deleted.

 

Is this possible please?

 

Regards

 

Matt

 

<

apex:commandLinkrerender="accountSpec"status="AccountSpecStatus"style="font-weight:bold ;color:#999;float:right;display;block;width:130px;text-align:left;" value="<Add an account>"action="{!addOneChildFormData}"><apex:paramvalue="0"name="Group"assignTo="{!recordGroup}"/><apex:actionStatusid="AccountSpecStatus"><apex:facetname="start"><apex:imagestyle="float:right;margin:0 10px;" url="/img/loading.gif"/></apex:facet></apex:actionStatus></apex:commandLink>

<

 

Hi,

 

Is it possible to start a list from number 2 say.

 

The start="2" is NOT working.

 

Thanks in anticipation

I have the following which puts in a tick box followed by some text, unfortunately the box and the text are separated by a huge blank space as the text is being put into column 2, somehow I need to put it into column one so the tickbox and the text are close to each other. Can anybody offer advice for me please?

 

 

 


<apex:pageBlockSection columns="1">                    
                    <apex:pageBlockSectionItem >
                                <apex:inputField value="{!newForm3.Meet_Stand__c}"  id="meetstandard" style="float:left;margin:0 10px;"/>
                    </apex:pageBlockSectionItem>            
                    <apex:pageBlockSectionItem >            
                                <apex:outputLabel for="meetstandard" style="color: #6E6E6E;float:left;margin:0 20px;">
                                    meets the standard evidence set out
                                </apex:outputLabel>                                
                    </apex:pageBlockSectionItem>
                    </apex:pageBlockSection>

Hi,

 

I'm using a date dd/mm/yyyy in a text field of 10 characters but I want to ensure a valid date is entered using a validation rule. I've tried the following but no joy could somebody take a peek for me please?

 

NOT(REGEX(Dob1__c, '^([123]0|[012][1-9]|31)/(0[1-9]|1[012])/(\\d{2})$'))

Hi,

 

The below code produces an 'ADD AN ACCOUNT' button. I want to manipulate this to produce a 'remove an account' button so any accounts added by mistake in a form can be deleted.

 

Is this possible please?

 

Regards

 

Matt

 

<

apex:commandLinkrerender="accountSpec"status="AccountSpecStatus"style="font-weight:bold ;color:#999;float:right;display;block;width:130px;text-align:left;" value="<Add an account>"action="{!addOneChildFormData}"><apex:paramvalue="0"name="Group"assignTo="{!recordGroup}"/><apex:actionStatusid="AccountSpecStatus"><apex:facetname="start"><apex:imagestyle="float:right;margin:0 10px;" url="/img/loading.gif"/></apex:facet></apex:actionStatus></apex:commandLink>

<