How to set an 'alert'  or reminder message for end-user Acrobat X form.

Hi,
I'm trying to see if I can add an alert or reminder message for the end user who will be filling in a form that I'm creating from Acrobat Pro X.
Does it require a script if so, could anyone share one that is already exists?
If it doesn't need a script, how can I set that up?
What I want to do, is to remind end-user to fill in Numbers Only and not text.  I have already set my properties for numbers only and provided an example. But, In-case end users did not understand, I'd like to have a message for them to say that they must type in number and not text.
Currently, with the limitation I've made, they couldn't type in any letters but, they might be frustrated and not fill in anything!
Please help!
Thanks,

Thank you for the code.
Is it correct to put that code under VALIDATE > run custome validate script, within the Properties box?
Because I tried it, and it worked only AFTER I typed a number onto the field.
Since my goal is to have the alert BEFORE, so if someone typed in a text, they should see the alert and correct themselves to type in a number instead.
Please clarify.
Thanks!

Similar Messages

  • How to set up 2 separate iPhoto libraries for two users

    My wife and I have a macbook air, she being one user and me the other. We both have iphones and recently upgraded to the 5s. She had not ever openned itunes or iphoto on the computer as she used the it mainly for word processing, email and surfing the web. I, on the other hand, would play around in iphoto and ensure photo streaming was working and have a large itunes music collection.
    When I openned up her iphoto, all my photos from my account downloaded into hers. I forget what I did to make this happen but it might have done so automatically.
    My question is: how can I set up her own iphoto account when she is logged into her user account on the computer? We don't wish to share iphoto libraries as now is the case.
    And, this might not be the correct forum to bring this up, but when I take pictures on my iphone 5s, they stream to her iphoto library as well as mine. But, her pictures taken on her iphone don't stream/backup to either of our computer iphoto libraries even though she has an icloud account and photo streaming turned on on her phone. 
    I hope this makes sense as there are really 2 questions: setting up a separate iphoto library for each user on one computer, and, how to get photo streaming from her phone to her library
    Thanks in advance for any help

    First you both have to have your own user accounts on the MBA and separate iCloud accounts.  From there it's relatively simple to create you own libraries and have your respective iPhones link to those library when both devices are logged into the same iCloud account.
    OT

  • How to set an screen variant as default for my user?

    Hello,
    For example in t-code FB50 we have 4 screen variants.  The default screen variant is 1.  How can I change the default sreen variant for my user only ?
    Thanks,
    Alexandre

    Hi
    Use T.code FB00 and in the document entry tab in screen templates and line layout variant for doc entry enter necassary details
    For further details, the following link may be useful:
    http://www.r3.duke.edu/stepbystep/journal/3.pdf
    Regards
    Aravind
    Assign points if useful

  • How to set a customized search results template for all users

    Hi.
    I know the customized search results views are stored in a file called pne_portal.hda that resides on every user's subfolder in data/users/profiles/...
    Is there a way to set a customized search results template for all users? If it's impossible, is there a way to modify the Headline view? I'm not able to find the resource or template where this view is.
    Thanks in advance.

    I wasn't able to understand what was meant by this post. Therefore, I modified the standard template HeadLine View.
    Columns for this template are defined in the include slim_search_result_table_header_setup (in std_page.htm).
    Here is the modification of the code:
    <$if customTemplateId and not (baseTemplateId like customTemplateId)$>
              <$columnsString = utGetValue("customlisttemplates/" & strLower(customTemplateId), "columns")$>          
              <!-- Modify START by Oracle-->
         <$else$>
    <!-- here add default fields -->
              <$columnsString="dDocName,dDocTitle,dInDate,dDocAuthor"$>
    <!-- here add your custom fields -->
              <$columnsString=columnsString&",xComment"$>
              <!-- Modify END by Oracle-->
         <$endif$>

  • How to set up new enviroment variables permanently for all users?

    Hi.
    I downloadad Apache Tomcat, and need to set enviromental variables for all users.
    I tryed setenv commad, but it is not found.
    for example # JAVA_HOME="/opt/jre1.6.0" Solaris remembers this variable only for one session and I need for all users permanently.
    Thanks.

    Thank you.
    This file contains a script. Is there difference in putting that line in beginning or end of the file?
    #ident     "@(#)profile     1.19     01/03/13 SMI"     /* SVr4.0 1.3     */
    # The profile that all logins get before using their own .profile.
    trap ""  2 3
    export LOGNAME PATH
    if [ "$TERM" = "" ]
    then
         if /bin/i386
         then
              TERM=sun-color
         else
              TERM=sun
         fi
         export TERM
    fi
    #     Login and -su shells get /etc/profile services.
    #     -rsh is given its environment in its .profile.
    case "$0" in
    -sh | -ksh | -jsh | -bash)
         if [ ! -f .hushlogin ]
         then
              /usr/sbin/quota
              #     Allow the user to break the Message-Of-The-Day only.
              trap "trap '' 2"  2
              /bin/cat -s /etc/motd
              trap "" 2
              /bin/mail -E
              case $? in
              0)
                   echo "You have new mail."
              2)
                   echo "You have mail."
              esac
         fi
    esac
    umask 022
    trap  2 3
    # Intel Server Control - The following lines
    # let the LRA daemon access the X server
    if [ -f /usr/bin/X11/xhost -a -f //isc/lra ]
    then
         ttyname=`tty`
         ttyname=`basename $ttyname`
         ttykind=`tty | egrep "console|vt"`
         whereami=`finger -s | grep $ttyname | cut -c61-`
         if [ "$whereami" = "" -a "$ttykind" = ""  ]
         then
              CURDIS=$DISPLAY
              DISPLAY=unix:0.0
              export DISPLAY
              /usr/X/bin/xhost +unknown 2>/dev/null 1>/dev/null
              DISPLAY=$CURDIS
         fi
    fi

  • How to set environment variables in mac mavericks for all users

    Can someone here tell me the file to set JAVA_HOME environment variable for all users?
    Thanks!

    nara999999,
    the file in which to set the environment variable depends upon the login shell of each user. Presuming that every user has bash as his login shell, and that the environment variable will be needed only in interactive shells, then the file to edit will be /etc/bashrc; if the environment variable will also be needed in non-interactive shells, then  /etc/profile should be edited instead (and this will also cover users with either sh or zsh as their login shell). If ksh is used as a login shell, then /etc/ksh.kshrc will need to be edited. If csh or tcsh is used as a login shell, then /etc/csh.login will need to be edited.

  • How To Set Parameters in a SOAP-Message for QUERY_VIEW_DATA Web Service

    Hi all,
    I want to use the QUERY_VIEW_DATA Web Service to get data from BI through an existing BEx-query.
    How can I set a navigation status as it is stated in the SAP documentation [Web Service for Accessing Query Data|http://help.sap.com/saphelp_nw04/helpdata/en/d8/3bfc3f8fc2c542e10000000a1550b0/frameset.htm]?
    I am able to set filter values but setting any parameter with the name 'CMD' has no effect to the response.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
      <soapenv:Header/>
      <soapenv:Body>
        <urn:GetQueryViewData>
          <Parameter>
            <!-- This has no effect -->
            <item>
              <Name>CMD</Name>
              <Value>SWITCH_AXIS</Value>
            </item>
            <!-- This works --> 
            <item>
              <Name>FILTER_IOBJNM</Name>
              <Value>0COMP_CODE</Value>
            </item>
            <item>
              <Name>FILTER_VALUE</Name>
              <Value>4020</Value>
            </item>
          </Parameter>
          <Query>Z_MYQUERY</Query>
        </urn:GetQueryViewData>
      </soapenv:Body>
    </soapenv:Envelope>
    We use SAP NetWeaver 7.0 EHP1. The documentation mentioned above belongs to NetWeaver 2004s and I can't find it in the docu for 7.0. Does that mean the QUERY_VIEW_DATA is deprecated?
    Thanks for your help!
    Best regards
    Heiko Braeske

    Dear Heiko,
    did you solve this problem?
    We are facing the same problem. Every parameter that requries "cmd" does not work. I guess we don´t use this paramter the right way.
    Best, Chris

  • How to set a shared calendar 'read only' for SOME users in ML server

    I am setting up Mountain Lion Server and wish to set up a series of calendars to be used by a studio of approx 20 people - two calendars will show the kind of thing I'm trying to achieve.
    Calendar A shows appointments and meetings - it can be viewd and edited by all
    Calendar B shows who is taking leave and when - it can be viewed by all, but edited by only a small group of people
    What is the best way to set this up? On The earlier version of the server we had set up calendars on the server and delegated - this is not possible on Mountain Lion Server.

    I don't think you can do this strictly by personalization since you need to use SPEL, unless the attribute you will be using for the display to control readonly is already present in the VO. Basically you need to check a value, say Supplier, and have another attribute say readOnly, tthat is set to TRUE if the supplier equals your desired supplier and FALSE for all other suppliers.
    Regards,
    LC

  • How to set Password expiration at 45 days for all users (new or existing)

    Hey all please suggest suitable way to set password expiration at 45 days of all application users.
    i am using APPS R -12.1.3 ...

    reply with possible ways.
    URGENT...

  • How does one create a fillable/editable PDF for end users of Adobe Reader?

    An example would be a business card design where users could change the name, email, etc. I am working in Acrobat Pro X, In Design 5.5, etc on a Mac. I know it's possible b/c I've seen it done. Need fonts to be embedded. I've tried various things but nothing has worked. Any advice would be greatly appreciated.

    Hey Sara,
    For a better understanding on how to create fillable PDF form using Acrobat X, please watch this video tutorial:
    How to create a fillable PDF form | Acrobat X Tips & Tricks | Adobe TV
    Also, please watch the following video tutorial on how to embed fonts in a PDF:
    https://acrobatusers.com/tutorials/how-to-embed-fonts-in-a-pdf
    I hope both the tutorial links mentioned above would help you
    Let me know if you need further assistance.
    Regards,
    Anubha

  • In XI 3.0 how to set up Alert configuration......

    Hi All
         I am new to XI and Pls..help me on this
         How to set up Alert Configuration in XI 3.0 (SP 9)
         What are the settings i need to do in RWB... For particular Purchase order
         How to set up the alert configuration ?
    Thanx in advance
    Prasad K

    Hi,
    Please check these links, here you can find something:
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    /people/ginger.gatling/blog/2005/12/02/innovative-ways-to-use-alerts
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7f2243d711d1893e0000e8323c4f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/68/253239bd1fa74ee10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbc8142c11d3b93a0000e8353423/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/2166e6a91d11d188de0000e8216438/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/05/bb223905b61b0ae10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm
    Regards,
    Wojciech

  • How to set the alert

    Hi All,
                         Based on the below criteria i want to set the alert
    Select U_SDate,U_EDate from [@PROJ_DET]
    =====================================
    U_Sdate             U_Edate
    1)2008-10-01       2008-11-01
    2)2008-10-02       2008-12-25
    so, in the first row the project planned is 30 days..so i want to set a alert like if the current  date comes to 2008-10-10(i,e before 20 days)....i should show a alert....can anybody suggest me some ideas like how to set these alert before completion of the project before 20days of U_Edate.
    regards,
    shangai.

    hi sierdna,
                        Based on the query i have taken 2 fields
    Select B.ProjectName,A.EmployeeName from [@PRJ_DET] A inner join [@PRJ_MST] B on A.code=b.code Where (U_EDate)-(GetDate())<=20
    Project Name        Employee name
    ==========        ============
    Sample1                John
    Sample2                Micheal
    SAmlpe3                David
    so,in the alert i want to display the project name end date is going to comlpete.......how to set the alert.........can anybody tell me
    regards,
    shangai.

  • How to set a welcome message for a user when he is login

    in my server i am creatin a user "john" in solaris10 box when ever he logins in to the server he should get a message like "welcome john" what is the option to set the message ....
    how can i set a welcome message for a user in solaris
    please guide me the process how i can do
    Thanks in Advance

    THANK YOU FOR YOUR REPLY
    i have checked it out in /etc/motd
    its working fine but the message is coming for every user when they login
    i want message lilke
    if john is looged in
    than message like "welcome john"
    can u please tell me the procedure where to change in /etc/profile and /etc/.login

  • How to configured mail Alerts in OEM 12c for WebLogic Servers up/down status?

    Hi,
    I am new in Oracle Enterprise Manager so please tell me How to configured mail Alerts in OEM 12c for WebLogic Servers up/down status?
    Thanks,
    Sagar Pawar.

    Hi Sagar Pawar ,
    First you need to set the email notification :
    Kindly review :
    12c Cloud Control: Steps to Configure Incident Rules to Send Notifications or
    Manage Events / Incidents / Problems (Doc ID 1368036.1)
    12c Cloud Control: Steps to Configure Email Notification Method (Doc ID 1368262.1)
    Regards
    Ansari

  • How to set the gain and input coupling for each channel on a NI 4462 DaQ card?

    I've seen a few examples in how to set the gain for NI 4462, but none tell me how to chose the channel I wish to set this gain.  Also the same problem with input coupling
    Does anyone know how to set the gain and input coupling for each individual channel?
    Thanks,
    Hector
    LabView 8.5 Windows XP

    Hey Hector,
    http://forums.ni.com/ni/board/message?board.id=100&thread.id=1688
    This has a few examples of how to do that.  Let me know if you have further questions.
    Have fun!
    -gaving

Maybe you are looking for