Only display first item when item no is bound to viewBT117S_SRC/AdvancedSRL

Hi ;
I want to add order item attributes to the lines of the page "service confirmatioms" , at first It was displaying only order header lines in standart ,  i enhanced the context node and added "item line no" of the orders but in the view it displays first item lines for each order.ıf you have 18 orders , it displays only 18 lines and only item no 10 for each one.
new attribute i added to the context no in following orders (item line no)
-->BTADVSSrvCfm
    -->BTOrderHeader
       -->BTHeaderItemsExt
           --> BTOrderItemAll
                -->Item No
For each order I have at least 2 lines , Why does it displays only first items after I enhanced the context node by adding item line no?
What sould I follow the steps?
Thanks

Hi ;
I want to add order item attributes to the lines of the page "service confirmatioms" , at first It was displaying only order header lines in standart ,  i enhanced the context node and added "item line no" of the orders but in the view it displays first item lines for each order.ıf you have 18 orders , it displays only 18 lines and only item no 10 for each one.
new attribute i added to the context no in following orders (item line no)
-->BTADVSSrvCfm
    -->BTOrderHeader
       -->BTHeaderItemsExt
           --> BTOrderItemAll
                -->Item No
For each order I have at least 2 lines , Why does it displays only first items after I enhanced the context node by adding item line no?
What sould I follow the steps?
Thanks

Similar Messages

  • SMARTFORM only displays first page when running

    Hi there
    I have created a 3 page Smartform.  When testing it, the output only displays the first page.  I have specified the next pages on every page as follows:
    Page 1 next page -> Page 2 (main window defined on this page)
    Page 2 next page -> Page 3 (no main window defined on this page)
    Page 3 next page -> Blank (no main window defined on this page)
    Kind Regards
    Gustav Coleske

    hi,
    just do like this,
    on first page main window,
    right click,
    create,
    flow logic,
    select command field and enble the chcck box there and provide the input 'page2',
    do like this for third page in page2 then it works.
    reward points if useful,
    regards,
    seshu.

  • Only display first form URL in formsweb.cfg . mutiple URL does not work

    Hi Friends,
    I have 4 form application with 4 URL.
    app. server as 10g in window 2003.
    URL like as:
    http://salerpt.com/forms/frmservlet?config=emis-srmenu
    fmx file Location as C:\OraMid\forms\salerpt-Forms fmx name as srmenu.fmx in same directory
    fmb file location as C:\OraMid\forms\salerpt-Forms_source fmx name as srmenu.fmb in same directory
    # Single Sign-On OID configuration parameter
    oracle_home=C:\OraMid
    in formweb.cfg file
    baseHTMLjinitiator=basejini.htm
    workingDirector : workingDirectory= blank. but C:\OraMid\forms\salerpt-Forms right now
    # Forms runtime argument: which form module to run
    ##form=test.fmx
    ## i moved bottom section of form section in here and before
    ##line as Forms runtime argument: database connection details
    comment two line
    #jinit_exename=jinit.exe
    #jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    I create 4 sections as
    form=srmenu.fmx
    width=1200
    height=700
    pageTitle=Sale Information System (SIS)
    form=regsale.fmx
    form=salefinincial.fmx
    form=rptinfo.fmx
    However it only display first srmenu form interface that i put in( 4 different URL. only display first URL)
    It seems that one formsweb.cfg, it doesn not support multip form setting application.
    I have 4 small forms application with 4 URL for one formsweb.cfg.
    What should I need to do? I think that i miss some set up in configuration.
    I am waiting for your help!
    JIm

    Hi Bgrant,
    Please review my formsweb,cfg.
    Thanks
    I am looking for your help.
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory= C:\OraMid\forms\sales-Forms
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    #form=test.fmx
    [[srmenu]]
    form=srmenu.fmx
    width=1200
    height=700
    pageTitle=Sale Management Information System
    [[regsale]]
    form=regsale.fmx
    width=1200
    height=1500
    pageTitle=Sale Management Information System
    [[salefinincial]
    form=salefinincial.fmx
    width=1200
    height=1300
    pageTitle=Sale Management Information System
    [[rtpinfo]]
    form=rptinfo.fmx
    width=1200
    height=1000
    pageTitle=Sale Management Information System
    # Forms runtime argument: database connection details
    userid=scott/tigerd@oracleapp
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    #width=750
    width=1024
    # Forms applet parameter
    #height=600
    height=768
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    #jinit_exename=jinit.exe
    #Version=1,3,1,22
    # Parameter related to the version of JInitiator
    #jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=1
    # Single Sign-On OID configuration parameter
    oid_formsid=formsApp_sales.com_0Axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    # Single Sign-On OID configuration parameter
    oracle_home=C:\OraMid
    # Single Sign-On OID configuration parameter
    formsid_group_dn=cn=Logical Application Group, orclApplicationCommonName=formsApp_sales.com_0A4911717Fxxxxxxxxxx, cn=forms, cn=Products, cn=OracleContext
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=False
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle

  • Solution Browser only displaying first page even data containing more than

    Hello,
    We would like to know delta functionalities from 4.7 Enterprise to ECC 6.0 through Solution Browser.
    Solution Browser only displaying first page even data containing more than one page.
    Please help us how to get all pages .
    Link used :
    https://websmp102.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000687322&
    Regards,
    Sujana

    Hi,
    Use the link below.....
    http://solutionbrowser.erp.sap.fmpmedia.com/Default.aspx
    Regards,
    Krishna Kishore

  • Safari only displays first RSS item

    I have an RSS feed (openbar.2kmegs.com/fnews/fastnews-rss.php), which displays correctly in firefox and google reader and is w3c valid, however Safari 4.0.3 only displays the first feed item.
    I've submitted it as a bug to apple, but I was wondering if anyone has seen this before.
    Any ideas?

    turns out Safari doesn't like non-unique RSS link tags, even though it is valid according to the spec.

  • Embedding gallery in PDF only displaying first image?

    Hi, I am embedding a web gallery made in Bridge as a PDF through Acrobat.
    The gallery works fine when opening the index.html that Bridge creates with the resources file.
    However when I embed everything as a PDF, the gallery opens and will only display the first image, yet it will still say "Image 1 of 6" for instance. All the other thumbnails and images are missing.
    Here's how I've been embedding it as followed by a Lynda.com class. It has worked a few times before but has suddenly stopped working.
    1. Create new pdf from file; select "gallery.swf" in the resources folder
    2. Check "Show Advanced Options"
    3. Under Launch Settings tab and in the Activation Settings change "Enable When:" to "The page containing the content is opened"
    4. Under the resources tab click Add Directory... chose the "resources" folder
    5. Under the SWF tab, copy and paste the FlashVars value from the index.html and change '+startImg to "-1"
    baseRefUrl=resources/&groupxml=group.xml&stylexml=style.xml&localText=localText.xml&livePr eview=false&startImg='+startImg
    6. Hit OK to create the PDF and save
    Where am I going wrong and how do I fix this?

    This doesn't sound wrong, or anything you can fix. Pages with interaction controlled by JavaScript do not carry the JavaScript into PDF, and simply take the current view.

  • Report Painter. Form edited only display first page.

    Hi All,
    I have add on new column on my report painter and now the display is more than one page.
    There is warning "Only the first page is displayed in the report" whenever i execute to make modification using T-code : FMEO.
    There is ">" ">|" button appear on top when i run using FMEO.
    But , when i try to run the form from its T-code. The report only shows the first page column.
    The second page is not showing, and there is no button ">"  to browse to next page as well.
    Just wanna know, is there anyway i could fit 2 pages into 1 page or is there any setting that i could enable so the user could browse to second page on the form?
    Thanks.

    Hi..,
    <b>Onli on First page means </b>... this node will get executed on the first page irrespective of the page name i.e it considers onli <b>&page& eq 1</b>...
    Suppose u have ur fist page i.e MY_FIRST_PAGE.. and in this page the data in the main window may trigger the same page as second page .. i.e if the data in the main window is not sufficient to fit in the first page it triggers the next page i.e MY_FIRST_PAGE as second page ...
    so this MY_FIRST_PAGE may extend to the second page also right !! so when u use on page MY_FIRST_PAGE.. this node will get triggered if this page extends to more than one page also..
    Hope u understood....
    regards,
    sai ramesh

  • Pages App only displays first page of MS Word .doc & .docx files

    Hello all,
    There may be a thread out there to address this, but I couldn't find it. 
    I'm trying to switch to the Pages App from Microsoft Word.  All of my .doc & .docx files only display the first page's text.  Any proceeding pages show up blank.  When I show pages side by side it looks as if the second page's info is there, but shifted to the side (half off the page) and I can't seem to move them to the proper place so I can see all my work.
    Anyone have any ideas what the problem is?  I'd like to get as far away from Microsoft as possible. 
    Thanks!

    Folly,
    There's a bug in the Pages adaptation to the Retina Display that causes that problem, and it's not just with imported documents, but all Pages documents according to what I have read here. Search these discussions for more detail. For now, choose "Open in low resolution" in the info pane for the Pages file.
    Jerry

  • Acrobat Pro XI v.11.0.06 - PDF created by Microstation Print Organizer - Windows 7 -  Printing shaded squares on top of shaded building and not displayed on screen, only displays on paper when printing

    I have attached an image of the sheet to show the areas that are shaded. The building is supposed to be shaded, however the two squares within are not. These squares are not in the file converted to pdf and do not display on screen when viewing the pdf. Also there are several sheets in the set with shaded buildings and only two of the buildings have this issue. Any help with this would be greatly appreciated.

    I'm seeing this same problem happen on multiple platforms here in the office. Every time this happens, the screen view does not show these shapes. I have been seeing the same problem except linework will be missing in one of these square shapes as well. Please give feedback if anyone knows what causes this problem. One thing to note -  these squares are the size and placement of a selection box within acrobat.  For example, if i use the selection tool and click near where the problem printed out, the shaded area that gets selected is in the exact same spot and is the exact size.@

  • Reports only displaying first page off report

    I have a report on 6.0, but only the first page is being display and its has 11 pages. Reports is not giving me the option to advance to the next page.
    Can anybody help
    Thanks
    Juan

    click on Next Page,Last Page option from main menu.observe this options located just before page: ? box.
    --Raghu                                                                                                                                                                                                                                                

  • Scrollview only releasing image data when scrolled out of bounds

    Hi all,
    I cannot understand why my memory isn't released.
    On my iPhone program I have a tableview with an image in each cell. When the images are loaded the I can see a thread in Instruments with ObjectAlloc, that calls CALayerPrepareCommit about 10 times -> CGContextDrawImage->some more stuff->ripc_AcquireImage->more stuff ->imgdatalock. I assume this is where the OS actually draws the Image on the screen. But the memory is never released! Only when I scroll the tableview out of bound is the memory released. Visually the tableview is the same and the images are still there after the scrolling. This is a lot of memory and I need to know why it isn't released.
    I set the image in the tableview here:
    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil) {
    cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:CellIdentifier] autorelease];
    cell.accessoryType = self.showDisclosureIndicators ? UITableViewCellAccessoryDisclosureIndicator : UITableViewCellAccessoryNone;
    //Clear previous content
    NSArray *subviews = cell.contentView.subviews;
    for (UIView *subview in subviews)
    [subview removeFromSuperview];
    //Set Image
    [cell.contentView addSubview:[thumbnails objectAtIndex:indexPath.row]];
    return cell;
    thumbnails is an array of views:
    while (thumbnailsRemaining && getThumbnails) {
    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    UIView *containerView = [thumbnails objectAtIndex:nextThumbnail];
    UIImageView *imageView = [[containerView subviews] objectAtIndex:0];
    NSInvocationOperation* imageOp = [[NSInvocationOperation alloc] initWithTarget:self selector:@selector(getImageForImageView:) object:imageView];
    [imageQueue addOperation:imageOp];
    [imageOp release];
    [imageQueue waitUntilAllOperationsAreFinished];
    nextThumbnail++;
    [pool drain];
    and each image is loaded here:
    - (void) getImageForImageView:(UIImageView *)imageView {
    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    UIImage *image = [UIImage imageWithData:imageData];
    [imageView setImage:image];
    thumbnailsRemaining--;
    [pool drain];
    I also have a scrollview with images and behaving exactly in the same way when scrolling out of bounds.
    I am really lost, so any help is appreciated.

    When a cell is scrolled out of the visible area, UITableView normally adds it to the reusable cell queue, so that's why you aren't seeing that memory released. I think the queued cells might get released under low memory conditions. You might want to try Hardware->Simulate Memory Warning on the Simulator.
    In any case, see if this link is helpful: [http://idevkit.com/forums/tutorials-code-samples-sdk/2-dynamic-content-loading -uitableview.html].
    \- Ray

  • My personal website only displays:"It Works" when I access it, how do I change it?

    After installing a new harddrive and Snow Leopard on my macmini I can't access my website from a browser.  It does access when I type in the address on my network in my browser followed by:"~username".  The only thing it displays when I type in my "http://xx.x.x.xx/" address in my browser is: "It Works".  I've seen mulitple posts regarding this problem on the Web but I was looking for a way a novice like me might be able to correct this!  Please help!

    Two approaches...
    -- command line --
    From the command line, launch Terminal.app from the Applications > Utilities folder, and issue the following commands:
    cd /Library/Webserver/Documents
    cat index.html.en
    That command sequence shows the HTML file that is the root file on an Apache server on Mac OS X client.
    If you wish to edit the contents of this text file, use the following two commands:
    sudo cp index.html.en index.html.en.save
    sudo pico index.html.en
    The sudo request will require an administrative password be input, as these files are protected against general access.  The first of the two commands creates a copy (cp) of the file, which you can use to recover the original file, if that's needed.  The second command (pico) invokes a text editor, and some on-screen text-editing commands will be displayed at the bottom of the display. 
    There are other text editors at the command line, but pico is usually the easiest for a new user.  You'll use the control key and a letter - as will be shown on the bottom of the pico display - to perform whatever file changes you might require.
    -- GUI --
    To use the GUI and to avoid using the command line (and which is going to be a bit of a problem going forward, as the command line is how most of Apache is managed on Mac OS X (client) systems), you can use the following sequence:
    Download and install the TextWrangler tool (this or an analogous tool is necessary, because the default TextEdit tool doesn't work with the following sequence), select the File menu and select the Open File By Name item, and enter the following file into the search box:
    /Library/Webserver/Documents/ndex.html.en
    You can then access and modify the file from the GUI.
    -- Caveat --
    Do not use Microsoft Word, nor Apple iWork Pages, nor the TextEdit tool, nor any other tool that can't read and write a simple text file, to edit the Apache HTML files and related.  While some of these other tools might be able to read the file, most of (all of?) these will be unable to write text files using a format that Apache and related can read and correctly process.
    -- Caveat --
    I am specifically differentiating here between Mac OS X - what I'm referencing as "Mac OS X (client)" - systems and Mac OS X Server systems.  The Mac OS X Server package is a configuration and upgrade that adds various tools and features to Mac OS X (client) systems, and part of the Mac OS X Server package includes easier management of web sites.  Mac OS X Server and its web directories are generally managed somewhat differently from Mac OS X (client) systems.  If you don't know what you have and if you didn't buy Mac OS X Server (directly, or as part of a Mac Mini Server or Mac Pro Server configuration), then it is likely that you have the Mac OS X (client) configuration.  Most Mac systems are sold with Mac OS X (client) software.

  • Alert to be fired only for first record when duplicate entries exist

    Hello,
    This is related to Oracle forms 10g.
    I have a multi record block wherein I am entering and storing some codes, something like below
    Code Description
    =====================
    ABCD AAAAAAAAAAAA
    PQRS BBBBBBBBBBBBB
    DDDD SSSSSSSSSSS
    ABCD DHGFKSDHKSHG
    PQRS DFJHHGS
    EEEE SDT85604ET
    =====================
    Now I need to display an alert/msg from when-validate-item of the Code field. So now if I am on first record, the alert/msg will be displayed for code ABCD which is Ok. Now on next record I enter a different code PQRS as given above, the alert will again be displayed which is Ok. If I enter a code which was previously entered in the multi record block and alert/msg had been displayed at that first time, the alert/msg need not be displayed now again i.e. if I enter ABCD again in fourth record, the alert should not be displayed.
    Note that this need to be done at the data entry time itself. I guess may be it can be done using record groups/ plsql table.
    Any help with a way to solve this issue will be highly appreciated..
    Thanks and Regards...

    As you have already guessed, you have to be able to keep track of how many times a value has been entered. If you know what all of the possible "CODE" values are at design-time, you could create a counter variable for each value, but this would be a total pain. A better solution would be to keep a dynamic running total that you can quickly check against. For this I recommend you use a Forms Record Group. Take a look at the Forms - Record Group Processing (Duplicate Value Checking) demo I wrote. Using the Forms Rec_Group package provided in this demo, you could easly modify the process listed in the document to work in your scenario. Follow all of the steps in the demo. For your situation, you will need to modify the When-Validate-Item trigger so that instead of checking for dupicates and failing the form if a duplicate is found, you will check the number of entries for a value in the record group and display a message if the count is 0 or not display a message if the count is greater than 0. Your modified WVI trigger might look like this:
    DECLARE
       ignore     NUMBER := 0;
       bignore   BOOLEAN := FALSE;
    BEGIN
       IF ( :YOUR_BLOCK.CODE IS NOT NULL ) THEN
          ignore := Rec_Group.Get_Number(Rec_Group.rg_name, :YOUR_BLOCK.CODE);
          IF ( ignore = 0 ) THEN
              -- Display your message
          ELSE
              -- Don't display any message
          END IF;
          /* add the code to the record group */
          bIgnore := Rec_Group.Add_Value(rec_group.rg_name, :YOUR_BLOCK.CODE, :system.trigger_record);
       END IF;
    END;Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.
    Edited by: CraigB on Mar 30, 2011 3:07 PM

  • Safari 4.0.3 only displays first page of PDF

    Since a recent software update Safari fails to display anything other than the first page of any PDF opened within it. This applies to direct downloads, and to previously downloaded PDFs that worked perfectly in Safari only days ago. Any ideas? I do not use any 3rd party plug-ins, only the pure in-line viewer built into Safari. I do not wish to use the Adobe plug-in because is it god-awful slow to launch.
    The PDFs are intact, and can be viewed normally in Firefox or Preview. Therefore, this seems likely to be a recently added anti-feature. This is an app-killer for me.
    Any help would be much appreciated.
    Best regards,
    Steve

    Oh my goodness, I have spent HOURS today trying to get Safari to download more than the first page of a PDF. Aughghgh!
    Someone please help...none of the above work. Control-clicking doesn't work. Replacing the com.apple.Safari.plist doesn't work. Opening in a new window, "saving as" to the hard drive, etc. doesn't work.
    It works just fine on my iMac at work, but I am not at work…
    I would prefer NOT to use Acrobat Reader if I can help it, because I understand it is incredibly slow.
    Does ANYONE know how to get Safari to download a multipage PDF? I don't care if it opens in Preview automatically or if I have to open it later, I just need to get the darn file!
    Frustrated in Indiana

  • Projects only display single row when not in fullscreen

    Hi
    I've just updated to 3.4.5 an coincidentally used fullscreen for the first time so I'm not certain which action has caused this.
    After exiting fullscreen, my Projects(and thumnails in the browser) no longer display in a grid but as a single row that dissapears off the right side of the scrren and cannot be scrolled.
    Additionall the thumnail size slider and other controls that should be in the bottom right have dissapeared
    Fullscreen still works fine both in projects view and browser.
    I was wondering if anyone else has experienced similar behavior or can point me in the right direction.
    Things trie so far:
    Check other libraries (all the same)
    Repair Library (no difference)
    Rebuild Library (No Difference)

    This may be a problem of an unreadable Aperture preferences file:
    Try the following:
    Remove the Aperture's user preferences from the User Library as described here:
    Aperture 3: Troubleshooting Basics
    Note:
    Your User Library is hidden by default in 10.7.5 - to open it in a Finder window use the "Go" menu from the Finder's main menu bar.
    Quit Aperture, if it is running. Log off and on again.
    Open the user library by using the Finder's "Go > Go to Folder" menu and hold down the options-key, until "Library" appears in the drop down menu. Select it.
    In the widow that will open, scroll down to "Preferences"
    From the "Preferences" folder  remove "com.apple.Aperture.plist".
    Then try to launch Aperture again.
    But deleting the "Preferences" file will cause Aperture to forget the preferences settings. Be prepared to have to reset all options you set using the Aperture Preferences panel.
    Regards
    Léonie

Maybe you are looking for