Design an uix page which is not related an database table

Hi;
I want to design a uix page, but this page elements is not related an database table, only pass through the parameter to run a report, how can i do this easly
Thanks

Such functionality is not generated/supported by JHeadstart. But you can build this page manually using JDeveloper. Please use the JDeveloper online help and/or the JDeveloper forum for help if you get stuck.
In monitoring this forum we have to set priorities, and we simply lack the resources to help you with questions not related to JHeadstart. I hope you understand this.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Join 2 tables which are not related with any primary-foriegn key constraint

    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.
    How can i write the select query for this condition?
    Thanks
    Swapna

    Hi, Swapna,
    user11018268 wrote:
    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.I think you want a UNION, not a join.
    If you have 10 rows in table_a, and 30 rows in table_b, then
    SELECT       A_ID,          A_Name,     A_Address,     A_City,     A_Pin
    FROM      table_a
    UNION
    SELECT       B_ID,          B_Name,     B_Adress,     B_City,     B_City
    FROM      table_b
    ORDER BY            2,               4          
    ;will produce up to 40 rows; 40 if there are no duplicates. (UNION implies DISTINCT.)
    The corresponding column types should be similar, if not exactly the same.
    There's no problem if A_Name is VARCHAR2 (50) and B_Name is CHAR (30).
    However, there will be a problem if A_ID is a NUMBER and B_ID is a TIMESTAMP.
    You must have the same number of columns in all branches of the UNION.
    If you want an ORDER BY clause, put it at the very end, after the last branch of the UNION.
    You can use positional notation (where 2 means the 2nd column) like I did, or you can use names from the first prong of the UNION (such as A_Name).
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.I'm not sure what your mean about "Address Label".
    Whenever you have a question, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables, and the exact results (formatted) that you want from that data.
    You can concatenate all 5 columns into one VARCHAR2 column, if you want to.
    You'll probably want to use RPAD (or simillar functions) to make the output line up nicely.
    If any of the columns are not strings, use TO_CHAR to make string versions of them.
    For example:
    SELECT  TO_CHAR (A_ID, '9999999')
         || '   '          -- leave a little space between the left-justified a_id and the right-justified a_name
         || RPAD (A_Name, 25)
         || RPAD (A_Address, 50)
         ...Edited by: Frank Kulash on Nov 14, 2009 10:11 AM

  • Entries in Dimension table (Dim Id's) which do not exist in Fact table

    Hello all,
    We have a strange situation when we run the Report SAP_INFOCUBE_DESIGN. I expected that the Dimension table could have max 100 % compared with Fact tables. However we have a dimension with 587% entries compared with fact tables.
    ZOEEMRW            /BIC/DZOEEMRW3      rows:  2.416.567    ratio:        587  %
    ZOEEMRW            /BIC/DZOEEMRW5      rows:      2.464    ratio:          1  %
    ZOEEMRW            /BIC/DZOEEMRWP      rows:          4    ratio:          0  %
    ZOEEMRW            /BIC/DZOEEMRWT      rows:        520    ratio:          0  %
    ZOEEMRW            /BIC/DZOEEMRWU      rows:         18    ratio:          0  %
    ZOEEMRW            /BIC/EZOEEMRW       rows:    399.160    ratio:         97  %
    ZOEEMRW            /BIC/FZOEEMRW       rows:     12.520    ratio:          3  %
    Consider dimension /BIC/DZOEEMRW3.
    For this Dimension, we could not find an entry in the tables /BIC/EZOEEMRW or /BIC/FZOEEMRW for the following dim idu2019s.
    There are many DIM ids which exist in the Dimension table but do not exist in the Fact tables.
    Is it normal that this can happen? If so in which cases and is there any way to clean up these entries in the Dimension table which do not exist in the fact table.
    Any help or insight on this issue will be appreciated.
    Best Regards,
    Nitin

    Hey,
    there is a program with which you can clean up your dimension table. Search forum. But also try RSRV there is a option especially for that.
    Backround is that using process chains and you delete data from cube, dimensions are not deleted. So there could be data in the dimension which have no relation to fact table. This is many times discussed in this forum.
    Best regards,
    Peter

  • CAM Event Log: SNMP trap is received from switch [ ip address ] which is NOT in our database.

    We keep getting thousands of entries in the CAM event log like this:
    SNMP trap is received from switch [<ip address>] which is NOT in our database.
    apparently, these aren't NAC'd switches. Why does the CAM see these and how can they be eliminated from the Event Log?
    Thanks,

    Matt,
    Do you switches have the CAM as a host where they are sending traps? Check the running-config of the servers and see if you spot the CAM IP address as one of the snmp-servers.
    HTH,
    Faisal

  • How do you create a new page which does not appear on the navigation bar?

    I am creating a website and have designed the top pages. Some of these pages have sub pages but I can't work out how to create them. Please could someone advise me?
    Many thanks.

    Welcome to the discussions. You can find answers to such questions by searching here:
    http://support.apple.com/kb/index?page=search
    Entering: iWeb navigation
    ...in the first search bar comes up with these documents in the list:
    _Preventing a webpage from appearing in the navigation menu_
    Hiding the navigation menu
    Note that iWeb can't produce sub-pages +per se+ — i.e. ones that drop down from an item (page) in the navigation bar.

  • Access books/pages which is not active

    Hi,
    I'm trying to access books and pages that are not active therefore when I try to use the getBookRecursive method it creates an error. The only solution I was able to do is turning TreeOptimization to false, which is not ideal in my situation where I have many pages and it will slow the application dramatically.
    If anyone has another way around this please reply. Thanks.

    Use the Settings app to sign out of the old Apple ID and sign in with the new one.
    Settings > itûnes and App Store > tap on the old Apple ID > sign out
    Then sign in with the new ID and password.
    A note of caution though. All apps purchased or downloaded with the old ID will always be associated with that old ID and require the old Apple ID and password in order to be updated. The only way to avoid the need to enter the old ID and password when you update those apps is to delete the apps and download or purchase them again with the new Apple ID and password. Be sure to save you files and data somewhere other than in your apps.

  • How to delete images from folder which are not in the database

    I am created windows form
    i wont to delete images from the folder where i have stored images but i only want to delete those images which are not in the data base.
    i don't know how it is possible . i have written some code
    private void button1_Click(object sender, EventArgs e)
    string connectionString = "Data Source";
    conn = new SqlConnection(connectionString);
    DataTable dt = new DataTable();
    cmd.Connection = conn;
    cmd.CommandText = "select * from tbl_pro";
    conn.Open();
    SqlDataAdapter da = new SqlDataAdapter(cmd);
    da.Fill(dt);
    int count = Convert.ToInt32( dt.Rows.Count);
    string[] image1 = new string[count];
    for (int i = 0; i < count; i++)
    image1[i] = dt.Rows[i]["Image1"].ToString();
    string[] image2 = new string[count];
    for (int i = 0; i < count; i++)
    image2[i] = dt.Rows[i]["Image2"].ToString();
    var arr = image1.Union(image2).ToArray();
    string[] arrays;
    String dirPath = "G:\\Proj\\";
    arrays = Directory.GetFiles(dirPath, "*", SearchOption.AllDirectories).Select(x => Path.GetFileName(x)).ToArray();
    int b= arrays.Count();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    var del = arrays[j].ToString();
    else
    foreach (var value in del) // ERROR DEL IS NOT IN THE CURRENT CONTEXT
    string filePath = "G:\\Projects\\Images\\"+value;
    File.Delete(filePath);
    here error coming "DEL IS NOT IN THE CURRENT CONTEXT"
    I have to change anything .Will It work alright?
    pls help me
    Sms

    Hi Fresherss,
    Your del is Local Variable, it can't be accessed out of the if statement. you need to declare it as global variable like below. And if you want to collect the string, you could use the List to collect, not a string.  the string will be split to chars
    one by one.
    List<string> del=new List<string>();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    del.Add(arrays[j].ToString());
    else
    foreach (var value in del)
    string filePath = "G:\\Projects\\Images\\" + value;
    File.Delete(filePath);
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I want to install OS X Mavericks on my MacBook Pro which is not with guid partition table

    i want to install OS X Mavericks on my MacBook Pro which had both mountain lion & windows 8.1, its not in GUID partition table format, so i couldnt install mavericks, so is there any way to change into GUID partition table format & install Mavericks  without losing Windows from my hard disk ?

    Open the App Store and upgrade iPhoto to the Mavericks version.
    iWork and iLife for Mac come free with every new Mac purchase. Existing users running Mavericks can update their apps for free from the Mac App Store℠. iWork and iLife for iOS are available for free from the App Store℠ for any new device running iOS 7, and are also available as free updates for existing users. GarageBand for Mac and iOS are free for all OS X Mavericks and iOS 7 users. Additional GarageBand instruments and sounds are available for a one-time in-app purchase of $4.99 for each platform.
    The iWork apps are free with a new iOS device since 1 SEP 2013. They are free with a new Mac since 1 OCT 2013. They are also free with the upgrade to OS X Mavericks 10.9 if you had the previous version installed when you upgraded.

  • ERROR  IN  FILE--XI--RFC SCENARIO.  BAPI  did not UPDATE the DATABASE TABLE

    Hi
    I have created a scenario  FILE -XI- RFC
    File is picked by file adapter  - Its working fine
    I have used BPM
    In RFC side  i used BAPI_INCOMINGINVOICE_CREATE
    Its working fine and return an Invoice Number and Fisical year .
    When i Check this in the R/3 System , in Invoice no Does not Exist .
    Message mapping is ok
    SXMB_MONI all are ok
    Receiver file i got the invoice no and fisical year .
    The Problem is " DATABASE TABLE DID NOT UPDATED "
    So  should i do BAPI_COMMIT seperately ........
    Any solution ................
    VERY VERY URGENT .....
    thanks in advance
    B.Jude

    hi jude,
    Commit Control for Single BAPI Calls
    If you want to use this communication channel to call BAPIs as remote-enabled function modules that change data in the database, set the indicator.
    If executed successfully, the transaction is written to the database by calling the function module BAPI_TRANSACTION_COMMIT explicitly. If an error occurs, the transaction is rolled back by BAPI_TRANSACTION_ROLLBACK.
    The result is determined by the value of the field TYPE in parameter RETURN. If successful, the tables are empty and the values “”, “S”, “I”, and “W” are displayed. All other values are regarded as errors.
    To change this setting, set the indicator BAPI Advanced Mode.
    <b>In the Successful RETURN-TYPE Values table, enter the values that should lead to a successful execution.</b>
    Regards,
    Mandeep Virk

  • Firefox moves the page in the window a bit to the left when browsing pages which need vertical scrolling compered to pages which do not need scrolling. This is not the case with IE.

    ''Locking as duplicate post, please continue at'' [/questions/748639] - Quarantine
    I have asked this question before, but can not find any answer. My problem can be verified by trying to browse the variouws pages from the menu on my Web site, see URL below.
    Thanks, Jakob Stette

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Find Web Pages which do not ask for credentials

    Hi
    I know that it is possible to send or post or insert some input into web pages using Powershell
    but what i want maybe seems somehow weird
    there are about 200 Access points with Web Access enabled
    but the support team has forgotten to make password asking forced to open their web pages
    I want my powershell code to open a web page an return true if no user/pass is asked and 1 if it requires
    is that possible ?!
    ty

    That's great, I'm glad its working for you now. Here's a commented version of the same code along with some additional links:
    # Create a .Net WebClient object
    $wc = New-Object System.Net.WebClient
    # Read the input file and check each site
    Get-Content .\sites.txt | ForEach {
    # Create hashtable for site/status output
    $props = @{
    Site = $_
    Status = ''
    # Attempt to connect, if successful set status to OPEN
    # If unsuccessful, set status to Secure
    try {
    $null = $wc.OpenRead("$_")
    $props.Status = 'OPEN'
    } catch {
    $props.Status = 'Secure'
    # Create new object based on completed $props hashtable
    New-Object PsObject -Property $props
    http://msdn.microsoft.com/en-us/library/system.net.webclient%28v=vs.110%29.aspx
    http://msdn.microsoft.com/en-us/library/781fwaz8%28v=vs.110%29.aspx
    http://ss64.com/ps/get-content.html
    http://ss64.com/ps/foreach-object.html
    http://ss64.com/ps/new-object.html
    http://ss64.com/ps/syntax-hash-tables.html
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/03/11/hey-scripting-guy-march-11-2010.aspx
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • HT5577 I want to change my apple ID for itunes, I have the apple support page which is not helping.    I'm unable to use my old appleID.   Any suggestions!

    How do I change my appleID in itunes?   My old ID does not work for itunes, when I want to buy an app the old ID appears and I'm unable to change it.   Help

    Select iTunes store.
    Log out then log back in with updated AppleID.

  • ADF Edit page changes do not save to database

    Hi. I'm using JDeveloper 10.1.3, working off the ADF Tutorial to create an edit page that updates a master-detail record. The user selects a record from a list of records in a table called ACTION, which opens an edit page for that record. The user makes changes to the record and clicks a Save button that uses mergeEntity(Object) to update the database:
    <methodAction id="mergeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="mergeEntity"
    RequiresUpdateModel="true" Action="999"
    ReturnName="SessionEJBLocal.methodResults.SessionEJBLocal_dataProvider_mergeEntity_result">
         <NamedData NDName="entity"
              NDValue="${bindings.findActionByActionIdIter.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    After hitting the button, the user is taken back to the full list of records. The full list shows the changes that were just made, BUT the changes are not saved to the database. If I open SQL*Plus and run a query the changes are not there. If I re-start the ADF application, the changes are not there.
    The following code in SessionEJBLocal.java successfully completes and does not throw exceptions. The entity in the unit of work has the proper updated values:
    public Object mergeEntity(Object entity)
    UnitOfWork uow = getSessionFactory().acquireUnitOfWork();
    Object workingCopy = uow.readObject(entity);
    if (workingCopy == null)
    throw new RuntimeException("Could not find entity to update");
    uow.deepMergeClone(entity);
    uow.commit();
    return workingCopy;
    Any ideas? Do I need to create a separate commit button? I don't see anything like that in the tutorial...
    Trevor

    Roy-
    Make sure the named data value (parameter) for the mergeEntity method matches what is returned by the readObject() query. You should not be sending the results of a readAll() query into the mergeEntity() method.
    In my example, the mergeEntity methodAction looks like this...
    <methodAction id="mergeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="mergeEntity"
    RequiresUpdateModel="true" Action="999"
    ReturnName="SessionEJBLocal.methodResults.SessionEJBLocal_dataProvider_mergeEntity_result">
    <NamedData NDName="entity"
    NDValue="${bindings.findActionByActionIdIter.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    I think the parameter is in that NamedData tag. The iterator findActionByActionIdIter is...
    <methodIterator id="findActionByActionIdIter"
    Binds="findActionByActionId.result"
    DataControl="SessionEJBLocal" RangeSize="10"
    BeanClass="<***package names***>.model.Action"/>
    which binds to the result of this readObject() query...
    <methodAction id="findActionByActionId"
    InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal"
    MethodName="findActionByActionId" RequiresUpdateModel="true"
    Action="999"
    ReturnName="SessionEJBLocal.methodResults.SessionEJBLocal_dataProvider_findActionByActionId_result">
    <NamedData NDName="findActionId" NDType="java.lang.Integer"
    NDValue="${userState.actionID}"/>
    </methodAction>
    ...which runs based on what the main list (readAll() query) page sets in userState.actionID before the navigation goes to the Edit page.
    All the above markup is defined in the page definition of the Edit page. If you're having problems with Master-Detail, maybe just try to get the non-foreign key fields working first. Hope this helps.

  • Table compare deleting rows which does not exist in target table

    Hi Gurus,
    I am struggling with an issue in Data Services.
    I have a job which uses Table Compare, then History Preserving and then a Key Generation transforms.
    There is every possibility that data would get deleted from the source table.
    Now, I want to delete them from the target table also.
    I tried Detect deleted rows but it is not working.
    Could some one please help me on this issue.
    Thanks,
    Raviteja.

    Doesn't history preserving really only operate on "Update" rows.  Wouldn't it only process the deletes if you turned the "Preserve Delete row(s) as update row(s)" on?
    I would think if you turned on Detect Delete rows in the Table compare and did not turn this on in the history preserving it would retain those rows as delete rows and effectively remove them from the target.
    Preserve delete row(s) as update row(s)
    Converts DELETE rows to UPDATE rows in the target warehouse and, if you previously set effective date values (Valid from and Valid to), sets the Valid To value to the execution date. Use this option to maintain slowly changing dimensions by feeding a complete data set first through the Table Comparison transform with its Detect deleted row(s) from comparison table
    option selected.

  • Create a login page that does not link to database

    Hi,
    I am really new to muse and would like to seek some help....sorry if any similar questions have been asked.
    I am making a website interface for my assignment, and i need to create a login page,
    how can i make a text box for entering the login ID and the password? and how can i add a login button?
    By the way, this does not have to link to a database, it is just  a template........so the solution using codes may not help i guess

    Hi,
    check this thread Re: Can I create a login/password protection in Muse for a HTML5 page or two?

Maybe you are looking for

  • EXIF data dropped when editing in Photoshop Elements 6.0 from iPhoto 8.0?

    I've seen various posts about EXIF data issues, mostly about geo info. My question is: Does iPhoto not include the EXIF data when you have it set to edit your photos in Photoshop Elements 6.0? The reason I ask is because I can easily see the EXIF dat

  • Issues with save in Illustrator CS4

    When I try to save a file in Illustrator it takes ages for the "Illustrator Options" dialogue to appear, upwards of 30 seconds. During this time illustrator is frozen. I have tried saving a file with just a single line in it and all swatches brushes

  • Why does my exe display graphics outside the movie stage

    I have created an animation where a motion tween takes a graphic out of the stage, but this is replicated in my projector. seems strange.

  • How to remove function module error?

    Hi Iam using a FM to get the database value of project name(PROJ-PSPID),Iam using this in my module pool program,when I enter wrong project name,the FM itself throwing the error,I want my own error message rather FM error message.How to achieve it? T

  • Gspls_

    Hi, Could you help me? I am trying to see about xml server forte example but I have one problem. After I call forte method by SOAP I have this message as result by iPlanet UDS SOTestAccountProxy.fillWidget received SOAP Fault; code=SOAP-ENV:Client st