Using * this * key word?

Hello
I am trying to grey ONLY the box part (not label/caption) of the field/object, so am using below,
xfa.resolveNode("VISITOR.Page1.myInfo.Name.ui.#textEdit.border.fill.color").value = "192,192,192";
working fine,
but, i came to know that the xfa.resolveNode is not efficient, so, i want to use this key word so i tired as below
this.ui.#textEdit.border.fill.color.value = "192,192,192";
but, not working!! pls help me how to get my requirement with this key word for a better PERFORMENCE.
Thank you

If it's coloring BOTH the caption and value, a sneaky way around this is to create 2 fields instead of the 1 field you currently have.
1st field would be a label field
2nd field would be in input field but with the caption turned off.
then, just color the 2nd field.

Similar Messages

  • How to use SUBMIT key word in the program in the program

    Hello Folks,
                     I want use SUBMIT statment in the program for calling the other program. My query is
    I have one report named REPORT1 and I am using the SUBMIT statment in this report to call the second report named as REPORT2. The flow of the program is I excute the first report REPORT1 and entr the value on selection screen of REPORT1, selection screen is having one parameter. then SUBMIT statment comes into picture to call the second report REPORT2 in this second report, I would like to pass the selection screen value of first report REPORT1.
          I want to know how to pass the selection screen value of the first REPORT1  to second REPORT2.
    Anyone please guide me in this regards.
    Thanks & Regards
    Chetan

    Hi Chetan,
    Try this report.
    Create two reports namely ztry, ztry1 as below.
    Run report ztry.
    When you run report ztry,
    ztry1 will get excuted first(through 'submit'),
    getting values from report ztry through 'import' and 'get parameter'.
    Report ztry.
    *Export and Import
    DATA: text(20) VALUE 'Hello',
          mem(20).
    WRITE:/ 'Export and Import' COLOR = 1.
    EXPORT text TO MEMORY ID mem.
    SUBMIT zawi_try AND RETURN.
    WRITE:/ ''' Hello'' exported to ZAWI_TRY successfully '.
    WRITE:/.
    *Set and Get Parameter ID
    DATA: var(20) VALUE 'Master'.
    WRITE:/ 'Set and Get Parameter' COLOR = 1.
    SET PARAMETER ID 'abc' FIELD var.
    WRITE:/ 'Set Parameter ID is success'.
    WRITE:/.
    Report ztry1.
    DATA: text(5),
          mem(20).
    IMPORT text FROM MEMORY ID mem.
    WRITE:/ 'Importing '' Hello'' from ztry:', text color = 1.
    FREE MEMORY ID mem.
    write:/ mem.
    DATA: var(6).
    GET parameter id 'abc' field var.
    write:/ 'Value got through Get Parameter ID from ztry:',var color = 1 .
    Thanks....

  • Insertion in object used SCOPE key word

    I created a type object a including columns (id,name,gndr). I created a table b based on object a
    create table b of a;
    An other table I created c with
    (c_id number(3),
    person REF a SCOPE IS b)
    What is the Insert statement of C.
    Please give me the correct answer with What version used.

    Mohammad,
    Did you resolve the REF problem you had? What versio are you using? The following works for both 8i and 9i.
    INSERT INTO C VALUES
    (23,
    SELECT REF(p) FROM B p WHERE id = 2);
    You should also check out more examples at http://download-west.oracle.com/otndoc/oracle9i/901_doc/appdev.901/a88878/adobjdes.htm#441286.
    Regards,
    Geoff
    null

  • Runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN key word

    Hi All,
    I'm getting a runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN keyword in the below statement,
    ASSIGN L_XVALUE(L_LENGTH) TO <TEXTLINE> TYPE 'C'. "see 581444
    Here L_XVALUE is of type X with value 'ENVIRONMENTALLY HAZARDOUS SUBSTANCE, LIQUID, N.O.S' , L_LENGTH is of type I with value 51 and <TEXTLINE> is of type C wih one character length .
    Should I have to declare <TEXTLINE> as same as that of L_XVALUE ( type X ).
    Thanks in Advance,
    Sabu.

    Decalre <TEXTLINE> as type any.

  • Using Key Words to Find Photos

    I've figured out how to apply key words to photos in my iPhoto Library, and I know how to find photos by typing in a key word. But how do I search using multiple key words (e.g. woman + brunette) or by excluding key words (e.g. woman - brunette)?
    I assume the answer is in video tutorial "Finding Photos" at
    http://www.apple.com/ilife/tutorials/#iphoto-organize-4 but it won't play for me.
    Thanks.

    David:
    Go to the search field at the bottom of the iPhoto window, click on the Magnifying glass button and select keywords to bring up this window:
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Reference Object and New Key Word

    Hi,
    I am having a Class call ThreadHandler which implements Runnable()
    I loop through 10 times like below
    for (int i = 0; i < 10; i++) {
    ThreadHandler oTHandler = new ThreadHandler();
    Thread oTh = new Thread(oTHandler);
    oTh.start();
    Question:
    1. Will this create unnecessary referencing to ThreadHandler?
    2. Can I just instantiate ThreadHandler at the attribute declaration and just use new key word every time in the loop
    E.g :
    ThreadHandler oTHandler
    Thread oTh
    for (int i = 0; i < 10; i++) {
    oTHandler = new ThreadHandler();
    oTh = new Thread(oTHandler);
    oTh.start();
    }

    Suppose we say:
    for(ndx = 0; ndx < 1000; ndx++) {
        Type foo = new Type("etc");
    // <-- foo is no longer in scopeI'm not 100% sure what you mean "unnecessary referencing of..." but if you declare inside the for loop then there will be nothing referenced by foo after the loop. So, if anything there is less referencing going on.
    It is considered good practice to declare things close to where you use them. Because your intent is clearer that way.

  • Cannot use product key for Vista installation on my Satellite U400-112

    HI, NICE DAY
    I BOUGHT TOSHIBA SATELLITE U400-112 , WINDOWS VISTA , I FORMATED MY LAPTOP THEN I SETUP WINDOWS VISTA , BUT WHEN I INTRED THE PRODUCT KEY (THAT IN THE LAPTP`S STICKER) , A MESSAGE APPEAR AND TELL THE P K IS INVALID !!!
    BY THE WAY, MY WINDOWS VISA IS A COPY CD OF THE ORIGENAL VISTA, IT CAN BE UPTATED BUT DOES`T ACCEPT MY LAPTOP PRODUCT KEY!!!
    WAIT FOR HELP, THANKS.

    hi
    i get answer by search results
    ther is
    Hi!
    The product key on the bottom side of the notebook is an OEM key and belongs to the preinstalled OEM version. That means you can??t use this key with a normal Vista installation disk that you can buy on the internet or from a computer shop.
    If you want to install Vista you should a Toshiba recovery disk or a Microsoft disk with the corresponding product key.
    You can order a Toshiba recovery disk from Toshiba directly:
    https://backupmedia.toshiba.eu/landing.aspx
    Bye
    thanks

  • I would like to know what application I should use for this specific job.  I have 6 photos in Iphoto, and I would like to print them out on one piece of paper with the title and key words showing.  Please help.

    My objective is to print photos on on 8 1/2 x 11 sheets of paper (4 per page).  I want to include the photo title and the photo key words.
    I am not sure how to go about doing this.

    In iPhoto, create an album with the images you want to print.
    Once created, open the album and select all the images (type Command + A)
    Go to the menu View and make sure Titles and Keywords are checked.
    Go to the menu File > Print
    Choose Contact Sheet
    In the lower right corner press the customize button
    In the next window that opens, at the bottom of the window change the column slider to "2"
    You should be good to go. If OK, then press Print at the bottom right corner of the window.
    MtD
    Message was edited by: Meg The Dog to fix typo

  • What is use of LOAD key word in ABAP-HR

    what is use of LOAD key word in ABAP-HR?

    Hi,
    LOAD keyword is used to load all the parameter values.
    Basic form
    LOAD REPORT prog PART part INTO itab.
    Variants
    1. LOAD REPORT prog PART 'HEAD' INTO itab.
    2. LOAD REPORT prog PART 'TRIG' INTO itab.
    3. LOAD REPORT prog PART 'CONT' INTO itab.
    4. LOAD REPORT prog PART 'DATA' INTO itab.
    5. LOAD REPORT prog PART 'DDNM' INTO itab.
    6. LOAD REPORT prog PART 'DATV' INTO itab.
    7. LOAD REPORT prog PART 'SELC' INTO itab.
    8. LOAD REPORT prog PART 'STOR' INTO itab.
    9. LOAD REPORT prog PART 'LITL' INTO itab.
    10. LOAD REPORT prog PART 'SYMB' INTO itab.
    11. LOAD REPORT prog PART 'LREF' INTO itab.
    12. LOAD REPORT prog PART 'SSCR' INTO itab.
    13. LOAD REPORT prog PART 'BASE' INTO itab.
    14. LOAD REPORT prog PART 'INIT' INTO itab.
    15. LOAD REPORT prog PART 'DATP' INTO itab.
    16. LOAD REPORT prog PART 'TXID' INTO itab.
    17. LOAD REPORT prog PART 'COMP' INTO itab.
    Effect
    Loads the specified part of the generated version of the program prog into the internal table itab (for analysis purposes only).
    The return code value is set as follows:
    SY-SUBRC = 0 The load for the program prog exists and is current.
    SY_SUBRC = 4 The load for the program prog does not exist.
    SY-SUBRC = 8 The load for the program prog exists, but is not current. In some cases, this SY-SUBRC may mean that the program load has been destroyed. You can resolve this by generating the program. With PART 'LREF' , SY-SUBRC = 8 means that the line reference table is incorrect for the program. With PART 'CONT' , it means that the reference part of the internal table is empty.
    itab has been filled only if SY-SUBRC = 0 .
    Reward points if useful.
    Regards,
    Sekhar

  • What is the use of Volatile Key word ??

    what is the use of Volatile Key word ??
    There is a primitive variable
    volatile int b = 10; // this is a master copy
    Locally thread A changes this int b as 5.
    Locally thread B changes this int b as 20.
    thread c want to use this int b.
    now what c will get??
    If didn't use volatile what will happen.
    Regards
    Dhinesh

    Deenu wrote:
    what is the use of Volatile Key word ??Why don't you ever reply to any of your threads? You never thank anyone for helping you, and this makes you one of the worst trolls out there.

  • Vb 2012 use regex to substitute specific key words with specific replacements

    I am creating a VB 2012 application in which I have a two-dimensional array containing a collection of specific (but case-insensitive) key words with their replacement words.  I also have a very large series of String variables which I read sequentially
    from a .CSV file.
    What I want to do is to efficiently parse each String variable searching for any occurrence(s) of the Key words held in the array and substituting with their replacement.
    I know I can use "standard" VB code to do this but my instinct tells me that using Regular Expressions might be far more efficient.
    Never having attempted to use Regular Expressions before, but having just spent several hours attempting to research the subject online, I know I need some help, please.
    Any advice or guidance will be gratefully received.
    Paul J

    Hello,
    The 'Suggestions and Feedback for the Forums' forum is to give users a voice on Forums. Users can give suggestions for improvements or vote up suggestions and know that the Forums team is listening.
    I'd ask in the
    Visual Basic .Net Language forum on MSDN.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • No phrase or multi-term search feature? I am using iBooks 4.1 on an iPad Air I thought it would support complex key word searching (even Adobe reader supports phrase searches in PDF files) is it really just limited to one key word per search?

    No phrase or multi-term search feature? I am using iBooks 4.1 on an iPad Air I thought an eBook reader would support complex key word searching (even Adobe reader supports phrase searches in PDF files) is iBooks really just limited to searching for one key word at a time?  Am I missing something  basic in the search interface?

    Greetings NoNameGiven,
    If I understand the problem correctly (I’m not sure I do) you would prefer ‘iii’ to be read as “eye eye eye” rather than “three”? The alt text property is the only way that I know of to make this happen. Hope this helps.
    a ‘C’ student

  • Can't use down key because it opens automator. Does any one know how to disable this short cut?

    Everytime I press down on down key it opens automator. It doesn't let me delete the app. I don't know what to do, it is very frustating to fill in a chart when I can't use the down key. Does any one know how to disable this short cut?

    Are you talking about the Down Arrow key? To my knowledge there is no way to use that key as a shortcut for anything. But look in the Keyboard section of System Preferences and the Keyboard shortcut tab.

  • This is a bit of information for folks that use Robohelp for Word.

    I know this is all a day late and a follar short but for those folks that still use Robohelp for Word:
    If your company is going to Windows 7, X5 will not work.  You need to bump it up to at least RH8.
    Even after you upgrade, if you use the tripane (winhelp_2000) view in RH for Word, it will not work on Windows 7 even with the microsoft patch.  With the patch it will look like an older version of RH in winhelp_4.  At least I have not been able to get it to display.
    What will work is if you compile it in Webhelp.  You will loose some links.  I know I should be moving to Robhelp Html and I tried, but when I did that I got a lot of garbage at the top of all my topics, I lost all my external links and I would have to retrain my partner...
    Now about links.  My only complaint about Robohelp for Word was it's limited external linking capacity.  If you use RH for Word you know you can only brouse to the net or to an htm or html document.  It doesn't mean you can't link to a PDF or an excel spread sheet.  You just can't brouse to it.  You can manually enter the path.  I just changed 740+ htm links to pdf links (pdf in same file as htm and the names were the same except for extension) and it worked.  If you intend to try this back up.
    Anyway, if this helps anyone great..if not thanks for letting me babble.  I like my Robohelp for Word in Webhelp format.
    Peggy Theo.

    Thanks for posting this Peggy.
    It is worth adding that there is another way of continuing to work with Word - using Linked Documents in RoboHelp HTML. You create Word documents entirely independent of RoboHelp and then create topics by linking those documents in a RoboHelp HTML project.
    You cannot create WinHelp that way but WinHelp is on life support and requires users to download a viewer, you cannot distribute it. It really is time to move on from WinHelp.
    RoboHelp for Word is not getting much development and does not get the new features being added to RoboHelp HTML.
    Linking is covered on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • We have several licences of Adobe Photoshop Elements V9 can we use the same licence key for latest version or what version can we install is this key???

    We have several licences of Adobe Photoshop Elements V9 can we use the same licence key for latest version or what version can we install is this key???
    We are Gouvernment and we use Windows 7 64 bits edition with office 2010.
    Thanks.

    Hi Denis, if you have license of Photosho Elements V9 then you can only install V9, please check the download link: Download Photoshop Elements products | 9, 8, 7. Please also check System requirements | Adobe Photoshop Elements
    Atul_Saini

Maybe you are looking for

  • Internal error occured...Reader XI

    I've been getting the message "an internal error occurred" the last few times I've tried using Reader XI on my Windows 8.1 laptop.   I've even gone as far as using Revo Uninstaller AND the tool at http://labs.adobe.com/downloads/acrobatcleaner.html w

  • 10.4.8- dimmed screen & wireless won't work

    I downloaded the latest Mac update 10.4.8 and ever since my screen looks dim or darker. Not as bright and vibrant as it used to. I have read other posts of it looking blueish. I bet this is the same thing others are describing. In addition, my wirele

  • Controlling VI from inside the Sub-Panel

    I have a prog which is used as the Main prog and has a sub-panel in it,whenever an event is occured iam popping up an VI,which should be inside the sub-panel,when i press the stop button which is inside the sub-panel,the vi should stop

  • Failing to start a powershell scripts from Start/Run

    So my real goal is to get a script that we've written to run in a scheduled task. Based on one of the early Scripting Guys blogs, I am working with Start/Run to get the syntax down. Here's what I am trying to do is run the command, capturing any outp

  • How to let content in the middle of the browser?

    I want the content in the middle of the browser. I change the align property of the root af:document and af:form. It doesn't work. Thanks.