How to Develop a Login Form In Developer 6i

Hi to everyone,
I have developed some forms in Developer 6i. Now i want to deploy these Forms to client side. I want to design a Login Form for the end users to Use the Database Application. But the problem is, I don't know how to Develop a Login Form with the permission for the End Users to access the application.
Also please tell me how to configure the FORMS Developer 6i to Run the Forms by the end users.
Please help me to solve out the problem.
Thank you in advance.

If you are using ADFBC, the easiest way is
- drop the data control as ADF form
- add CreateInsert method binding to the pagedef
- add an invokeAction for the createInsert with a refresh property set to renderModel so that an empty creation form will be shown on page load
for insertion
- Finally, add the commit action as button
Sireesha

Similar Messages

  • How to create a LOGIN Form & LOGIN ID & PASSWORD for END USERS

    hi,
    i have just created a Database and Forms & Reports using developer 6i.
    now i want to deleiver that Database to end users, but i dont know that how to create a LOGIN Form for the end users and also i want to assign each user a Login ID & Password.
    Plz help me to solve out this problem.

    1. Create the user accounts on the database CREATE USER ... IDENTIFIED BY...
    2. Grant CONNECT Role to the Users
    3. in the main form (the one which is being called initially at runtime) in the ON-LOGON-Trigger create a CALL_FORM() to the Login Form
    4. The Login Form will be called; build a Block with username, password and a Button
    5. In the Button call the LOGON Built-In
    6. Control will be passed to the initially called form again
    I also noticed a thread in here explaining this in more detail...
    Message was edited by:
    user434854

  • How to recover deleted SAPscript form in development system?

    Hi experts,
    I just delete my SAPscript form in development system by mistake. It's a newly developed form and has not been released yet. currently the form can't been seen in SE71, but I can see the form object in my task. Is there any way to retrieve the form? It would be a great appriciation if you could provide some help!!!
    Thanks a lot!!
    Regards,
    Vanilla
    Edited by: Julius Bussche on Jun 15, 2009 2:16 PM
    Please read the forum rules about u r g e n t issues

    Hey,
    is that having only one version.
    if it is then no way.
    if it has some how from other trasported client we can do.
    stay cool. find out possible ways.
    thanks
    vinod

  • How to create a login form

    what is the best way to build a login form where a single user will be logged always (Not the user name that's enterd in the user name field).
    The main issue is not to expose the password of the user that will be logged in in any file on the server.
    So when the login screen opens, a user should be already logged in to query the database to validate the username & password entered agains USERS table.
    Thanks

    In 10g you can specify the userid/password in the iAS server configuration parameter under a named configuration, let's say [myapp] and specify the identifier in your URL
    http://localhost:8890/forms/frmservlet?config=myapp
    # Forms runtime argument: database connection details
    userid= <username>/password@<database>Try it.
    Regards,
    Tony

  • How to create different login form pages using Extranetlook

    Hi,
    I would like to have different login pages in order to let users access to different sites created with Site Studio. The Extranetlook component comes with a default one, login_page.htm but if I change this file, then this login page is used for all users in the whole Content Server. Our requirement is to have different login pages, one per each site, and let the default one to let users access just the Content Server, not the sites.
    We created a custom login form page copying the login_page.htm file and then modified the redirecturl input field (<input value="/oursite/" type="hidden" name="redirecturl" />). This only works when the login is successful. When the login is incorrect the user is redirected to the default login_page.htm. In that case, we would like to redirect the user to custom login form instead of the default one.
    In fact, I'm afraid I don't understand well the relation between the login_page.htm within the component, the login_page.htm file that resides in <ucm-installation>/data/users and the extranetlook.idoc file.
    Thanks in advance.

    While not resolving issue with multisite login page, i can tell the relationship among component login_page, data user login_page and ExtranetLook.idoc.
    So according to component readme.txt ExtranetLook.idoc is used to construct user data login_page (i've checked it). So any customizations made to its dynamic html sections are reflected into that file - and it is the which being showed in browser. The component one is used as initial one.

  • I can't figure out how to put a login form on my site

    Hello, I have a site that I created in flash and I need to add a login to a site caleld sharefile.  This form works correctly in html but I can't get it to work in my flash file.  Can anyone please help me out with transferrign this simple html form into flash.  Here is the code snippet:
    <form method="post" action="https://fmc-service.sharefile.com">
      <table cellspacing="0" cellpadding="0" border="0">
        <tr><td>Email:</td></tr>
        <tr><td><input type="text" name="username" /></td></tr>
        <tr><td height="5"></td></tr>
        <tr><td>Password:</td></tr>
        <tr><td><input type="password" name="password" /></td></tr>
        <tr><td height="10"></td></tr>
        <tr><td><input type="submit" value="Log In" /></td></tr>
        <tr><td height="10"></td></tr>
      </table>
    </form>
    I have the input text ready with one input box labeled username and the other labeled password in flash and on the submit button I have the script:
    on (release) {
        getURL("https://fmc-service.sharefile.com", "", "POST");
    When I publish the file it takes me to the right website but it does not log me in.  It just acts as if I just put a regular link to the sharefile login page.  I figured this was too simple.  Any help would greatly be appreciated.
    Thanks,
    Jason

    if you're testing locally, you probably have a security sandbox issue.  fix it here:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.ht ml
    otherwise, you don't have username and password defined on the timeline that contains your button and/or your button is a movieclip button

  • How to remove login form for iView in portal

    Hi,
    I have created a workset in portal which provides links for various BI reports. In the properties of each page for report I set the property to lunch it in headerless window.
    When I login with test user and click on link for report its asking for userID password again. Once I login, it opens the report and it doesnt ask for other reports. If I logoff and close the browser and open in new browser its again ask's for user ID password when I open the report for first time.
    Could any one let me know the solution how to avaoid the login form  on clicking the link for BI report configured in workset.
    It is working fine for me in Dev and QA system, recently we did transport to Trainign system and I am facing this issue only in training system.
    Regards,
    Ravi.

    Hi,
    I dont want that login page to appear again. evan for the first time.
    The login page should apper only once that too while loging into portal. once I enter into workset and click on link for report which is launched in new window should not ask for login again.
    Its happening in my training system, which is not used to be in my dev and QA system.
    I need solution to show the report directly with out asking for authentication(login form) once again on clickig the link for report in workset.
    Regards,
    Ravi.

  • Switch login form to logout form once logged in...

    Hi i am working with dreamweaver cs5.5 and i am making php pages so users can login. I do not know how to replace the login form with a logout form once logged in. Can anyone help please, i will be very greatfull.

    This is the code im using for the forms, so far the forms are on defferent pages ( because and can't get the if/else to work ), when i use the code in this link "http://www.plus2net.com/php_tutorial/php_login_logout.php
    " i add the code to one page but it just doesnt work...
    This is on the page i want to use as the main template. Do i need more files for this to work?
    <div id="header">
        <table width="100%" cellpadding="5">
          <tr>
            <td width="1022"><table>
              <tr>
                <td class="tablebg">Gamers</td>
              </tr>
            </table></td>
            <td width="300" rowspan="2" align="right" nowrap="nowrap">
    <?
    if(isset($session[MM_Username])){  // Member is logged in so we have to display welcome message with userid and one logout link
    echo "
    <form id="form1" name="form1" method="post" action="">
              <p> Welcome <?php echo $_SESSION['MM_Username']; ?>! <a href="<?php echo $logoutAction ?>">
                <input type="button" name="log out" id="submit" value="Log Out!" /></a> </p>
    </form>";
    }else {  // Member has not logged in so we can display the login form allowing member to login with user id and password
    echo "<form id="form1" name="form1" method="POST" action="<?php echo $loginFormAction; ?>">
              <p>
                <label for="username">Username/E-Mail</label>
                <input type="text" name="username" id="username" />
              </p>
              <p>
                <label for="password">Password</label>
                <input type="text" name="password" id="password" />
              </p>
              <p>
                <a href="../register.php"><input type="button" name="register" id="register" value="Register Now!" /></a>
                <input type="submit" name="submit" id="submit" value="Login!" />
              </p>
            </form>";
    }    // End of else condtiion echo "</table>";  (i dont get this </table> tage here)
    ?>
    </td>
          </tr>
          <tr>
            <td><ul id="MainNav" class="MenuBarHorizontal">
              <li><a href="../home.php">Home</a></li>
              <li><a href="#">Forum</a></li>
              <li><a href="#" class="MenuBarItemSubmenu">Games</a>
                <ul>
                  <li><a href="#">C.O.D</a></li>
                  <li><a href="#">CounterStrike</a></li>
                  <li><a href="#">Planetside</a></li>
                </ul>
              </li>
              <li><a href="#">Members</a></li>
              <li><a href="#">Contact</a></li>
              <li><a href="../about.php">About</a></li>
            </ul></td>
          </tr>
        </table>
      </div>
    Sorry, i am new to this.

  • How to install database 10g and forms&reports developer 10g?

    hi
    how to install database 10g and forms & reports developer 10g on windows xp 32 bit? and which one is to install first? how to connect them together? where can i find complete guide

    Gul wrote:
    hi
    how to install database 10g and forms & reports developer 10g on windows xp 32 bit? and which one is to install first? how to connect them together? where can i find complete guideThis link will help you http://tahiti.oracle.com/

  • How to develop a 'creation form' in ADF 11g?

    Dear friends,
    How to develop a 'creation form' in ADF 11g? it seems no such type of form in 11g.
    Thank you.
    Regards,
    Tony

    If you are using ADFBC, the easiest way is
    - drop the data control as ADF form
    - add CreateInsert method binding to the pagedef
    - add an invokeAction for the createInsert with a refresh property set to renderModel so that an empty creation form will be shown on page load
    for insertion
    - Finally, add the commit action as button
    Sireesha

  • How to remove/prevent developer mode login in SRDemo?

    hi,
    how can we prevent developer mode login in SRDemo since it is security risk?
    How should we do that if we add ADF security to SRDemo?

    hi,
    I was looking at connectedUser info shown in top right corner and since it was not there (I set devMode in userInfo bean to false in order to prevent any login if wrong credentials) I (wrongly) assumed unauthenticated user accessed protected pages.
    In my example I added Welcome and error40x pages to the application based on SRDemo. If the user enters wrong credentials in Login page he is dispatched to error401.jspx page.
    On this page there is a link to index.jspx. By clicking on this link user is presented again with Login page but a message "Invalid username and password" is shown as well, probably caused by previous attempt.
    If the user now enters correct credentials he is presented with Welcome page but currently connectedUser is not shown in top right corner (although user is apparently authenticated by container). It seems that Welcome backing bean which checks the role when user clicks the Start button is not invoked at all and the user stays at the same Welcome page although he is authorized to access the page corresponding to his role.
    In order to get back to normal flow user have to logout first and only then he is presented with clean Login page and after that correct Welcome page showing currently connectedUser.
    So my question is how to get back to "normal login flow" once the user is dispatched to error401.jspx page and he clicks the link to index.jspx or he clicks the Back button on the browser to go back to Login page?
    Many thanks

  • How can I start developing Character-based forms

    Can any one help me? How do we develop Character-based forms? What are the advantages and disadvantages to GUI? Does the Character-based form works in windows or UNIX environment.
    Does the mouse works. I know forms 3.0. How can we start a form developing in a Character-based? Which properties we have to change for this.

    The property is coordination system at the module level.
    Character mode will run on unix machines with terminals or with terminal emulators on pc's.
    GUI looks better and gives the user more productivity in his work.

  • How to develop interactive Adobe Forms (Online & Offline)

    Hi Friends,
    I want to develop interactive Adobe forms please help .
    Thanks in Advance,
    Anil

    hi
    hope it will help you.
    Reward if help.
    look at the Adobe page here in SDN:
    Use the Tcode : SFP
    https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=AdobeForms.htm
    Check these links on Adobe forms
    http://help.sap.com/saphelp_nw04/helpdata/en/1e/05853ff8ec2c17e10000000a114084/content.htm
    https://www.sdn.sap.com/irj/sdn/interactiveforms
    http://www.sap.com/solutions/solutionextensions/pdf/BWP_Interactive_Forms_Adobe.pdf
    It contains lots of useful information, documentation, and e-learning materials teaching you the basics.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b7/64348655fb46149098d95bdca103d0/frameset.htm
    follow these links.
    https://www.sdn.sap.com/irj/sdn/interactiveforms
    http://www.sapfinug.fi/downloads/2006/seminaari/uudet/SAP_Adobe.pdf
    https://weblogs.sdn.sap.com/weblogs/topic/45?x-o=50
    Interactive Forms based on Adobe software is SAP's new solution for forms development. Its first release has the focus on interactive use of forms. High-volume printing is supported in principle, but - being a new solution - the performance has not yet reached the same level as Smart Forms or SAPscript, two established solutions that had years to grow. Interactive Forms is the only solution that will continue to be enhanced with new features, while SAPscript and Smart Forms will be supported without limitations.
    When (or if) to move to Interactive Forms depends on your requirements. For interactive forms usage, i.e. the new functions, you have no choice, as the existing solutions don't support it. High-volume print scenarios need to be carefully analyzed to see whether your concrete requirements can be met at this point.
    However, it is possible to move to Smart Forms and design your forms in such a way that a migration at any point in the future would be but a small step. Smart Forms offers from Web AS 6.40 a migration wizard to Interactive Forms. Technically, everything can be migrated, but we recommend against things like ABAP program nodes, for example.
    You are not forced to ever go to Interactive Forms if you don't want to. It really depends on whether your client needs any of the new features in Interactive Forms. Also, if they are currently working with JetForms, they could enquire with Adobe directly what migration path they offer to the joint solution.
    go thru this links
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/4a94696de6429cada345c12098b009/frameset.htm
    example
    To get an overview idea about Adobe forms ,
    Using SFP Tcode , first you need to create a interface . in interface you can declare the import and export parameters and also the declaration part, coding etc : This is nothing but similar to Function module interface.
    And now we have to create the Form which is interactive. Create the form and enter the interface name which you have created in first step, so that the parameters , declarations of fields etc : will be copied and available in the form layout. So that you can drag and drop these declared fields ( dclared fields of interface ) to the layout.
    Create the context and layout in the form.
    The layout generated can be previewed and saved as PDF output.
    Now we need to integrate the driver program and the PDF form to get the final output as per the requirement.
    On activating and executing the form you will get a function module name just similar to smartforms.
    The driver program needs to call this FM.
    Refer to the below sample code :
    DATA : is_customer TYPE scustom.
    DATA : it_bookings TYPE ty_bookings.
    DATA : iv_image_url TYPE string.
    DATA : iv_sending_country TYPE adrc-country.
    DATA : it_sums TYPE TABLE OF flprice_t.
    DATA : docparams TYPE sfpdocparams.
    DATA : formoutput TYPE fpformoutput.
    DATA : outputparams TYPE sfpoutputparams.
    PARAMETERS : pa_cusid TYPE scustom-id.
    SELECT SINGLE * FROM scustom INTO is_customer
    WHERE id = pa_cusid.
    SELECT * FROM sbook
    INTO CORRESPONDING FIELDS OF TABLE it_bookings
    WHERE customid = pa_cusid.
    outputparams-nodialog = 'X'.
    outputparams-getpdf = 'X'.
    *outputparams-adstrlevel = '02'.
    CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
    ie_outputparams = outputparams
    EXCEPTIONS
    cancel = 1
    usage_error = 2
    system_error = 3
    internal_error = 4
    OTHERS = 5.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    docparams-langu = 'E'.
    docparams-country = 'US'.
    docparams-fillable = 'X'.
    CALL FUNCTION '/1BCDWB/SM00000043'
    EXPORTING
    /1bcdwb/docparams = docparams
    is_customer = is_customer
    it_bookings = it_bookings
    IV_IMAGE_URL =
    iv_sending_country = 'US'
    IT_SUMS =
    IMPORTING
    /1bcdwb/formoutput = formoutput
    EXCEPTIONS
    usage_error = 1
    system_error = 2
    internal_error = 3
    OTHERS = 4
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    CALL FUNCTION 'FP_JOB_CLOSE'
    IMPORTING
    E_RESULT =
    EXCEPTIONS
    usage_error = 1
    system_error = 2
    internal_error = 3
    OTHERS = 4
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • Developing Adobe Interactive forms in SAP R/3 4.7

    I have a client requirement of developing Adobe Interactive forms for automating exisiting manual processes. The SAP version being used is SAP 4.72.
    Could anyone please let me know what all is required to implement it and how that can be done in brief.
    One of the related links to the topic without much details is 4.7 and Adobe Interactive Forms.
    If anyone has worked with such requirement, his inputs would be valuable

    Hi,
    You will have to use WD Java for integrating Interactive forms with SAP version 4.7
    NetWeaver developer Studio ( NWDS) is the tool used for this integration. Data can be passed from SAP to WD Java using RFCs.
    This link will be useful for you:
    Tutorials & Samples for Web Dynpro Java
    Hope this will help you,
    Amit

  • Attaching the newly developed print smart form to T-Code COR2

    Hi,
    ABAP team developed a smartform for printout of process order which contain all the details of that process order and component list their qty and other details. Now I have to attach this smartform to the T-Code COR2. so that when the user creates the process order and save it then he goes to COR2 and enters the process order number then go to print button click and take the printout. How to attach the smart form to T-code COR2. Plz explain.
    Thanks
    Vinamrath

    Hi Kumar,
    You have to configure the print forms in the t code CB85. After you configure when you create the process order the printout will be triggered
    It will be triggered automatically if the configuration is activated immediately otherwise need to go to spool request SP01 t code and give the printout.
    In the configuration itself the printer name also have to mentioned.
    Thanks and regards,
    Satish

Maybe you are looking for