Why my check box in template show out is rhombus?

Hi~~
I want use check box in my template, it result is OK .
But it shows rhombus, not standard style 「check box」.
Is font problem?
I want 「check box」style , not rhombus .
How can I do ?
Emily, Thanks

This check box is picked up from Wingdings font style,
thsi font is not shipped with XMLP product.
Alternatively
you can map it in the Oracle Apps
through the configuration or have property in Template
In Template
Go File ..... Property and Custom tag
you'll see the property setting required for the check box.
name: rtf-checkbox-glyph
type : Text
value : fontname;9746;9746
value syntax is like
fontname;
<unicode font number for true value’s glyph>;
<unicode font number for false value’s glyph>
Use this,
http://www.alanwood.net/demos/wingdings.html
Visit this link , check for the character representation for 9745, 9746 in unicode is
and the one i have said above, is Check box , check & unchecked characters.
It should work.
in Wingdings
for sample "Wingdings;0168;0254"
168 represents ¨     168
254 represents þ     254
This will come in the report.
Or else same property can b set in Apps level
in the configuration page, check for administration
general
RTF Templates ==> Characters used for checkbox
set the value , as i said .
One thing , i was not able to find is
documentation says
use this
"Albany WT J;9746;9745".
i found link
http://www.alanwood.net/demos/wgl4.html#w2500
Using special characters from Windows Glyph List 4 (WGL4) in HTML
i was not able to find the character for the corresponding number.
will investigate further.

Similar Messages

  • Since updating to Firefox 3.6.15, I can no longer print coupons from SmartSource. The error message is that Java is not detected. The check box is longer showing in the Options/Content of this version of Firefox, so I can not enable it.

    # Question
    Since updating to Firefox 3.6.15, I can no longer print coupons from SmartSource. The error message is that Java is not detected. The check box is longer showing in the Options/Content of this version of Firefox, so I can not enable it.

    Same PC as I used to post the question. When I go to the "plug in check" page, it shows I am up to date and it is not disabled.
    Java(TM) Platform SE 6 U24
    Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers 1.6.0.24

  • When saving a fill-in form that contains check boxes, the filled in check boxes do not show up on the new PDF. How do I fix this?

    Basically, I have a form that comes over from a vendors that is Pre filled. I may have to manually answer some of the check boxes. Either way, when I go to save the form to put in our system, the checkboxes on the newly save PDF are now blank. How do I stop this from happening

    I use windows 7 and I current have Adobe Reader XI 11.0.09. The document is transmitted from a vendor to our AWD system, when I open it, it opens in Adobe for viewing and corrections

  • Multiple check boxes in an update form using php

    I have a database of the membership of a club. One field in the database is input by checking multiple check boxes. When the insert member record is submitted and multiple check boxes are selected, the information becomes an array of text separated by commas. When the user goes back to the update form, the check boxes are not showing checked in the appropriate fields. Please go to my test site where you will be able to see the code that I have created so far: http://www.usreboot.com/phphelp.php. You will find the php code for the update form in a pdf file located there. You will need a user name and password to look at the update record page. Here you go: user name: wyane, password: wayne. I have submitted this request in the past and have not found success so far. Thanks for your help, Wayne Rowlands

    I am so close. If a member has only one check box checked. I get the check box checked in the update form. Here is the updated code:
    If the member has a number of check boxes checked, none of the check boxes are checked. I am so close. Maybe you can figure out what I am missing.  Thanks, Wayne

  • Multiple check boxes in an update form

    I have a database of the membership of a club. One field in the database is input by checking multiple check boxes. When the insert member record is submitted and multiple check boxes are selected, the information becomes an array of text separated by commas. When the user goes back to the update form, the check boxes are not showing checked in the appropriate fields. Please go to my test site where you will be able to see the code that I have created so far: http://www.usreboot.com/phphelp.php. You will need a user name and password to look at the update record page. Here you go: user name: wyane, password: wayne. I have submitted this request in the past and have not found success so far. Thanks for your help, Wayne Rowlands

    Thanks for getting back with me. I do have two tables. One table is the "members" table where all the information for the members is stored. One of the columns is "currentClubPositions". The database has another table which is "positions" which has the list for the positions that a member of the club could serve on. Members of the club may be serving on a number of positions at once, therefore the check boxes. Also, the club is adding and deleting positions over time, so I wanted an easy way to add them and delete them without having to go into phpmyadmin to do this. I have created a form that updates the "positions" table. The check boxes that show up in the insert member record and update member record are dynamic so that when the table "positions" changes, the forms change dynamically as do the queries to sort the database change dynamicaly. When the check boxes are entered, I use the implode function to make the values an array of text separated by commas and that value is inserted in one field of the members table named "currentClubPosition". I am all ears to hear a better way. Take a look at the web pages (see the original post) that I have created and you will see how all this ties together. Thanks, Wayne Rowlands

  • Problem with check-box

    Hi all,
    I am using flash CS3 and working on flash and ActionScript
    3.0.
    In a flash application(.swf file), I have "3
    images"(converted to movieclips) in 3 different layers, "a
    combo-box"(which displays a specific image upon selection in the
    combo-box) and "a check-box".
    The Functionality of Combo-box is: If we select an image
    from combo-box,then a specific image is viewed on output upon
    selection. Now, if we click on the image appeared, then there
    appears a circle(dot) on the image at (evnt.localX,evnt.localY)
    pixel position [I had written ActinScript 3.0 code for this task].
    This occurs for all the 3 layers(i.e., on selection of the 3
    images).
    The Functionality of Check-box is: If check-box is
    "selected", it shows dots(circles) and if "not_selected" no dots
    are visible(It means, it hides the dots /circles) on the specific
    image.
    " I think you had understood that---- dots/circles placed on
    one image should not be visible when other image is viewed".
    If I change the selection of combo-boxes (i.e., image is
    changed) and when the check-box is selected, then it is showing all
    the dots(circles) of all three images. But, it should show only the
    specific dots(circles) that are obtained when clicked on specific
    image(i.e., specific selection from combo-box).
    Here, instances of our application are as follows(These all
    are Movie-Clip instances):
    Say, for 3 images: mc_image, mc_image2, mc_image3.
    for combo-box: mc_Combobox.
    for check-box: mc_Checkox.
    Here, the functionality of Check-box is what i need. When we
    select the check-box,It must show only the
    dots/circles that are related to the image which is selected
    from combo-box.
    How to do this?
    I am new to flash and ActionScript 3.0. Please help me....
    Thanks in advance.
    Text

    Hi Srihari.Ch,
    I dont know how it should work for only one circle and not
    for others??
    because as per my understanding each time a circle is drawn
    the same code is going to execute so how can it skip the condition
    in the if block for second time onwards.....
    Let me know if there is an understanding gap in your code and
    me...
    Also as a second thaught you can attach the event listener
    for the MouseEvent.CLICK
    only when the check box is clicked... you can track this by
    using a change event for checkboxes
    so your code will be
    myCheckBox.addEventListener(Event.CHANGE, addClickEvent);
    function addClickEvent(evnt:Event)
    //here check and attach mouse event listener for click event.
    if(evnt.target.selected)
    //Consider that myImageHolderMovieClip is the movieclip where
    you //have loaded an Image
    myImageHolderMovieClip.addEventListener(MouseEvent.CLICK,
    drawAcircle);
    else
    myImageHolderMovieClip.removeEventListener(MouseEvent.CLICK,
    drawAcircle);
    Also if this doesn't solve your problem please send me your
    code [fla and AS3 files] on my mail ID [email protected] i
    will try and give the reply as soon as possible.

  • Interactive report with check boxes

    i want to create a report in which there should be check boxes for every record & when i'll check those check boxes it should show me the sublist of the checked records.

    hi,
    try like this
    DATA : BEGIN OF wi_cust OCCURS 0 ,
            kunnr LIKE kna1-kunnr,
            name1 LIKE kna1-name1,
            adrnr LIKE kna1-adrnr,
           END OF wi_cust.
    DATA : BEGIN OF wi_adrc OCCURS 0 ,
            kunnr LIKE kna1-kunnr,
            name1 LIKE adrc-name1,
            city1 LIKE adrc-city1,
           END OF wi_adrc.
    DATA : chk1 TYPE c,
                lines TYPE i,
                 lines1 TYPE i..
    DATA: c TYPE c, ind TYPE c.
    DATA : v_line TYPE sy-index.
    SELECT kunnr name1 adrnr UP TO 10 ROWS FROM kna1 INTO TABLE wi_cust.
    LOOP AT wi_cust .
      WRITE : / chk1 AS CHECKBOX ,sy-vline, wi_cust-kunnr,wi_cust-name1,wi_cust-adrnr.
      HIDE : wi_cust-kunnr, chk1.
    ENDLOOP.
    END-OF-SELECTION.
      lines = sy-linno - 1.
    AT LINE-SELECTION.
      CHECK sy-lsind = 1.
      WINDOW STARTING AT 5 4
      ENDING AT 85 20.
      DO lines TIMES.
        CLEAR chk1.
        READ LINE sy-index FIELD VALUE chk1.
        IF chk1 = 'X'.
          ind = sy-index - 2.
          READ TABLE wi_cust INDEX ind.
          SELECT name1 city1 FROM adrc INTO CORRESPONDING FIELDS OF TABLE wi_adrc
          WHERE addrnumber = wi_cust-adrnr.
          READ TABLE wi_adrc INDEX 1.
          WRITE : / wi_adrc-name1, wi_adrc-city1.
        ENDIF.
      ENDDO.

  • How do I ensure that when a user clicks a box on the check box widget, the check box remains?

    Hi, I am using Captivate version 7. I am using a Checkbox widget on a slide. When the user checks the check box and then closes out of the course, how do I ensure that when the user goes back into the course, the check box remains? We're posting on an LMS. Thanks!

    Every widget, variable is reset when a course is restarted. Moreover you cannot control what is checked in the Checkbox widget by another action than the user click, even though you can change the value of the associated variable. I think you'll have to look for another solution.

  • Screen resolution - combatability tab - tick boxes do not show - cannot see if ticked or not

    Yesterday 11 November 2010 when I logged in resolution on mozilla was blurred - Looked up screen resolution help andtried to uncheck "run in 640 x 480 screen resolution" in compatability tag - the check boxes did not show - also my email program (www.vanilla.co.za) malfunctioned as did other stuff

    The Bookmarks Menu should look the same in all views (excluding the Unsorted Bookmarks section, which doesn't appear on the drop-down menu).
    If it is missing things, one possibility is that the sort order is different. However, the sidebar and the drop-down menu should match.
    Another thing to note is the scroll position: if your bookmarks menu is very long, try hovering over it (menu opened) with the mouse pointer and using the scroll wheel to zoom up and down it to see whether the desired content is off the screen.
    Some Add-ons may modify or corrupt menus. In case one of your extensions is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Why is the check box for remember passwords grayed out? It used to work now it won't save them.

    Why is the check box for remember passwords grayed out? It used to work now it won't save them.

    It could be because you have Firefox set to not remember any history. Did you do that intentionally? It is set in the Options dialog:
    "3-bar" menu button (or Tools menu) > Options > Privacy
    Perhaps it would work if you choose "Use custom settings for history" and just turn off the specific things you want to turn off.
    Any luck?

  • Show/Hide Template with Check Box

      I need scripting to add to a 'Check Box' that makes a (user) template visible if checked and invisible if unchecked.
      This will be used if the user needs an additional "sheet" (addendum) to complete the form.
    Thanks!

    Also:
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.4.html
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.5.html
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.6.html
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.6.html

  • Why does my itunes do not show a check box for me to be able to select a application so i can install it to my iphone3g, why does my itunes do not show a check box for me to be able to select a application so i can install it to my iphone3g

    my itunes dont have a check box thats way i dont know how can i be able to save or install aplication to my iphone3g.pls. help

    It might be that the application is not compatible with the version of iOS
    that you are running. What is the application? Which iOS version is installed?

  • I have a new MacBook Pro with OS10.8.2 and cannot get Contacts to print a list of addresses with pictures showing.  There is a check box selecting "picture" which has been checked - but no picture.  This worked fine on OS10.7.5.  Problem??

    I have a new MacBook Pro with OS10.8.2 and cannot get Contacts to print a list of addresses with pictures showing.  There is a check box selecting "picture" which has been checked - but no picture.  This worked fine on OS10.7.5.  Problem??

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Check box showing double when PDF opened in Preview

    I'm setting up a simple check box functionality on a PDF my company sends out. I noticed the check boxes look strange when the PDF is opened up in Preview on Mac. Not sure about PC as we don't have one here. It appears to look fine in Acrobat but I believe a good portion of our clients will use Preview. What you see in the image below is the result when I make a check box and change the color to blue green. The black check mark over it comes out of nowhere. My temporary work-around is to make the check mark art invisible so just that crappy black line shows up instead, although I hate the way it looks.
    Any help is much appreciated, thanks!

    You should always include a link to the FREE Adobe Reader with advice that best results will be seen using it when you distribute a PDF.
    Of course you cannot control what others will use, but if you expect them to use Preview you need to dumb down the design accordingly.

  • The check box for syncing apps not showing in iTunes Apps page

    My new iPad is syncing Books, iTunes U, Movies and Music but not Apps. When I look in iTunes on my iMac the option box to sync apps is not there. It just says Apps all the other pages, Music, TV Show, Podcasts etc. have a check box for syncing. Any idea why Apps does not?

    In the iTunes User Guide it shows a sync check box next to Apps as you can see it's not there.
    I do see the Sync check box for Music, Movies, etc.

Maybe you are looking for

  • How can I transfer all my data including SMS to my mac/windows computer?

    My friend has asked me to help her transfer all the data from her iPhone 3GS to a computer then to a hard drive. She has several folders with pictures in but image capture on mac is only picking up the one. I have an iPhone 4S and iPad 3 installed al

  • Question on the "SET TRANSACTION" command

    I am using Oracle 8i on NT. Our front-end is written in Panther v4.2 (aka, Jam v7.0). We have a situation where we want to do a SET TRANSACTION type of process. IE... Module A is executing DML. It then calls Module B (without committing the DML) whic

  • Mini (2010) on 42'' Daewoo LCD

    I've recently purchased a brand new 2010 Mac mini and, so far, I'm loving it. But, I've also bought a 42'' Daewoo FullHD LCD TV (DLX-42L1F). The problem: When I hook up the mini via HDMI to the LCD, I initially get a 720p output. If I go to settings

  • JSP Tag extensions problem

    Hi there,In WLS 6.0 i am encountering a problem in using a JSP expression as a value to a custom tag's attribute. I've specified RTEXPRAL to be TRUE in the TLD. But still the tag is not being evaluated at all. But if i repalce the JSP expression with

  • Possible to transfer $$ in Verizon Account to my Bank account?

    So, about a week ago I returned my Droid x, and the verizon worker refunded me back the money on my Verizon Account instead of adding it back to my debit card..so, it automatically paid my bill due on the 29th when he did this, and I had $170 still l