Validation on alphanumeric vakues

Hello there,
can anyone explain me that how to do validation on an item. item would take value as Y03.0, so first value always any character and then numbers with or without decimal.
value can be (Y03.0 or Y03 or A12 or A12.9 ) so on.
thanks in advance.
kind regards,

Thank you for your help
I am using as
^[[:alpha:]]{1} ([[0-9]]{2}/.)[[0-9]]{1)
for example A09 or A09.9 BUT it gave me error if first position is not a character that is ok for me but it did not check rest. so if i enter A0999 or a999 it does accept which should not be?
it should be accept min first three characters lbut it can be 3 to 5 including point (.) so fourth position always (.) so item can be as follows:
a09.0 , a09, B11.1 so first position always character then should take two numbers and optional (.) and number after (.) so last two are optional.
Much appriciate for any help.
kind regards,

Similar Messages

  • Spry textfield validation for alphanumeric input

    Hi,
    How can I set the spry input to the following pattern that I need: only allow alphanumeric.

    You can build your own custom validations with Spry.
    var custom = new Spry.Widget.ValidationTextField("id", "custom", {
         validation: function( value, options ){
              return /[a-z]/gi.test( value ); // your validation
    Related reading:  http://labs.adobe.com/technologies/spry/articles/textfield_overview/index.html and http://labs.adobe.com/technologies/spry/samples/validationwidgets/TextfieldValidationSampl e.html

  • Spry alphanumeric validation

    I'm trying to have a spry text field valid on alphanumeric
    values, which I know is 'Custom' 'y', but how do I validate any
    length? I want to have a spry text field that has a value that is
    alphanumeric of any length.

    You can build your own custom validations with Spry.
    var custom = new Spry.Widget.ValidationTextField("id", "custom", {
         validation: function( value, options ){
              return /[a-z]/gi.test( value ); // your validation
    Related reading:  http://labs.adobe.com/technologies/spry/articles/textfield_overview/index.html and http://labs.adobe.com/technologies/spry/samples/validationwidgets/TextfieldValidationSampl e.html

  • Error ERR-1412 Unable to resolve page alias (State Bank Of Indore).

    i have created a select list with branch to page .When i clicked on this list it gives this error
    reply

    pages in htmldb can be aliased with alphanumeric identifiers. this way you can use those aliases instead of the page names when calling them. your error message means that you asked htmldb to serve up a page with an alias of "State Bank Of Indore" when a page with such an alias didn't exist (page aliases have to be valid oracle alphanumeric identifiers, so htmldb wouldn't have let you create an alias with spaces in it like "State Bank Of Indore", anyhow). to me this suggests you have an improperly defined branch. i'd check that branch to make sure your page is correctly specified there.
    hope this helps,
    raj

  • OES2 DHCP option 176

    I'm needing DHCP on OES2 to push out option 176. I don't see it listed in
    iManager and I don't see a way to create custom options.
    Any ideas?

    Hi,
    today I tested with the new plugin - I see the same problem!
    I need to create option 252 AUTO-PROXY-CONFIG content:
    http://kunde_srv.kunde.local/proxy.pac
    I also get the error:
    Input field is invalid. Please enter only valid characters
    (alphanumeric, underscore, slash, dot or hyphen).
    This is not very help full ...
    Walter
    >>> Walter Hofstädtler<[email protected]> schrieb am
    Donnerstag,
    20. Dezember 2007 um 18:25 in Nachricht
    <[email protected]>:
    > Hi,
    >
    > today I see a new DNS/DHCP plugin for iManager this plugin may solve
    > this
    > issue ?
    >
    > Walter
    >
    >
    >>>> Patrick Buller<[email protected]> schrieb am Mittwoch, 28. November
    > 2007
    > um 01:46 in Nachricht <[email protected]>:
    >> I'm noticing something else. You can add Option 176 just like you
    > suggest
    >
    >> in
    >> iManager. You can set it to be a "string" value, which is what Avaya
    >> recommends for option 176. However, when you go to add the string (for
    >> example: MCIPADD=x.x.x.x,y.y.y.y,MCPORT=1719,TFTPSRVR=z.z.z .z,w.w.w.w)
    >> you
    >> get the following error:
    >> Input field is invalid. Please enter only valid characters
    >> (alphanumeric,
    >> underscore, slash, dot or hyphen).
    >>
    >> You also get the same error if you just put a "=" (equal sign) or ","
    >> (comma) in the field.
    >>
    >> Here is my theory. I think there is a bug in iManager that does not
    >> allow
    >> these characters. However, these characters are REQUIRED for Avaya IP
    >> phones
    >> using option 176. It may be that the underlying DHCP server code will
    >> accept these symbols just fine, but the iManager form field does not.
    >>
    >> Now, if you change the option to be a "text" value (which is contrary to
    >> Avaya's recommendation) you can add the above example string just fine,
    >> or
    >> so you think. It "adds" just fine, but when you click "Apply", the
    >> option
    >> completely disappears from the list.
    >>
    >> The joys of new code....
    >>
    >> Patrick
    >>
    >>>>> On Wednesday, November 14, 2007 at 9:06 PM, in message
    >> <[email protected]>, Mark
    >> Casey<[email protected]> wrote:
    >>> DHCP Configuration for OES2 is stored in EDirectory
    >>>
    >>> In iManager >> DHCP (OES Linux) >> Service >> Available Options
    >>> You seem to be able to add Additional Options
    >>>
    >>> Havent tried it myself yet, but ....
    >>>
    >>> Regards
    >>>
    >>> Mark Casey
    >>> Pegasus Technology Pty Ltd
    >>> www.pegasustech.com.au
    >>>
    >>>
    >>>
    >>>
    >>>
    >>> On Tue, 13 Nov 2007 22:00:57 GMT, Kennon Keoseyan
    >>> <[email protected]> wrote:
    >>>
    >>>>On Tue, 13 Nov 2007 19:40:15 +0000, Patrick Buller wrote:
    >>>>
    >>>>> /etc/dhcpd.conf does not contain any of the standard ip subnet or
    host
    >>>>> information. The only thing in the file is ldap parameters. I could
    >>> specify
    >>>>> it as an option, but I don't want it to be a global parameter. Only
    > for
    >>
    >>> a
    >>>>> given subnet, but that subnet (or any subnet) isn't specified in the
    >>>>> dhcpd.conf.
    >>>>>
    >>>>>>>> On Tuesday, November 13, 2007 at 11:26 AM, in message
    >>>>> <[email protected]> , Kennon
    >>>>> Keoseyan<[email protected]> wrote:
    >>>>>> On Mon, 12 Nov 2007 20:08:46 +0000, Patrick Buller wrote:
    >>>>>>
    >>>>>>> I'm needing DHCP on OES2 to push out option 176. I don't see it
    > listed
    >>
    >>>>>> in
    >>>>>>> iManager and I don't see a way to create custom options.
    >>>>>>> Any ideas?
    >>>>>>
    >>>>>> I havent played with the new DHCP on OES2 but can you just add the
    >>>>>> option
    >>>>>> to the /etc/dhcpd.conf? My understanding about the new DHCP is that
    > it
    >>
    >>>>>> is
    >>>>>> just an eDir enabled version of the standard ISC DHCP. From the
    notes
    >> I
    >>>>>> see here:
    >>>>>>
    >> http://www.novell.com/documentation/...ndex.html?page
    >
    >>
    >>>
    >>>>>> =/documentation/oes2/ntwk_dnsdhcp_lx/data/bookinfo.html
    >>>>>> it looks like you should be able to just add option 176 and your IP
    >>>>>> ranges. Give it a whirl and report the results. :-)
    >>>>
    >>>>Bummer :( I have been browsing this page:
    >>>>http://www.novell.com/documentation/...ndex.html?page
    =
    >
    >>
    >>> /documentation/oes2/ntwk_dnsdhcp_lx/data/bookinfo.html
    >>>>But I dont see anything in there about how to add a custom option. Have
    >>>>you looked in /var/lib/dhcp/db ? You might just want to grep around
    >>>>through that directory structure for the word 'option' as eDir and all
    >>> the
    >>>>directory related info is in there under /var generally. I fear that
    > once
    >>>>you manually make this change that you will be relegated to managing
    > DHCP
    >>>>from the commandline again instead of iManager...though I hope I am
    > wrong
    >>>>about that. Also in the docs I noticed that the migration path from
    >>>>non-directory enabled ISC DHCP to this new Novell version is to just
    put
    >>>>your old /etc/dhcpd.conf into a /etc/dhcpd.bak on the new box and kick
    > on
    >>>>DHCP and that giant sucking sound you will hear is the old network
    >>>>information being moved up into your tree...I will be doing this myself
    >>> in
    >>>>our lab soon so let me know if you figure out how to make custom
    changes
    >>>>that iManager doesn't give you. Good luck.

  • Validation for Non-AlphaNumeric characters

    Hi All,
    I want to do Validation for Non-Alpha Numeric characters.
    While saving record, Name should only allow alphanumeric(letters and numbers only) characters, No special characters.
    How to do this?
    Plz help
    Thanks,
    Sk

    SK
    In EOImpl file in setter method of Name you can write below logic
    import java.util.regex.*;
      public void setLastName(String value)
        Pattern p = Pattern.compile("[^a-zA-Z0-9]");
        Matcher m  = p.matcher(value);
            if (m.find()){
                System.out.println("last Name"+value);
                throw new OAException("Special Characters Not allowed in Name", OAException.ERROR);
           setAttributeInternal(LASTNAME, value);
      } Hope it helps!!!!
    Thanks
    AJ

  • Validation for Unique Name and Non-AlphaNumeric Characters

    Hi All,
    How to do Unique name and Non-Alpha Numeric Characters Validation?
    Name should be unique and only allow alphanumeric characters.
    Where all validations must be done? In EOImpl or any other file?
    Plz help
    Thanks,
    Sk

    SK
    Here are the steps you need to perform to check duplicate Employee Names need not entered by user.
    First create a VVO in your schema.server package(that of EO) with the following query.Generate both VVOImpl and VVORowImpl file.
    select full_name
    from fwk_tbx_employees
    where full_name =:1Now add this VVO to your VAM means give instance to it.
    Now open the VVOImpl and write below code to execute query based on new name entered by user
        public void initQuery(String name)
          setWhereClauseParams(null); // Always reset
          setWhereClauseParam(0, name);
          executeQuery();
        }Now open Your Entity Expert class and add below method in it
       public boolean isEmployeeNameExists(String name)
         boolean isExists = false;
               // Note that we want to use a cached, declaratively defined VO instead of creating
               // one from a SQL statement which is far less performant.
         EmployeeNameVVOImpl employeeNameVVO =
           (EmployeeNameVVOImpl)findValidationViewObject("EmployeeNameVVO1");
         employeeNameVVO.initQuery(name);
         // We're just doing a simple existance check.  If we don't find a match, return false.
         if (employeeNameVVO.hasNext())
           isExists = true;
         return isExists;
       }Now you need to call this expert class method from setter method of EOImpl for name.so Open your EOImpl file and go to setter method of name
          if ((value != null) || (!("".equals(value.trim()))))
            EmployeeEntityExpert expert = getEmployeeEntityExpert(getOADBTransaction());
            if (!(expert.isEmployeeNameExists(value)))
                throw new OAException("Duplicate Employee Name", OAException.ERROR);
          }Remember to write code above setAttributeInternal.
    Hope it helps!!!!
    Let me know if you have queries in it.
    Thanks
    AJ

  • Alphanumeric and pipe delimiter regular expression validation

    i have a header in file like below
    EMP_ID|EMP_NAME|DEPARTMENT|SALARY|ACTIVE1
    passed to a string
    String test = "EMP_ID|EMP_NAME|DEPARTMENT|SALARY|ACTIVE1";
    I have to check if the header has only alphanumeric and pipedelimiter is allowed.
    other than these i need to raise an error.
    Any sugestions.

    hi rp0428  thanks for ur suggestion.
    yes i found string pattern matching.
    public boolean isAlphaNumeric(String s){
       String pattern= "^[a-zA-Z0-9]*$";
       if(s.matches(pattern)){
       return true;
       return false;  
    but i am looking for regexp which matches pipe delimiter as well like
    EMP_ID|EMP_NAME|DEPARTMENT|SALARY|ACTIVE1
    should return true. else if
    EMP_ID , EMP_NAME , DEPARTMENT , SALARY ,, ACTIVE1
    other than pipe delimiter like comma or space it should throw error message.
    thanks.

  • Validation of non alphanumeric chars in a JavaBean method

    Hello people,
    does anyone have any tips on writing a method for a Java Bean that can take in a String param and check to see if it contains chars such as ' or " (quatation or double-quotation marks).
    I need to preferably be able to convert them to enable their insertion to an SQL statement, writing to a database, or to strip them out.
    I'm sure a lot of you know the problems of inserting these types into SQL to write to a db....
    I realise that Perl or perhaps Javascript could do this, but I want to use server-side Java.
    Thanks
    Mike

    I want to be able to insert Strings such as: "the
    coursework's mark was 90%" - including the '
    (apostrophe), but SQL won't let you do that, I get an
    error in the SQL query execution.That's funny, I can insert those characters directly into a MySQL database using JDBC and a PreparedStatement. The SQL I'm using let's me do precisely that, percent signs and apostrophes included... :)
    String dataString = "the coursework's mark was 90%";
    String sql = "INSERT INTO table (column1) VALUES (?)";
    PreparedStatement ps = conn.prepareStatement(sql);
    ps.setString(1, dataString);
    ps.executeQuery; // inserts apostrophe and percent sign
                     // without a problem...

  • Validation at the network level

    Hi Experts,
             I am doing the validation for the network at the header level for the resposible cost center field.
    I am giving Prerequiest as
    Req.cost center = 'X'
    Check as
    i am not entering anything in the check condition
    Message
    I am entering the message & message type is error.
    initiation of this validation is i want to check that any value is entered in the Req.cost center field. (Making this field as a manditory).
    But after doing that it is not checking in my cj20n transaction.
    can anybody suggest me wht is the problem.
    Thanks & regards
    Raman T S

    Hi,
    In validations 'X' doesn't mean alphanumeric, it means alphabet X only. That's why system is not giving you any message.
    You need to put validation check as Resp. Cost Center <> ' '
    which means it shouldn't be blank.
    Regards,
    Harsh.

  • What is your strategy for form validation when using MVC pattern?

    This is more of a general discussion topic and will not necessarily have a correct answer. I'm using some of the Flex validator components in order to do form validation, but it seems I'm always coming back to the same issue, which is that in the world of Flex, validation needs to be put in the view components since in order to show error messages you need to set the source property of the validator to an instance of a view component. This again in my case seems to lead to me duplicating the code for setting up my Validators into several views. But, in terms of the MVC pattern, I always thought that data validation should happen in the model, since whether or not a piece of data is valid might be depending on business rules, which again should be stored in the model. Also, this way you'd only need to write the validation rules once for all fields that contain the same type of information in your application.
    So my question is, what strategies do you use when validating data and using an MVC framework? Do you create all the validators in the views and just duplicate the validator if the exact same rules are needed in some other view, or do you store the validators in the model and somehow reference them from the views, changing the source properties as needed? Or do you use some completely different strategy for validating forms and showing error messages to the user?

    Thanks for your answer, JoshBeall. Just to clarify, you would basically create a subclass of e.g. TextInput and add the validation rules to that? Then you'd use your subclass when you need a textinput with validation?
    Anyway, I ended up building sort of my own validation framework. Because the other issue I had with the standard validation was that it relies on inheritance instead of composition. Say I needed a TextInput to both check that it doesn't contain an empty string or just space characters, is between 4 and 100 characters long, and follows a certain pattern (e.g. allows only alphanumerical characters). With the Flex built in validators I would have to create a subclass or my own validator in order to meet all the requirements and if at some point I need another configuration (say just a length and pattern restriction) I would have to create another subclass which duplicates most of the rules, or I would have to build a lot of flags and conditional statements into that one subclass. With the framework I created I can just string together different rules using composition, and the filter classes themselves can be kept very simple since they only need to handle a single condition (check the string length for instance). E.g. below is the rule for my username:
    library["user_name"] = new EmptyStringFilter( new StringLengthFilter(4,255, new RegExpFilter(/^[a-z0-9\-@\._]+$/i) ) );
    <code>library</code> is a Dictionary that contains all my validation rules, and which resides in the model in a ValidationManager class. The framework calls a method <code>validate</code> on the stored filter references which goes through all the filters, the first filter to fail returns an error message and the validation fails:
    (library["user_name"] as IValidationFilter).validate("testuser");
    I only need to setup the rule once for each property I want to validate, regardless where in the app the validation needs to happen. The biggest plus of course that I can be sure the same rules are applied every time I need to validate e.g. a username.
    The second part of the framework basically relies on Chris Callendar's great ErrorTipManager class and a custom subclass of spark.components.Panel (in my case it seemed like the reasonable place to put the code needed, although perhaps extending Form would be even better). ErrorTipManager allows you to force open a error tooltip on a target component easily. The subclass I've created basically allows me to just extend the class whenever I need a form and pass in an array of inputs that I want to validate in the creationComplete handler:
    validatableInputs = [{source:productName, validateAs:"product_name"},
                         {source:unitWeight, validateAs:"unit_weight", dataField:"value"},
                   {source:unitsPerBox, validateAs:"units_per_box", dataField:"value"},
                        {source:producer, validateAs:"producer"}];
    The final step is to add a focusOut handler on the inputs that I want to validate if I want the validation to happen right away. The handler just calls a validateForm method, which in turn iterates through each of the inputs in the validatableInputs array, passing a reference of the input to a suitable validation rule in the model (a reference to the model has been injected into the view for this).
    Having written this down I could probably improve the View side of things a bit, remove the dependency on the Panel component and make the API easier (have the framework wire up more of the boilerplate like adding listeners etc). But for now the code does what it needs to.

  • Validation on Entity level

    Hi All,
    In Jdev11g, I have set the validation on attribute level to check whether a field (e.g. password) contains only alphanumeric.
    I have used Rule Type as Regular Expression with the regular expression value [A-Za-z0-9]+.
    I am worried, why this validation is not getting fired up?
    Please help me to get around this.
    Regards,
    Loganathan

    When do you expect it to fire?
    Entity level validation only occurs if you call it directly or doDML call has been issued.
    I guess the validation rules are inherited by the VO and by components build from the VO.
    Timo

  • Having Problems with "pattern" in Spry Validation Text Field

    Hi, thanks for reading. I have read the primers and docs on
    using the "custom" pattern ability of the spry textfield validion.
    However, I am unable to fully understand how to implement the
    conditions I desire. I have read that you use:
    "B"; "b" for Case-insensitive alphabetic characters.
    I suppose my first question is, does that mean either B or b
    will work?
    What I am trying to accomplish for my first validation is:
    1- to allow between 1 and 15 characters to be entered. They
    should be only a) alphanumeric (number or letter) b) they MAY
    contain a space in there and c) the first character needs to be a
    letter. So, what I want it to scrub for is a char string no longer
    than 15 chars, number or letter (may contain a space, but that
    counts towards the 15) and the first char must be a letter.
    I have been playing around with the attributes:
    ("spryCustomtest", "custom", {validateOn:["blur"],
    minChars:1, maxChars:15, pattern:"a"});
    however, i am unable to see how to specify the pattern so
    that it allows for 1-15 chars and insists that only the first char
    is a letter......
    My second question is, how could I implement a field for
    heightened password-choosing rules....
    perhaps tell it to allow for:
    a) minimum of 8 characters
    b) at least one capital letter
    c) at least one special character or number
    d) maximum of 30 characters
    thanks for any help, Tex

    Did you ever find a solution for this?

  • EDI validation Error: Segment GS(Functional Group Header) at guideline

    Hi,
    I am working on EDI 272 transaction(inbound).
    I created ECS file for EDI 272 and validated the EDI 272 data with ECS file in the B2B document editor. Validation was sucess in the B2B document editor
    when I upload the same ECS file and tested the same in B2B. I am using EDI version 4020.
    I am getting the following error,
    Segment GS(Functional Group Header) at guideline position 0200 is missing. This segment's standard option is Mandatory.{br}{br}This segment was expected after:{br}{tab}Segment Count: 1{br}{tab}Character: 105

    Hi Anuj,
    I created new ECS file without Envelope.
    Now I am getting the following exception
    <errorCode>AIP-51505</errorCode>
    <errorText>5020: An invalid character was encountered in a data element.</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (dgia21a.cccis.com)
    Element ISA11 data type must be 'Alphanumeric'. Segment ISA is defined in the guideline at position 010.{br}{br}This error was detected at:{br}{tab}Segment Count: 1{br}{tab}Element Position: 11 {br}{tab}Characters: 82 through 83 ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    <errorDetails>
    <parameter name="InterchangeControlStandard_RepeatingSeparator" value=""/>
    <parameter name="InterchangeTrailerControlNumber" value="000000001"/>
    <parameter name="InterchangeChildCount" value="1"/>
    <parameter name="InterchangeTime" value="1417"/>
    <parameter name="InterchangeUsageIndicator" value="T"/>
    <parameter name="ErrorScope" value="Interchange"/>
    <parameter name="SubelementDelimiter" value=""/>
    <parameter name="RepeatingSeparator" value=""/>
    <parameter name="InterchangeSecurityInfo" value=" "/>
    <parameter name="InterchangeReceiverQual" value="ZZ"/>
    <parameter name="DecimalSeparator" value=""/>
    <parameter name="InterchangeAuthorizationInfoQual" value="00"/>
    <parameter name="ElementDelimiter" value=""/>
    <parameter name="InterchangeComponentElementSep" value=""/>
    <parameter name="InterchangeControlVersion" value="00402"/>
    <parameter name="InterchangeAckRequested" value="0"/>
    <parameter name="InterchangeSenderQual" value="ZZ"/>
    <parameter name="InterchangeReceiverID" value="BBBBBBBBBBBB"/>
    <parameter name="ReleaseCharacter" value=""/>
    <parameter name="InterchangeDate" value="001212"/>
    <parameter name="SegmentDelimiter" value=""/>
    <parameter name="InterchangeControlNumber" value="000000001"/>
    <parameter name="InterchangeAuthorizationInfo" value=" "/>
    <parameter name="InterchangeSenderID" value="AAAAAAAAAAAA"/>
    <parameter name="InterchangeSecurityInfoQual" value="00"/>
    </errorDetails>
    </Exception>

  • Backspace, Del, Arrow keys, Tab not working in Firefox when applying validation

    Hi,
    I am developing a webpage with some textboxes requiring only alphabets or alphanumeric text to be accepted. I am using DevExpress controls and following is the javascript code that executes on keypress
    function fn_allowAlphabetspace(s, e) {
    var theEvent = e.htmlEvent || window.event;
    var key = theEvent.keyCode || theEvent.which;
    debugger;
    key = String.fromCharCode(key);
    var regex = /[a-zA-Z ]/;
    if (!regex.test(key)) {
    theEvent.returnValue = false;
    if (theEvent.preventDefault)
    theEvent.preventDefault();
    All the browsers except firefox allow Backspace, Del, Tab, Arrow keys, Home, End key to work perfectly. Firefox does not allow any of these to work on the textboxes.
    Thanks
    Shitiz

    Hi,
    I tried to solve it by debugging the javascript and found the below code to be working for firefox as well as on other browsers IE10, Chrome and Safari without any issues
    //validation function to allow only alphabets and space
    function fn_allowAlphabetspace(s, e) {
    var searchSpecial = '$Backspace$Del$Home$Tab$Left$Right$Up$Down$End$';
    if (searchSpecial.indexOf('$' + e.htmlEvent.key + '$') < 0) {
    var theEvent = e.htmlEvent || window.event;
    var key = theEvent.keyCode || theEvent.which;
    key = String.fromCharCode(key);
    var regex = /[a-zA-Z ]/;
    if (!regex.test(key)) {
    theEvent.returnValue = false;
    if (theEvent.preventDefault)
    theEvent.preventDefault();
    Please not that parameter '''''e''''' passed in the function provide the details of the keypress function. I am using DevExpress ASPxTextBoxes. Anybody who wants to use this function need to make changes in the above code as per the control used
    Thanks
    Shitiz

Maybe you are looking for

  • Sharing my Ipod classic with two computers

    Does anyone know why my Ipod classic will not syncronize it starts and 30 sec.later it ejects. I down loaded a couple songs off Itunes and now it will not sync. I also created a new playlist. can you down load on two different computers? I also upgra

  • Does Not Sync, Stuck

    When I went to go sync my iPod, it shows up on the screen and the iPod seems like it is starting to sync. But then it doesn't and the screen on the iPod goes back the cord picture where it says "Connected_Eject before disconnecting." When I click syn

  • Nested table for PO Output (Item texts) - trying again.

    Hi experts I posted this question already, but the formatting disappeared, so trying again. I have created a PDF version of the Purchase Order output. Everything works well, except for the last step - a nested table where I want to display Item texts

  • Is it possible when using the markup tools to make them locked in position?

    I am using Acrobat 8 Pro and my boss wants to be able to draw on a PDF. which is fine when he uses the markup tools provided, the only problem is that when he has to draw something that starts and ends on a existing markup it selects the markup and m

  • How do I change default search engine in address bar?

    I know in previous incarnations of Foxfire I could use about:config and change Keyworld.url to change my default search engine. I recently reset my Foxfire because I've been having issues with the Origin website and.. now it's defaulted back to Googl