Recordset -  Show ID content only once on page?

Hey all, I want to be able to supply a 'other headlines'
section on my main page... I already have a section that displays
the latest headline and article summary....so I don't want that
leatest headline to appear in the headlines section as its already
present on the page -pretty obvious really!...
So I have 2 recordsets setup...1 deals with the latest
headline 'newssnippets' and the other deals with the other
headlines - 'headlines'.... what I want to do but don't know how is
to tell the page - if an rsarticleID has been called to the page in
this case...
<%=(newsnippets.Fields.Item("txtHeadline").Value)%>
then do not allow it to appear again...therefore....
<%=(newsheadlines.Fields.Item("txtHeadline").Value)%>
will start from the next rsArticleID in the database.
Can this be done?? If so how? - Am I looking at
variables?

Was able to load Windows in Safe Mode by pressing and holding F1 then F8. Then loaded Windows in safe mode with networking, but had no effect; no remote content in email and no "Show Remote Content" button.
It was suggested the body of the email is "Plain Text" and the remote content is "HTML", so I checked the setting in "View" - "Message Body As" - "Original HTML" was togged on.

Similar Messages

  • Display column titles only once per page

    Hello,
    I am a newbie to BIP (R12.1.3). Below is how the output data shows up in my custom template:
    Vendor type lookup : Expense
    Vendor no: A12345 Vendor Name: Test Vendor1 Vendor Category: Expense - Construction
    VENDOR SITE INVOICE# INVOICE DATE DUE DATE INVCT AMT REM AMT PAYMENT METHOD
    ======== ====== ========= ====== ====== ====== ============
    Kannapolis A#12345 03-MAR-12 15-MAR-12 1000.00 1000.00 Check
    Vendor no: B12345 Vendor Name: Test Vendor2 Vendor Category: Expense - Rents
    VENDOR SITE INVOICE# INVOICE DATE DUE DATE INVCT AMT REM AMT PAYMENT METHOD
    ======== ====== ========= ====== ====== ====== ============
    Test Site B#12345 03-MAR-12 15-MAR-12 1500.00 1500.00 EFT
    The column titles repeat for each vendor since the titles are in the for-each loop under the vendor grouping. However, is there a way to restrict the titles to show up only once per page on all the pages? I tried putting the titles outside the vendor grouping but with in the vendor type lookup grouping. It is displaying the titles only on page1.
    Thanks,
    Monkey

    Hi, could you try Inserting the code <?if:position()=1?> before the header of your template and the code <?end if?> after the header of your template.
    See the a sample code below:
    <?if:position()=1?>
    VENDOR SITE INVOICE# INVOICE DATE DUE DATE INVCT AMT REM AMT PAYMENT METHOD
    <?end if?>
    Thanks,
    mr_bip_learner

  • As a writer I'm using Pages to write my documents but the title shows up on every page.   How do I set-up my page so that it shows up on only the first page?

    As a writer I'm using Pages to write my documents but the title shows up on every page.   How do I set-up my page so that it shows up on only the first page?

    Don't put it in the Header.
    Peter

  • When "show remote content" button is clicked remote content does not show. If I go back to the same email later "show remote content" is not on page.

    The "Question" basically out lines the problem.
    No remote content shows when the "show remote content" button is clicked. Once it has been clicked on a specific email, if I come back to the same email, the "show remote content" button is not on the email page and again no remote content shows in the body of the email.
    I am running an up-to-date version (24.4.0) of Thunderbird.

    Was able to load Windows in Safe Mode by pressing and holding F1 then F8. Then loaded Windows in safe mode with networking, but had no effect; no remote content in email and no "Show Remote Content" button.
    It was suggested the body of the email is "Plain Text" and the remote content is "HTML", so I checked the setting in "View" - "Message Body As" - "Original HTML" was togged on.

  • Show popup screen only once

    Hi Friends,
    We have the following problem: our application should print some document (a Smartform) for all selected
    documents in an ALV Grid control. So the application does a loop over an internal table and calls every time
    the function for the Smartform, passing it some data to print.
    For every function call the user sees a popup screen where he/she can choose the printer, whether or not to
    print directly, print preview etc. The problem is - if the user selects 20 documents to print he/she will see
    that screen 20 times, and that's not nice. It would be better if the user saw the popup screen only once and
    the settings he chose were passed to all the calls of the smartform in the loop.
    Any idea how to do it?
    Thanks a lot in advance.

    Hi,
    Thanks a lot..  i have used in the below way....
             wa_cparam-no_open = 'X'.
              wa_cparam-no_close = 'X'.
             wa_output-tdnoprev = 'X'.
              wa_output-tddest = printer.
              AT FIRST.
                wa_cparam-no_open = ' '.
              ENDAT.
              AT LAST.
                wa_cparam-no_close = ' '.
              ENDAT.
    it is working fine but only one problem. I want to supress the pop up to enter printer name there..  i mean i want print directly, dont want that pop up to enter printer i will send that printer in my program.
    What option i have to use in the output option parameters, do i need to use control parameters option?
    Thanks,

  • Executing code from a Bean only once when page loads

    Hi all,
    I have a method in a BackingBean which access UI Bindings from my fragment: xxx.jsff.
    So that method has to be invoked from a inside that fragment since access Bindings from xxxPageDef.xml
    I need to execute that code one and only one time when that fragment loads.
    What is the best approach to my case????

    Thanks Pino for your reply.
    Since the fragment does not have OnLoad event, I have no option than to find a work around.
    That is exactly what I am doing.
    I have a PageFlowScope variable which is set to true or false depending if I have input parameter value or not.
    That variable is re-sated when the user pressed a button.
    The problem was where to stick to code that will disable components if needed.
    So I used one component and in its Rendered method I put the code that will disable components if needed (based on my PageFlowScope variable value).
    Works perfectly fine, but it would be much nicer if there was more natural way of doing it (with OnLoad event on fragment).
    Regards.

  • Restrict Repeating frame header to print once per page

    is there any way I can restrict the repeating group header to print only once per page, inspite of the fact that the group has now changed ??

    Hi,
    There is an option in Frame properties -> Show objects in -> you can choose first page so that the objects will be displayed in the first page.
    What do you mean by 'group has now changed'?
    Regards,
    Soofi

  • How can I have header only once in group above rep

    Hi
    I have developed a group above report and i see that the main header is repeated for every row (that is group by row). How can I have that only once per page or report and not repeat for every record?

    The "main header" must be inside the repeating frame. Put the repeating frame in its own non-repeating frame, put the header in its own frame inside this frame at the top.
    It sounds like you are using the report wizard... if so, don't.

  • PDFs that cause Digital Editions to crash/PDFS that show no content...

    I've been happily using Digital Editions with lots of my PDFs and have been very pleased with the first version of this product. However, I've run into two issues that I was hoping someone could help me with...
    1) I've found a PDF that causes Digital Editions to just crash when you try to view it. The PDF is InfoQ's free version of "Getting Started with Grails" (downloadable at http://www.infoq.com/resource/minibooks/grails/en/pdf/grails-getting-started.pdf if you register). The PDF is secured so it can't be printed. I loaded this into Acrobat Reader 8, no problem. I loaded it into Digital Editions, opened it, got a blank page. Tried to go to page 2, Digital Editions quits with the Windows standard dialog "Digital Editions has encountered a problem and has closed".
    2) Some older PDFs (such as O'Reilly's free X Windows books) import but show no content at all (every page is blank). They work fine in Reader 8.
    Has anyone else run into this or found a solution? I'm using Digital Editions 1.0.467.
    Mark Davidson

    dang! you're right. It does crash. I have logged a bug and we will fix it for the next release. The blank files may well be JPEG2000 images, which we do not yet support.

  • My website only shows the bottom half of my page once uploaded to my cPanel direct from Dreamweaver CS5.

    My website only shows the bottom half of my page once uploaded to my cPanel direct from Dreamweaver CS5.
    Please see here www. cmenco .com
    It has a slider and pictures above like the image below:
    This does not show and I have tried everything.
    Help will be appreciated.

    Your slider images in the images folder on your site seem to be corrupted.
    Are you on Godaddy hosting by any chance?

  • To show the 2nd part highlighted there only once on each page

    Hi,
    Could you pls see this for the problem?
    http://www.4shared.com/document/VExaTDlv/t31.html
    Regards,
    edward

    Hi,
    The 1st highlighted part below should be Group 1 in the report.
    The 3rd highlighted part should be Group 2.
    Without using a subreport for showing the 3rd part below, is there still a way to show the 2nd part highlighted below only once in each page?
    what is the 2nd part the column headings?
    what do you mean highlighted?

  • How to show an xml content in a Jsp page?

    I use <jsp:include page=".....xml" /> tag in a jsp file to include an xml file. When this jsp page is open, only the text content in the xml file shows up with plain text. I want this xml file shows up like in IE (with xml format). Does anyone know how to do it? Thanks.
    northcloud

    Thank you, BalusC & evnafets. Someone told me to use <c:import> to load the XML file into a scoped variable, and then use <c:out> to display it. The <c:out> will automatically convert the markup to HTML entities. I tried it, it works. It shows the content in the xml file as plain text (a long string). Any one give me some suggestion to make it looking better, for example, show each element in seperated lines. Thanks.

  • Expense Report Summary page does not show any totals - only zeros

    Hi All,
    On creation of Expense Report in the portal  When entering a billable expense report, when you get to the summary page is does not show any totals - only zeros for other two schema's its working fine like displaying totals
    we are surprised that any custom development is hitting or anything relates with configuration
    Provide valuable inputs to proceed further
    Regards
    Jaipal

    Hello vetsrini.
    Thanks a lot for your kind reply. As i said, i'm new to this and sometimes i just cannot pass over some problems. Here are the fields i have inserted:
    <?for-each:LIST_G_SETUP/AS_OF_DATE?>
    <?end for-each?>
    <?for-each@section:G_CUST_INV?>
    <?for-each:G_1?>
    <?INVNUM?>
    <?INVOICE_TYPE_INV?>
    <?DUE_DATE_INV?>
    <?sum (C_INV_BALANCE)?>
    <?sum (C_INV_B0)?>
    <?sum (C_INV_B1)?>
    <?sum (C_INV_B2)?>
    <?sum (C_INV_B3)?>
    <?sum (C_INV_B4)?>
    <?sum (C_INV_B5)?>
    <?end-for-each-group?>
    <?TOTAL_INV_AMT_DSP?>
    <?TOTAL_INV_B0_DSP?>
    <?TOTAL_INV_B1_DSP?>
    <?TOTAL_INV_B2_DSP?>
    <?TOTAL_INV_B3_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?end for-each:G_CUST_INV?>
    In the header of the template i also have <?CUST_NAME_INV?> and the report date. When i try to enter the <?AS_OF_DATE?> it is not printed and also the header is not shown any longer. Once again, thank you for any help,
    Octavio

  • CS5, IPTC core, only author is showing in content

    Metadata>IPTC core>creator, job title......>apply. Only the creator s name is showing in content, (as author) not the other items. Any clue why?
    Thanks

    First of all, where I am: Bridge, I opened up a folder, clicking on the
    metadata tab gives a dark gray panel with the thumbnails listed on the left,
    What you call the metadata tab I think is in fact the Metadata workspace?
    (To my own opinion the Metadata workspace is very useless, but that aside)
    My purpose: to make sure that the person on the other end of the mail gets the
    captions. I figured out a good part of it , but not all.
    In preferences, all the options are checked, so basically I can "write"
    anything i want, but I only need title and author.
    The preferences for Bridge metadata gives you option to check or uncheck but
    that is only to see the lines that you check are visible in the metadata
    panel. If you have the option 'hide empty fields' also checked (by default
    on) the fields that have no info in it will not show.
    But the IPTC in the file info is still having all this fields written to it.
    I found out that if I write those (description and author) in Photoshop
    file\info, they appear simultaneously in Bridge in both the the lighter gray
    panel to the left, in the white fiels with the pencils, AND  next to the
    thumbnails, in the dark gray panel.
    Bridge just reflects the info you have filled in, only the main window of
    the Metadata Workspace does show very little of the content and you are not
    able to select what info you want to show next to the thumbs Hence my
    'useless' qualification...)
    The metadata panel itself however can be of great help for you. You can make
    a template for the IPTC / file info. This can be done in both PS and Bridge.
    For PS open File info and fill in the fields that you think will need the
    same info for every file (your name address copyright etc ) and when done
    click export.
    For Bridge (where you can also open file info) you have the ability to use
    the metadata panel. Top right of the panel is a small icon that provides you
    a fly out menu. Here you can choose to create a template but also you can
    choose to add a template (when having a template created).
    This is a major time saver that let's you add the same info you want to add
    to all your files in one go. Select the files you want to alter and choose
    append metadata and click on the template you want to add.
    Now the files need some time to save but all the data is there!
    Having multiple files that need the same description/caption you only have
    to select those files and in the editable fields in the metadata IPTC core
    section you can write this once and they are written to all the selected
    files when done.
    Besides that Batch rename (tools/batch rename) let you create a really easy
    to use naming convention with auto adding sequence number shot date and a
    lot more options.
    What is left for me to understand: if my data is embedded from file\info, and
    to be more precise it should be file\info\save for web because it seems that a
    different title in save for web prevails over file\info
    Not sure I understand this, you mean the mobile SFW tab in file info? Or the
    file after having used the save for web option to create a file for web??
    I verify that the data is there, which means that I dont have to write
    nothing anymore, so what is the purpose of the lighter gray panel with the
    little pencils?
    Those fields let you add custom info to the metadata if you should wish so.
    Preferable you should fill in as much as possible in the IPTC using the
    template.
    Leaving you with only having to add a few fields with custom info that
    changes per file/subject. Description, keywords, date created, City, state,
    country are fields that can be read by many applications and also will be
    used to search for files using phrases or keywords.
    What is confusing, is that, and I rephrase the old question, if you write
    creator in the IPTC core next to the little pencil, that will appear next to
    the thmbnail in the dark gray panel, if the thumbnail is selected of course,
    but the next item, job title will not appear, even if I click on apply at the
    bottom of the pencils.
    If this is still about the metadata workspace forget about it. If you fill
    in that field or have filled it in using a template and it shows in the
    metadata panel it is saved in there

  • Content for Mp3 Skull and Soundowl disappear from screen once the page is loaded.

    Once these pages are loaded the link disappear and you can't see anything on the page.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • [WebLogic Server 11g 10.3.3] Cannot Lookup CommonJ WorkManager ?

    Hi, I am currently working on an application and going to use the Weblogic's CommonJ WorkManager; I tried the example in http://download.oracle.com/docs/cd/E14571_01/web.1111/e13733/toc.htm ; however I got an error javax.naming.ServiceUnavailableExce

  • 2 iTunes accounts, unable to change what is used for "updates" on iPad.

    Sorry - this might sound confusing, but I'll try to explain. I have 2 iTunes account. My primary Canadian and a US account. The US account is only for those situations where I have to redeem a free promo code, etc. The problem I'm having is that for

  • Why does the Adobe Help Manager not close?

    I'm not sure what the "Adobe Help Manager" (silly name) is. I notice it as an open application in my toolbar (Windows 7) but you cannot close it. It just stays there. Only goes away when I've restarted my system. Any ideas or comments? Generally spea

  • HT201304 iPad restriction settings

    If i set up an iPad with restrictions for installing apps, but leave the accounts setting to allow changes thus allowing to user to change the apple ID, can the user then connect the iPad to iTunes, change the account and install any pre-bought apps

  • How do I turn off the camera lights when recording a video with the Android Turbo?

    I want to use the Andriod Turbo camera video function in ambient lighting using the forward lens.  But when I start recording both lights stay on.  I can video with ambient using the look back lens.  Not as good a quality and harder to aim. Is there