Layers of combine: logic, process and Apex pages gui?

When explaining models for example relational data or logic model, it is often easier if the template could be included as well as the process, or to the Applications Page navigation?

Is it possible to combine the photo layer designs?

Basically, it would be neat to be able to calculate dependencies of object database for the application of the Apex and pages applications Apex to the layer image.

Rgrds Paavo

Hi Paavo,

How to represent on the elements of unique scheme of mode of data flow diagrams and logical and relational data types is shown here http://www.thatjeffsmith.com/archive/2015/04/more-fun-with-data-modeler-diagrams-in-version-4-1/

So that I could begin to show the first process then add navigation of gui beside him and turn more details to the display by clicking the layer 'SHOW '.

You can create overview subview as entry point to the network of the subviews nested - you can navigate forward and back using "Figure" diagram nested and ' go to the diagram >... ". "feature

Philippe

Tags: Database

Similar Questions

  • Call a process report link Page

    Hello.

    I use Apex 4.2.1 on mod_plsql and Oracle 11 g 3.

    I'm trying to run a PLSQL after - submit process page when users click on a link generated SQL in a classic type report.

    For example, my classic report uses the query:

    SELECT

    E.*,

    ' < an id = "RID" href = "f? p = & APP_ID.:31: & SESSION. : ADDROW:P31_ENAME, P31_MGR, P31_DEPTNO:'

    || E.ENAME

    || ','

    || TO_CHAR (E.MGR)

    || ','

    || TO_CHAR (E.DEPTNO)

    || « « > »

    || 'Add new line '.

    || '< /a >' AS ADD_ROW

    Of

    EMP E

    My page has also a submit after PLSQL method defined as:

    declare

    whole v_empno;

    Start

    Select nvl (max (empno), 0) + 1

    in v_empno

    EMP;

    Insert into emp (empno,

    Ename,

    Bishop.

    DEPTNO)

    values (v_empno,

    substr(:P31_ENAME,1,1) | '-' || TO_CHAR (v_empno),

    TO_NUMBER(:P31_MGR),

    TO_NUMBER (:P31_DEPTNO));

    end;

    This process is the condition 'Request = Expression 1', where 'Expression 1 ="ADDROW.

    I thought that if users click on the report link "ADD_ROW", then items ENAME, MGR and DEPTNO report would be sent to corresponding page elements.  In addition, the PLSQL process above would be carried out and add a new line to the EMP table.  The report would then display then the newly added row.

    But when I click on the link for the report, I see that my page elements, in fact, the report associated a value assigned.  But the process page is never executed.

    I looked at the page state in Session and in debug mode.  The transformation runs simply never my page process.

    Anyone knows why my page process is not executed?  And how do I get the page process runs when users click on the report link?  Indeed, what is the point of having even a floor embedded in the url, so REQUEST it is not recognized bt other processes on the page?

    In my workspace from apex.oracle.com, I created an example page where all this was coded:

    Workspace: EEG

    User name: [email protected]

    Password: galaxy123 (all lowercase)

    AppID: 27083 (Elie_Goodies)

    Page 31 (Option to request Url of Test)

    I would appreciate if someone could help me with what I am puzzled why it doesn't work.

    Thank you very much.

    Elijah

    Hi Elijah,

    I think it's fixed.  It was very close. It's just a matter of timing.

    For a REQUEST be visible after do you need to submit the page.  Something like apex.submit ("ADD_ROW") will do it.

    Then, when the page displays the QUERY is empty again.

    Same thing with the link, which is what you have implemented, the DEMAND is there for the rendering of the page. Then he disappeared when the page is sent.

    All I had to do is move your process to run before header so that it can 'see' the value of the claim.  I have not touch (or seek) and the code.

    Points of treatment area or on a charge before the header or before loading would have worked here.

    Thank you

    -Jorge

    Post edited by: jrimblas

  • Change password (authentication of the Apex) page

    Hello
    I use
    Apex 4.1
    Oracle DB 10g XE

    I use Apex of authentication for applications developed by their Summit. The applications work correctly, but I need a page to change the password for the application. I created a normal with 3 fields as HTML page
    P8_OLD_PASSWORD
    P8_NEW_PASSWORD
    P8_RETYPE_PASSWORD
    and a button to the item as P8_CHANGE

    Button action is 'Submit Page' with validation Execute as 'YES '.

    There is a process on the page that runs "to submit after the calculation and validation" with as process source
    APEX_UTIL. CHANGE_CURRENT_USER_PW (: P8_NEW_PASSWORD);

    So far, the system works very well if the user enters a value in the field ": P8_NEW_PASSWORD". I also want the page to validate user input in other areas which is as below:
    A validation of type function returns the error with Expression1 as
    DECLARE text
    l_username varchar2 (30);
    l_password varchar2 (30);
    l_old_password varchar2 (30);

    BEGIN
    l_username: =: APP_USER.
    l_password: =: P8_NEW_PASSWORD;
    l_old_password: =: P8_OLD_PASSWORD;
    If: P8_NEW_PASSWORD! =: P8_RETYPE_PASSWORD then
    return "New and confirm password do not match! ';

    elsif: P8_NEW_PASSWORD is null or: P8_RETYPE_PASSWORD is null then
    return "New and confirm the password is not empty!";
    elsif (l_username, l_old_password) APEX_UTIL.IS_LOGIN_PASSWORD_VALID = false then
    return "old password is not valid!';
    on the other
    Returns a null value.
    end if;
    END;
    After the creation of this validation, the system shows no errors, or it changes the password. Help, please.

    Thank you
    Saurabh

    Slim wrote:
    I found what the problem was. I was pressing 'Enter' keyboard when the P8_RETYPE_PASSWORD field, which was the setting for 'Submit when you press enter' for YES and that is why, it would present the page without triggering the process page and validation, as they were related to the key 'P8_CHANGE '.

    Rohit Kapoor wrote: you can make it work also with the Enter"" key. Write a simple javascript function on the page header to identify the key 'enter' as:

    
    

    The foregoing will send the page with the QUERY defined in apex.submit.

    In the field 'Confirm password', call this function as (in the attributes of HTML form elements):

    onKeyPress="checkEnter(event)"
    

    Which is much more complicated that it should be. If the page is submitted using a text element with 'submit when you press enter', then REQUEST is set to the name of the element. Thus, to raise the validations and the process when either change the button is clicked or enter is pressed in the element P8_RETYPE_PASSWORD, changing conditions on validations and processes to condition the type of request is contained in the Expression 1, with 1 Expression:

    P8_CHANGE,P8_RETYPE_PASSWORD
    
  • How to produce a list of events of asleep and awake processes and software start-stop

    Hello

    I have to study why sometimes a backup process is stopped due to an error in the availability of the disc.

    For this I must produce a list of 'asleep' events 'awake' and stop to start the backup software (easeUS todo Backup station).

    I guess that this list can be produced by Event Viewer: custom view: Source... so I know more what to observe.

    For soft processes I don't see in the list of "sources of events.

    Really I can do to follow the complex process combining:

    • Sleep and awake system
    • Beginning and available on the disk and errors
    • Power of software processes

    Thank you

    Trebly

    Events-hear you Viewer Event Viewer?

    You must identify each event ID. You can then filter on each event ID. You will get some event ID reports that have the same number you will have to throw so that the list has only those you want. To produce a list of identical reports of ID select the reports by holding the SHIFT key and by placing the cursor on the first and the last report. With all the reports highlighted, right-click and select copy, copy the table. You then have the data to your Clipboard, and you can then paste into Word or Excel. Excel can be the best if you want to interleave different lists.

    More info about Event Viewer:
    http://www.gerryscomputertips.co.UK/syserrors5.htm

  • correct the page id and the page id application id and the id of the sensitivity of the other developer then

    Hi all

    I use apex 4.2 on windows World Bank on internet explore

    I followed the following link

    Oracle - button apex to call a page in another application - Stack Overflow

    at the end of the page, solution provider says

    It seems that your application id and the page id resemble developer links for your pages. You can't share a session as well. It could even be your problem: If you want to bind the user to the page of an application, use the ID correct and not the developer.

    what it means?

    How do I Unlike id and the real id of the developer?

    Please guide me because I think I'm also give the URL of developer which I just copy the URL of the web browser.

    Kind regards.

    Maahjoor wrote:

    I use apex 4.2 on windows World Bank on internet explore

    I followed the following link

    Oracle - button apex to call a page in another application - Stack Overflow

    at the end of the page, solution provider says

    It seems that your application id and the page id resemble developer links for your pages. You can't share a session as well. It could even be your problem: If you want to bind the user to the page of an application, use the ID correct and not the developer.

    what it means?

    This means that, following the structure of the URL of the APEX, in the example

    f?p=4000:4150:&APP_SESSION.

    the application ID is 4000, and the page ID is 4150. 4000 is actually the ID of the application that provides the APEX Builder Application development environment, and page 4150 is the definition of the pages it contains. Application between 3000 and 8999 ID are reserved for internal use of the APEX, so any application ID share you will be outside this range.

    How do I Unlike id and the real id of the developer?

    Please guide me because I think I'm also give the URL of developer which I just copy the URL of the web browser.

    There is no such thing as 'developer id' and 'real id '. Developers and end users run applications using the same ID.

    Note that published URL of permanent demand within applications should use alphanumeric calls and page aliases, ID not digital. This allows a fixed URL to provide to end users while allowing developers and administrators flexibility in how applications are deployed and maintained over time.

    If you have any remaining doubts, provide all the details of what you are doing, including the URL that you create.

  • Application of paragraph style problem and adding page breaks

    I work on the formatting of a novel in InDesign.   I met two problems.   The first of them is to apply a paragraph style to a specific paragraph.  Every time I try the paragraph in question shows a '+' after the style in question and will not apply the style.   I know that the sign '+' means that the style changes were made but I want to apply the style as it was before those changes were made and InDesign doesn't let me.

    The second problem concerns export ePub.   I inserted page breaks in some places inside the InDesign file, but when I export to ePub, the export process ignores the page breaks.  I know that I deal with text content may be but I don't want my scene headers (chapter) appears at the bottom of a page in the ePub.

    Thank you

    Command-click to erase the wrinkles too.

    Re page breaks, in the paragraph style for the scene (chapter) headings, try to tick in the paragraph Options of Style, tab Panel Options export, Split Document (ePub only).

    I can't remember, but you will need to check the document page can be Split in the EPUB - export of content Options. (see below).

    (Is there a forum for InDesign ePub).

  • New to Illustrator - how to lock the 4 layers of my background image and resize them?

    Trying to create a simple team poster.   Have a background vector image (4 layers) but need to resize to fit my poster.   Is there a way to grab all 4 layers in a single time and rezie to adapt to my page?  I think that this program is much more than what I need for this project, but I hope I catch quickly!

    Select all on these layers and then just resize.

    For the selection, you can use the layers panel or the Selection tool

    For the scaling, you can use the scale tool or the selection tool and the bounding box.

    How to make selections in Illustrator

    How to transform objects in Illustrator

  • I need to create combinations of text and images for the web. How to do this in elements or do I need Photoshop for this feature?

    I need to create combinations of text and images for the web. How to do this in elements or do I need Photoshop for this feature?  Please advise!

    slynn5236 wrote:

    I need to create combinations of text and images for the web. How to do this in elements or do I need Photoshop for this feature?  Please advise!

    You can do in PSE.

    1. Do the math to see how much space you'll need on your canvas to the image and text.
    2. Navigate to the file queue > new.blank. Enter the width & height, background color, resolution 72 px / in. It is your canvas, and in the layers palette will be the background layer.
    3. Copy and paste the image. It turns on a separate layer
    4. Activate the tool move, position the image and resize if necessary
    5. Activate the text tool, and then type your text. It will be on a separate so layer
    6. Position the text.
    7. Flatten layers and go to file > save for web. I'm usually on the long side about 800 px. Don't forget to check "constrain proportions". Adjust the quality slider to suit. You will probably want the type of JPEG file for web work.
  • Due to a hardware problem, I had my logic board and replaced hard drive. How can I do to reactivate older versions of adobe products? (Acrobat, Illustrator and Photoshop)

    Due to a hardware problem, I had my logic board and replaced hard drive. How can I do to reactivate older versions of adobe products? (Acrobat, Illustrator and Photoshop)

    Old version download apps:

    CS 6:

    https://helpx.Adobe.com/x-productkb/policy-pricing/CS6-product-downloads.html

    On the same page, you will have the possibility to download other versions.

  • Ability to change the size of the font of the APEX page

    Hello

    I need the ability to change the size of the font of the APEX page.
    I mean something like - size police-> + (increase font size) and -(reduce font size)

    Thank you
    Deepak

    Hello

    What is your version of the Apex?
    If you use 4 Apex or integrate jQuery in the previous version, see for example this
    http://www.shopdev.co.uk/blog/text-resizing-with-jQuery/

    Kind regards
    Jari

  • Odd and even pages

    Hello, need help on the xdp I work there.

    The xdp has 1 Page Set - set to print on both sides.

    The first master page is odd Pages (recto pages).

    The second master page is the same Pages (pages back).

    There is not a lot of logic in the Pages it is static information.

    The content on odd pages (front) grow flow and the page based on the XML data I feed into it. I explicitly put the content through the content are the odd page (front) only. Problem is when data is broken, he always puts a record or two on the content area of the page even (back).

    In addition, I was hoping that when there is an odd page (before), I guess that she would always be an even page (back), but this is not the case. Sometimes the end of pages on the odd-numbered Page.

    I want to share the xdp and the xml code that I'm working on this announcement. Is there a way to download this information. Thanks in advance.

    Hello

    The problem is that when you have repeating objects they will continue in the container as new instances are added. When the page overflows, Acrobat/Reader creates a new instance of the page, in which new instances of the extensible object may be returned.

    I had an example earlier that "jumped" a section, but in reality what he was doing was when the first page was full, he began using a similar rehearsal on page3. It is here, but you will have carefully the script, as it was not annotated: https://acrobat.com/#d=0-YvJ8UcVW7Pyc4hhg3RmQ. It's a little something approximate, based on the height of the subform (see the click event of the button Add to page 1).

    You may also be able to get a conditional page break to work if the height of the rows was always the same.

    Hope that helps,

    Niall

  • Google Analytics and Apex

    Does anyone have experience with the help of Google Analytics with APEX? I put the GA snippet in the APEX Page Javascript "Run when the page loads" and also tried to put in the section 'function and Global Variable declaration '. Neither one seems to work. I get no GA data. I know it's something that should be simple, but there is just something missing me. I'm just trying to track data on a login page; given that all other pages are authenticated, I didn't that GA could follow the statistics on their subject.

    < script type = "text/javascript" >

    var gaq = QAG | [];
    gaq.push (['setAccount ',' UA-XXXXXX-X']);
    gaq.push (["trackPageview"]);

    (function() {}
    GA var = document.createElement ('script'); GA.type = ' text/javascript '; GA. Async = true;
    GA. ' SRC = ("https:" == document.location.protocol? "https://ssl": "http://www") + «.google-analytics.com/ga.js;
    var s = document.getElementsByTagName ('script') [0]; ParentNode.InsertBefore (ga, s);
    })();

    < /script >


    Any ideas?

    Thank you
    Reid

    Apex 4.0.1

    Hello

    You can place the code for the login page template
    http://www.Google.com/support/GoogleAnalytics/bin/answer.py?answer=55488&utm_source=DiscoverList&utm_medium=et&utm_campaign=en_US&hl=en

    Kind regards
    Jari

  • Bug? -Validations in the processing of the Page

    I think I found a bug in the Validations for the processing of the Page.

    If I create a validation of type "Point in 1 Expression contains only characters of the Expression 2", it's as it should be and catches any invalid character.

    But, if I create a new liquidation of type 'Error of function return text', this validation works and another one does not.

    It is the expression of validation 1 for type validation "function return error text:

    BEGIN
    IF: P42_LLP_DECIMAL_DEG_LAT IS NOT NULL
    THEN

    IF: P42_LLP_DECIMAL_DEG_LAT <-90
    THEN
    RETURN "decimal latiitude must be between - 90.0000000 to 90.0000000';
    ON THE OTHER
    NULL;
    END IF;

    END IF;
    end;

    But, how to integrate the validation of character?

    To be honest, I don't think you should! "Point in 1 Expression contains only characters of the Expression 2" does not guarantee that you have a number, which I think is the intent? (Try something like "5-0"...) There is a built-in "..." is digital""validation"but I have had problems with it. I would use a single validation "function return a Boolean:

    begin
    
      return nvl(to_number(:P42_LLP_DECIMAL_DEG_LAT), 0) between -90 and 90;
    
    exception
    
      when value_error or invalid_number
      then
        return false;
    
    end;
    

    [With ' decimal latiitude must be \[a number\]-90.0000000 to 90.0000000' as the error message in the validation, using the "..." a number...' bit if you want to insist on this.

  • Apex Page navigation

    We have several means of navigation to get to the same page. Let's say Page 5 which is a visible page and can navigate to other pages that could, potentially, navigate back to the same Page 5 with different information about this... All our pages that allow entry have cancel that goes to the previous page in a P #_PAGEGO field on the page, he came and a branch that returns to the P #_PAGEGO after the page has been sent. The problem is that we can enter a cyclic with P adjustment model #_PAGEGO P #_PAGEGO only stores a single value and if the same page (IE Page 5) is obtained by different pages (as in the first sample path 5 from the Page was first of all of the Page 3 Page 4 and later versions), return simply navigate us through the page 3 and Page 5 in the end AND we want the user to one click back to the Page 6 or Page 7 (user will probably need to use it much)

    Here are a few sample tracks
    Page 1 (home) - > 2 (Interactive Report)-> in Page Page 3 (entry)-> Page 4 (entry)-> Page 5 (view only) -> Page 3 (entry [different information))-> * Page 5 (display only) * [NOTE: P5_PAGEGO has only Page 3, Page 3 Page 5]

    Page 1 (home)-> Page 6 (dashboard)-> Page 5 (view only) ->... [You can return to the page 5 times]

    Page 1 (home)-> Page 7 (HTML Page with information sorted for the user) - Page 5 (display only) >->

    Page 1 (home)-> Page 7 (HTML Page with information sorted for the user)-> Page - > 3 (Entry)... [You can return to the page 5]

    Page 1 (home)-> Page 7 (HTML Page with information sorted for the user)-> Page - > 4 (Entry)... [You can return to the page 5]


    Our path breadcrumbs Page 1 (home)-> 2 (Interactive Report)-> Page 3 Page (entry)-> Page 4 (entry)-> Page 5 (view only) missing Page 6 and 7 Page since it is a path to the site map


    We thought of several solutions but do not know if one is feasible...

    (1) page 5 have a Javascript Button with onclick = "javascript:History.back()"; " -> This will help alleviate the problem, but we were told to never use the back button of the browser in the Apex.

    (2) to have a second round of bread crumbs on the Page (just the Page 5)...-> not as ideal, but bread could allow the user to one click to pages not on our initial list of the navigation bar. Original breadcrumb is on Page 0 and we do not know how to add a new set of bread crumbs just to the Page 5.

    (3) dynamically change bread crumbs? -> Can be a lot of work, probably not really the penalty effort and solving problems, not sure if this could easily be done at the Apex.


    Suggestions or comments on possible solutions...

    I did the test and created a branch of type 'Branch to the Page identified by the (name of the use element) element' and it works with a point of application. There is the name of the item that is entered as APP_ITEM without and commercial and a point at the end. Thus, it definitelly works as I have suggested. See here:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:1

    Button: go to the previeous page

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • Creating APEX pages via SQL scripts...

    Hi guys,.

    I want to create APEX via Script SQL pages. The main reason for having this option I have couple of applications that contains XML files for the definition of the screen where I can read all the properties of the screen (field types, sizes, legend, etc...)

    Is there a documentation or help tips where I can find the APEX page tables definitions? I found something as WWV tables but I couldn't understand it correctly...

    Any help?

    Thank you
    Osman...

    Check out ApexGen, the Apex Oracle generator. It allows you to use a PL/SQL API to generate a SQL script, similar to an Apex application export file.

    http://sourceforge.NET/projects/apexgen/

    With ApexGen, it does not matter if you have 5 or 500 tables in your database, you can easily generate report for each table, and form pages very quickly.

    M

Maybe you are looking for