How to make the contents appear of a repeating frame even if its empty

Hi all,
how can i make the contents of a repeating frame (like the labels) even if the query doesnt return anything ??
Regards,
Rafael

Move labels outside the repeating frame.

Similar Messages

  • HOW TO MAKE THE CONTENT OF THE TABLE PRINT IN A TABLE CONTROL SCREEN?

    Can any one tell me how to make the content of the table control print in a table control screen!!?
    Please help!!
    I have to make the contents of a table in the table control screen print ? any idea
    Regards,
    Vj

    Please refer to Demo Program,
    DEMO_DYNPRO_TABCONT_LOOP
    Its very clear.
    Shreekant

  • How to make the inputs appear in Playback

    Hi,
    I would like to know how to make the inputs (line-in, mic, SPDIF-in) appear in playback of windows's mixer ?
    Im running XP pro sp3 with XFI Extreme Audio PCI-Express.
    I dont know why but there is no inputs in playback that making me unable to hear it while its being recorded.
    <img border="0" height="405" width="640" src="http://img70.imageshack.us/img70/672/mixergq0.png">
    <img border="0" height="542" width="640" src="http://img399.imageshack.us/img399/486/allmysettingsmq2.png">
    Message Edited by Nuja on 0-06-2009 2:07 [email protected]

    - I've read a little more and come to these conclusions:
    . The instructions presume that a CD is included with the card for the purpose of installing the software. A CD/DVD reader is a requirement for this reason.
    2. The card uses Intel HD Audio. This changes enough of what I know about CL's card that I really don't know that the lack of external inputs in the playback mixer is not intentional and uni'versal. A recording application could let you listen to what is being recorded by having an option of playing back what's being recorded.
    I have enough uncertainty now that I don't think it's useful for me to continue commenting. If someone who has a? PCI Express X-Fi Xtreme Audio that came with the software CD and hard-copy documentation wishes to share whether or not they have line-in, etc. in the playback mixer, it could be useful.
    -Dave
    ?[email protected]

  • How to make the contents of NSTextField selected?

    Hi,
    I'm creating an NSTextField (from within a custom NSView):
    NSTextField *textField = [[NSTextField alloc] initWithFrame:NSMakeRect(20, 20, 50, 16)];
    [textField setStringValue:@"abc"];
    [textField setSelectable:YES];
    [textField setEditable:YES];
    [textField selectText:self];
    I want the contents to be selected ready for the user to start typing, but despite calling selectText, the text field is never selected. Is there another step I have to do first?
    Thanks
    Steve

    Steve556 wrote:
    Now, if you change NSView to NSTextView in the @interface, you will see the behaviour I'm getting, that the NSTextField still appears and functions, but the contents are no longer selected.
    I haven't put this in a testbed yet, Steve, but need to ask a couple questions anyway: Are you (1) having a problem getting your NSTextField object(s) to accept first responder, or unable to select text manually? Or (2) are you expecting to see the selected text when a text field object isn't first responder (i.e. when it's neither displaying the caret nor connected to the field editor)?
    As to #1, your code shows that the text field is added as a subview of the NSTextView object. Have you tried making the text field a sibling view? I.e. both the text view and the text field would be subviews of the content view, but the text field(s) would be higher in the subview order. You can change the order by dragging in the xib window (with the View Mode switch in Center position), or you can send [addSubview:positioned:relativeTo:|http://developer.apple.com/mac/library/docum entation/Cocoa/Reference/ApplicationKit/Classes/NSViewClass/Reference/NSView.html#//appleref/occ/instm/NSView/addSubview:positioned:relativeTo:].
    If #2, I don't know of any easy way to get NSTextField to highlight text when it's not first responder. In fact I don't think NSTextField remembers which text was selected once it's no longer editing. From [Text Fields, Text Views, and the Field Editor|http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/UI TextView/TextFieldsAndViews.html#//apple_ref/doc/uid/20001799] in +Text Views+:
    Because only one of the text fields in a window can be active at a time, the system needs only one NSTextView instance per window to be the field editor. Among its other duties, the field editor maintains the selection. Therefore, a text field that's not being edited typically does not have a selection at all. (However, developers can substitute custom field editors, in which case there could be more than one field editor.)
    On the other hand, +NSTextView does remember+ the range of selected text and highlights that text in a different color when not editing. So you might consider creating additional smaller NSTextView objects in place of the NSTextField objects.
    The [Cocoa Text System|http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Te xtArchitecture/TextArchitecture.html] is rich in [details and capabilities|http://developer.apple.com/mac/library/documentation/Cocoa/Concept ual/TextEditing/TextEditing.html#//apple_ref/doc/uid/10000157] about which I'm clueless. So if you need to dig much deeper, I hope one of our OS X experts will respond.
    \- Ray

  • How to make the Contents tab of CHM help be opened by default?

    I use RoboHelp HTML 7.0.3.001 and generate Microsoft HTML Help as the output file of my project. Each time I open generated CHM file, the only default topic is displayed. Then I should click Show button on the toolbar to view the Contents tab containing folders and other topics...
    It seems to me, in the previous versions of the RoboHelp (may be in x5 version), there was a check box in Project Settings that allowed me to open TOC panel when the help was opened.
    Could this be configured somewhere in RoboHelp 7.0.3.001? I can't find an appropriate option and hope for your help
    Thanks in advance,
    Olga

    Hi there
    Indeed you may control this. You do it via the Window Properties. So click View > Pods > Project Set-up. Then expand the Windows folder and double-click the CHM window to see the Windows Properties.
    You should be interested in the Tri-pane Options area. Ensure that the option Hide Nav Pane on Startup isn't enabled.
    If you find it's not enabled, try enabling it and dismissing the dialog to re-write the values. Then open the dialog again and clear the option.
    If this fails, you may simply need to create a new window and assign it in the Single Source Layout recipe.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • How to make the content of the alv tree accessible?

    I have created an alv tree using class interface CL_SALV_TREE. The code snippet to build the tree I have used is
    cl_salv_tree=>factory(
            IMPORTING
              r_salv_tree = gr_tree
            CHANGING
              t_table      = gt_tree ).
    I have provided header text and tooltips.
          DATA: lr_columns TYPE REF TO cl_salv_columns,
          lr_columns = gr_tree->get_columns( ).
          lr_column = lr_columns->get_column( 'TEXT1' ).
          lc_col_long_text   = text-161.
          lc_col_tool_text   = text-161.
          lr_column->set_long_text( lc_col_long_text ).
          lr_column->set_tooltip( lc_col_tool_text ).
    The content of the tree is filled dynamically by passing the internal table  gt_tree as shown in the aforementioned code. And on double click it leads to another screen.
    Now the problem is that JAWS doesnt announce "Press F2" when it tabs to this content. As far as I know jaws announces if there is a tooltip or it announces the text itself. Also I know you can provide tooltip with the alv function module to the content but with the class cl_salv_tree_settings I am oblivious of such kind of provision or if any other.
    Kindly provide your inputs on the same.

    Welcome to SDN.
    check out the following weblog.
    /people/sap.user72/blog/2005/09/14/a-new-approach-to-alv-programming
    by the way whats "<b>JAWS</b>"
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

  • How to make a button appear boxed in when clicked

    For my Prototyping class I have to make an interactive fast food ordering system. I have majority of frames made I just need to add the interactive part to it. I am using AS2 in Flash CS3. I have the picture and the text grouped and are classified as a button. I want to make it so that when the picture or text is clicked it will make a black box appear around it, making it 'selected'. I've tried to add an Event Listener but couldn't figure out how to make the box appear on it. Any suggestions?
    These pictures are basically what I'm trying to accomplish.
    Keep in mind, I'm a Flash newbie, I have a probably 3 hours experience with Flash.
    But I do have knowledge of basic Java commands, so I can understand code.
    Thanks,
    Dudejoe04

    Onw way would be to create the buttons as movieclips so that when they are selected you move the movieclip's timeline to a rame that shows the rectangle around it.  Another way would be to have the movieclips as separate objects that you make appears when its associated button is clicked.  There are likelynumerous other possibilities.

  • How to import and make the content of the original PDF document editable and preserves the pdf appearance and retains existing fields and formatting in LiveCycle

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

  • How to make the spry Collapsible content to appear/expand from the top of the tab - not bottom?

    I hope this question does not sound confusing.
    When I click the Collapsible tab, I want the content to appear from the top - not the bottom. (See example link: http://www.longhollow.com - click "Time & Location" on the top right and you will see the content appear on the top). Do you know how to do this? I am not jquery expert, I would be appricate if you know how to do this.
    Thanks!
    Christie

    http://try.jquery.com/
    http://learn.jquery.com/
    https://tutsplus.com/course/30-days-to-learn-jquery/
    http://www.w3schools.com/jquery/
    Nancy O.

  • How you make recend uploads appear in the recently added folder

    When adding to itunes library, how do you make the selections appear in the recently added folder.  The folder was deleted but rebuilt.

    It is a mixed playlist and finally I came up with an answer; it might sound strange but I woke up from a nap with all correct settings figured out.
    This is what I did:
    I had to specify a subset for every podcast or I would end up with every episode available on my library which in turn would reach the limit I set but that's OK. I noticed though, that podcast won't sync to iTunes Match, which is a bummer, but still they sync over Wi-Fi. This is what I got finally:
    Thanks for all your help!

  • How to make the zoom in/out scale appear in the media browser ?

    How to make the zoom in/out scale appear in the media browser ? My videos only appear as a file list (only the names) and the zoom in/out device is currently not in the media browser...

    I meant that there is no "Icon mode" button or "List mode" button in my media browser. How to make them appear ?

  • The Header in my home page is truncated. My home page Header is cut off. The header appears in Internet Explorer, but not in Mozilla Firefox 3.6.13. How to make the header display in Firefox?

    The Header in my home page is truncated. My home page Header is cut off. The header appears in Internet Explorer, but not in Mozilla Firefox 3.6.13. How do make the header display?

    (Images or animations do not show) worked well.

  • Make the contents of the repeating frame appear even if its empty

    Hi all,
    how can i make the contents of a repeating frame (like the labels) even if the query doesnt return anything ??
    Regards,
    Rafael

    Hello,
    Here is the Forms forum. You would have more chances to get an answer by posting on the Reports forum.
    FRancois

  • HT2534 how to make the None option appear next to the Credit Card selections?

    In the support section, ther eis a How To for setting up an apple ID without a credit card, I know this has worked in the past because I did it once,
    The support page shows that there is an option to select "None" when pestered for credit card details, however in practice this option does not exist,
    Is there a way to make the None appear?

    I started on an iPad2, fresh out of the box, and created the account, it became apparent that those without a credit card may not have an account. I read a few of these threads and tried to "Review" the account using itunes and also the apple site. All roads point to BankCardTM
    Any ideas?
    Is it worth deleting the account and starting again? If so, how?
    GJ

  • I just installed photoshop cc, how to make the english UI available in preferences, as it doesn´t appear! Please help??

    I just installed photoshop cc, how to make the english UI available in preferences, as it doesn´t appear! Help please??

    Hi George,
    Kindly try the below mentioned steps.
    Sign in, Sign out | Creative Cloud desktop app
    Click on download on Digital photography software | Download free Adobe Photoshop Lightroom CC trial
    Please share the results once done.
    Thanks,
    Atul Saini

Maybe you are looking for