URGENT: New Shortcut to forms problem

Hi!
To create the forms whith the FORM BUILDER from oracle 10g, I always start up the OC4J instance, therefore, i am not connected to the net, and I do not want to be.
So the problem is:
Is it possible to create a shortcut so that if someone else other than me wants to use the forms I've created, and work with my database, does not need to open the form builder?!
Wich means that by clicking on the shortcut icon, the connect window is popped up, the log in is inserted and I go directly to the forms created.
Thanks
I've received the following answer from Mr. Frank Nimphius:
R: Tiago,
if your PC is accessible for internal users and OC4J is up and running, you could have them creating a Browser shortct that looks similar to
iexplorer http://tiagos_server:8889/forms90/f90servlet&form=ttiago_form.fmx....
You can also define an application entry in the Forms forms.cfg file and change the shortcut to
iexplorer http://tiagos_server:8889/forms90/f90servlet&config=app_entry
Other people won't be able to edit the Forms this way, but can run your modules against your data base.
Frank
The Problem is:
It does not open the forms!!
How can I solve this problem !?
thanks

Mr Grant,
I have created the shortcut icon, and putted that url.
It initializes the applet and a window appears saying Installed Successfully!
Oracle Aplication Server Forms Services.
The window has an ok button, and I click it, but no form appears.
Then nothing appens..
It says that the window is opening but i've been waiting for centuries and my forms are not shown.
I really need to do it.
Thanks,
Tiago

Similar Messages

  • Problem with a primary key when creating a new record in Forms

    My table has a field - MDD_KEY - that is a primary key. It is updated from a sequence with a before-insert database trigger. I know this works properly as the primary key was accurately populated when I inserted 1433 records.
    In Forms 6, I have a form based on that table. I have set the mdd_key as a hidden field because I assume it will be entered by the before-insert trigger. However, when I enter data into the table, and then try to save it, I get a FRM-40202: Field must be entered. - followed by - FRM-40222: Disabled item MDD_KEY failed validation.
    If I set DATA Required to no, when I try to save I get an FRM-40600: Record has already been inserted - but no such record exists in the database. I know this record is unique and does NOT exist because I deliberately made it up.
    In the property palatte, the attributes of the field are:
    DATA Data Type Number
    Required Yes
    DATABASE Database Item Yes
    Primary Key Yes
    Query Only No
    Query Allowed Yes
    Query Length 0
    Insert Allowed Yes
    Update Allowed Yes
    Update Only if Null No
    Lock Record No
    I assume that my problem is that with a new record, the form wants to see the MDD_KEY populated before it saves - but that isn't going to happen until the before insert trigger fires in the database. I assume I have to populate that field within forms, but how do I do that without messing up the database trigger/sequence? I will have to load more data directly into the database - so I need the database trigger in place.
    I have not used primary keys before so I am more than a little bit confused about how and when it should be populated when a new record is created in Forms.
    Any help would be appreciated as I cannot enter new data into my form (works well with existing data).
    Thanks
    Glenn

    hi
    if u have any problem using seq then try that statemetn ur block level in ur form
    PRE-INSERT trigger
    select nvl(max(nvl(srno,0)),0)+1 into :srno from tablename;
    Rizwan

  • How can I create a new mail custom form shortcut ?

    Hello everyone !
    It's been three hard day of searching for such a simple question:
    How can I add a button to Outlook's ribbon that select a new pre-define form to send ?
    I already have the button but I miss an instruction like that:
    Create new mail with the form located here
    Thank you in advance for helping :D
    (And sorry if there is a mistake, English is not my native language)

    Hello Dark,
    private void CreateMailItem()
    Outlook.MailItem mailItem = (Outlook.MailItem)
    this.Application.CreateItem(Outlook.OlItemType.olMailItem);
    mailItem.Subject = "This is the subject";
    mailItem.To = "[email protected]";
    mailItem.Body = "This is the message.";
    mailItem.Importance = Outlook.OlImportance.olImportanceLow;
    mailItem.Display(false);
    Outlook forms are associated with items based on the message class values. To get a specific inspector window displayed you need to create an Outlook with the associated message class.
    VSTO provides two different ways for customizing the Fluent UI:
    1. Using the ribbon designer: Walkthrough: Creating a Custom Tab by Using the Ribbon Designer .
    2. A raw XML markup: Walkthrough: Creating a Custom Tab by Using Ribbon XML

  • New to Adobe Forms and need help with Submit Email button

    I am new to Adobe Forms in Windows.  I created a form with a submit email button.  When users try to click the button, the message is operation cannot be completed.  My test user has Adobe Reader 9 installed.  I'm at a loss as to how to resolve the issue.  Please assist.  TIA!

    Three different aspects
    1. Set the form up to submit the data (XML or FDF), not the full PDF. You can import the data to the PDF on your end.
    2. You can turn on Extended Reader Rights, but then limit the use/users to 500 by the EULA. The applicability of this option depends on your intended application. In a small office, it would be fine. For general web use you would likely exceed the limit and be in violation of the EULA.
    3. There may be an e-mail problem, one reason that e-mail is not recommended for form submission (even if the manual discusses it). Again, in a controlled environment like an office it will probably work fine, but in a web setup it is best to use a web script. There are 2 problems with e-mail that both depend on the client system (YOU have no control, but will be blamed in any case). First, the client machine has to be set up as an active MAPI client. Many folks do not have this on. Second, some e-mail clients treat PDFs like text and the result is a corrupt e-mail submission, even if it makes to you.
    If you have the possibility of web submission, do it. I suggest only having the form data submitted and not the form.

  • Print Preview in RFx does not show new Adobe Interactive Form

    Hello Experts,
    I am trying to assign a standard Adobe Interactive form as the output form for SRM RFQ.  I have carried out the following steps in customising under "Define Actions for Document Output".
    - Selected bid invitation Action Profile = BBP_PD_BID
    - Go to "Processing Types"
    - Create a new Processing Type called "External Communication"
    - Set the following values to the new processing type:
         - Form Name = BBP_BID_INV_ADB
         - Form Type = P PDF-Based Forms
         - Format = BBP_BID_INV_ADB_MAI
         - Personalization Type = 5 - Recipeient Variable Replacement
    - Save Changes
    My problem is that when I go to into the BID (RFx) and click "Print Preview" it picks up the standard Smartform, not the new Adobe form I have added as required.
    Please can you advise of any additional config settings or other steps required to ensure that the Adobe Form is called when I click "Print Preview"?
    We are on SRM 7.0.
    I look forward your response.
    Regards,
    Matt

    Hi Matt could you please tell me how do you solve your issue? I have the same and I cant find the solution.
    Thanks a lot
    Kind Regards

  • Access 2010 filter by form problem

    I have an Access program with the forms recordset populated by a ado recordset with data from a SQL Sever stored procedure.
    Fiter by forms works nicely under Access 2003.
    I migrated to Office 2010 and converted my Access program to the 2007 format, recompiled the whole and started to run with Access 2010.
    And now I cannot filter by forms anymore.
    I can use the new shortcut menu but it never actually filters my data at all on the form.
    On the internet I found someone who found out that replacing a dll with the one from Office 2007 does fix this.
    And it actually does but surely this cannot be the final solution.
    Any one experienced the same behaviour and found a solution.

    Hi,
    First, I want you to confirm whether the steps of converting Access 2003 to Access 2010 is right:
    On the
    File tab, click Open.
    In the
    Open dialog box, select and open the Access 2000 or Access 2002 - 2003 database (.mdb) that you want to convert.
    On the
    File tab, click Save & Publish, and then, under
    Database File Types click Access Database (*.accdb).
    Click
    Save As.
    If any database objects are open when you click
    Save As, Access prompts you to close them prior to creating the copy. Click
    Yes to make Access close the objects, or click No to cancel the entire process. If needed, Access will also prompt you to save any changes.
    In the
    Save As dialog box, type a file name in the File name box, and then click
    Save.
    Access creates the copy of the database, and then opens the copy. Access automatically closes the original database.
    Quote from:
    http://office.microsoft.com/en-us/access-help/convert-a-database-to-the-accdb-file-format-HA010341552.aspx
    Secondly, try to reapply the filter in the Access 2010 to check the issue. Please refer to the “Filter by form” part of the following link to see
    the steps:
    http://office.microsoft.com/en-us/access-help/apply-a-filter-to-view-select-records-in-an-access-database-HA010341691.aspx#formfilter
    Jaynet Zhang
    TechNet Community Support

  • Autocomplete is not saving new entries in forms (gmail subject exaclty)

    It used to work ok - Gmail subject used to be saved, and I could reuse it with drop down list shown when writing first letters. But it stopped to save new entries. Saved before are still avialalble, but not new.
    In other forms (on other sites), autocomplete is still fully operational, with saving new entries with no problem.

    Since I need to send many e-mail with same subject daily, I managed this problem in some way.
    I created simple html file, with only this inside:
    <form method="get">
    <input type="text" name="subject" size=100><input type="submit" value="save">
    </form>
    When I need to save new subject, I open this file (no need to be uploaded, works from hard drive), write my subject, and click save.
    Then it is avialable in gmail.
    Strange, stupid, but works :)

  • When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    I'm not sure I understand the question, is the message tone going more then once?
    Turn off repeat message alert here:
    settings > notifications > messages > repeat alert > never
    Some people have found this does not stop the repeat miessage tone,
    if you are one of those then I suggest you contact Apple:
    http://www.apple.com/feedback/iphone.html
    They may not respond, but hopefully will fix in uodate if enough people complain.

  • I've recently started to use Numbers but when I try to sync to iCloud it asks me to create a new iCloud account. Problem is I already have one and that's the one I want to use. Looks like I have the same situation on my iphone. Any guidance? Thanks.

    I've recently started to use Numbers on my macbook pro but when I try to sync to iCloud it asks me to create a new iCloud account. Problem is I already have one and that's the one I want to use.
    Looks like I have the same situation on my iphone.
    The only option I'm being given is to create an lCloud account.
    Any guidance? Thanks.

    The last thing you want is a second iCloud account. Try logging out and back in in System Preferences. If that doesn't work, I'd get AppleCare on the line.
    Jerry

  • I have the iPad 2 16GB, bought it in August 2011, I worked perfectly but in mid-August 2012 I took her to the store because the microphone did not work reviewed and changed me, but to my surprise that the new iPad had the problem is disconnected WIFI sign

    I have the iPad 2 16GB, bought it in August 2011, I worked perfectly but in mid-August 2012 I took her to the store because the microphone did not work reviewed and changed me, but to my surprise that the new iPad had the problem is disconnected WIFI signal I have to be glued to the router, and I did everything he says is supported by the Apple and all other pages and forums regarding this problem is not solved and always disconnects when connected always disconnects again!! passing will be settled as no longer factory warranty although it has neither the three months I renewed new, please help because the investment has been great and I can not use only as "a mirror" I'm waiting a true solution, thanks ....
    Sincerely,
    Catlos

    This does help me because I am pondering on wether to buy an airport extreme to solve my ipad 2 connection woes.  I have an extremely old router dLink 524....but I have NEVER had any problems with it at all ever.  My xbox connected great to it and netflix ran flawless through my xbox.....now I have an ipad2 and an apple tv and they are BOTH having horrible connection problems.  I have read most of the forums on how to fix it by changing the settings on my router but since mine is so old I couldn't do some of the suggested solutions.  So here I am debating on whether to spend all this $ on an airport extreme?  I am just hoping that if I go and purchase this, my connectivity issues problems will go away like yours did.  Just wondering if you have ATV as well and if the AE solved its problems?  I have read about AE solving ipad2 wifi problems, I'm just hoping it will solve my ATV as well.
    **Glad they didn't "moderate into extinction" your post yet, lol, Thank

  • I have an iMac4.1 and my iPhoto is very slow and the thumbnails correspond to the wrong pictures.  How do I fix this? Or is my iMac too old?  Will getting a new iMac solve this problem?.

    I have an iMac4.1 and my iPhoto is very slow and the thumbnails correspond to the wrong pictures.  How do I fix this? Or is my iMac too old?  Will getting a new iMac solve this problem? 
    I realize is only 512MB of memory but I want to make sure that a new iMac will solve this problem.  Can the new iPhoto handle 10GB or more of photos?  Or do I have to go to Picasa anyways in which case I can buy any computer to do that?

    The model of Mac is not partcularly relevant, it's the version of the OS and iPhoto that matter.
    iPhoto - since 2006 - is good for 250,000 images.
    Regards
    TD

  • New MacBook Air camera problem

    Got my new macbook air (mid 2012) and camera doesn't show anything:
    Mac recognizes the FaceTime HD Camera (on System Information),
    but when turning on FaceTime / Photobooth / Skype etc.. the loading icon just stay
    on the screen and nothing else come up.
    Already installed all software updates and tried setting up a new user - still same problem.
    I use OS X Mountain Lion 10.8.4 on Macbook air 13.3" Mid 2012.
    What should I do?

    Jacob ..
    Try troubleshooting the built in camera >  How to Troubleshoot iSight
    Since the same thing happens in more than one user account, try Resetting the PRAM first.

  • Smart Form problem with address layout

    Hello everyone,
    I need your help please for a smart form problem. We need the address layout for great britain with street1, street2 etc. but currently street2 is alligned before street1.
    We are using the FM ADDRESS_INTO_PRINTFORM (SAP standard address node) and according to the documenation the layout for GB is different as we see it currently.
    We have checked the sold-to and all contact persons, they have as country GB and language EN maintained.
    In customizing for address screen layout there is nothing chosen (tested to set up Europe, but did not change anything).
    For the customizing 'specify my countries...' we have maintained GB as country with the address layout key 006, vehicle country key GB and language key EN.
    For the described setting shouldn't there be designed the address in our smart forms according to 006? Anyhting in customizing we missed?
    Thanks a lot for your answers.
    Torsten

    Hi,
    Try to use line priority of FM, below is a brief of documentation. You can read it more in FM documentation:
    Control Parameters
    See also the parameter documentation.
    ADDRESS_TYPE - Address type (from 3.0C)
    There are three types of address:
    Address type '1': addresses of firms or organizations; the address
    structure which is used in most SAP applications as 'Address'.
    Address type '2': address of a person
    Address type '3': work address, usually the address of a contact person
    in a company
    The default value SPACE for the address type is handled like type '1',
    and is needed for the upwards-compatibility of the function module.
    Which parameters are used for which address type is explained in the
    ADDRESS_TYPE parameter documentation.
    The three character "address layout key" of the recipient country (LAND1) controls which of the available country-specific routines is used to format addresses for the country in question. This key is stored in field T005-ADDRS and is entered in Customizing under Global settings -> Set countries -> Define countries, on the detail screen under "Address layout key".
    Keys for customer routines in the SAP enhancement SZAD0001 can be
    maintained via the transaction SM30 (extended table maintenance),table
    name T005A, in the customer name range, and be assigned in country customizing.
    The address attributes are passed in the structures ADDRESS1 (type 1), ADDRESS2 (type 2), ADDRESS3 (type 3) or ADRSWA_IN (type SPACE).
    NUMBER_OF_LINES (ADRSWA_IN-ANZZL)
    The number of lines available for the address layout. If the number of
    lines is not sufficient for the complete layout of an address, then
    lines are consecutively suppressed according to the rules of the country in question. Use the parameter LINE_PRIORITY (ADRSWA_IN-PRIOR) overrules the standard sequence in which the output lines are to be suppressed.
    LINE_PRIORITY (ADRSWA_IN-PRIOR)
    If not equal to SPACE, this field overwrites the standard sequence in
    which the lines are suppressed if the available number of lines ANZZL is
    insufficient.
    The standard sequence is defined as follows:
    Type 1:   'AP43HRT7I86LC2BS5O'       (GB:  'APRT4327I86CBS5LO')
    Type 2:   'APHRT7I86LCBS5O'          (GB:  'PRT7I86CBS5LO')
    Type 3:   'APF43HR7I86TLC2BSND5O'    (GB:  'APRT4327I86CBS5LNDIO')
    where (if they occupy a line of their own):
    A = Title
    P = Mandatory empty line 1
    F = Function of the contact person in the company
    4 = Name 4
    3 = Name 3
    H = Different city
    R = Region
    T = District
    L = Name of country
    C = Postal code
    T = District
    7 = Street 3 (field STR_SUPPL2)
    I = Street 5 (field LOCATION)
    8 = Street 4 (field STR_SUPPL3)
    6 = Street 2 (field STR_SUPPL1)
    L = Country
    C = Postal code
    2 = Name 2
    B = PO Box
    S = Street or PO Box
    5 = c/o name
    N = Name (and title) of a person
    D = Department
    O = City
    Which of these attributes are available for maintenance can vary. All
    fields exist in Business Address Services.
    STREET_HAS_PRIORITY (ADRSWA_IN-WAREN)
    'X': Street has priority over PO Box (delivery address for example)
    ' ': PO Box has priority over street. This is the default value.
    regards,

  • Please Urgent sound applet in jsp problem

    Hi please any body hekp me urgently.
    I have a problem while playing a sound applet in the jsp file the error is class not found.
    My applet class file is in the com.mypack.common
    its code is
    public class PlayErrorSoundApplet extends Applet
    public PlayErrorSoundApplet()
    public void init()
    public void playSound()
    String soundObj = getParameter("soundObj");
    AudioClip sound = getAudioClip(getDocumentBase(), "success.wav");
    sound.play();
    in the jsp i have written the code like this
    <applet codebase="com.mypack.common" code="PlayErrorSoundApplet.class" name="soundApplet" width="0" height="0">
    <param name="soundObj" value="error.wav">
    </applet>
    In the applet console i got class not found error.
    please help me .....advanced thanks......

    actually, codbase is a directory. so
    <applet codebase="com/mypack/common" code="PlayErrorSoundApplet.class" name="soundApplet" width="0" height="0">
    <param name="soundObj" value="error.wav">
    </applet>this means you have something like
    pacakge com.mypack.common
    public class PlayErrorSoundApplet {
    Make sure to put the html file in the root directory of the package structure
    /myhtmlfile.html
       /com
          /mypack
               /common
                    PlayErrorSoundApplet.class                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Recently I have switched out computers and had copied/ transferred my I ITunes library to the new computer and encountered problem.  Many of the songs in the library were purchased from my old email address of that I no longer use nor did I remember the o

    Recently I have switched out computers and had copied/ transferred my I ITunes library to the new computer and encountered problem.  Many of the songs in the library were purchased from my old email address of that I no longer use nor did I remember the old password in order to authorize playing from the new computer.   Request advice/assistance to where I am able to play songs acquired through lost password?

    This is a user to user tech support forum.  Posting questions and getting responses here is the extent of the support.
    If you want phone support, call Apple and pay for it.
    Posting your phone number of a public forum is not smart, I have asked the moderators to remove it.

Maybe you are looking for

  • Back Dated Invoice History

    Dear All, One of our customer is into product manufacturing and providing AMC, the requirement s is to maintain Cusotmer history like on which date , which year , which model , who is the customer, what is the discount , invoice is genrated. Right no

  • How to execute multiple queries in one stored procedure.

    Hi, I am Kumar, How to execute multiple queries in one stored procedure. here is the my requirements, 1. get the max value from one table and sum of the that value. 2. insert the values and also sum of the max value. using stored procedure I am using

  • Pressing "Today" on iPhone no longer working in Calendar List view...?!

    Using iPhone 3GS v3.1.2 with MobileMe. Up until a couple of days ago, the iPhone Calendar was working fine. Now, however, when I press Today in >list< view it takes me to >yesterday's< calendar items. (Today button works fine in Day and Month views)

  • HT2329 the songs on my ipod are no longer in my itunes library...how do i get them back to the library...

    My computer crashed and i have a new hard drive. The songs on my ipod are now not showing in my itunes library. None of them, either from my cd's or purchased from itunes. how do i get all my songs back into my library?

  • Please help cannot install itunes

    ok so im trying to reinstall itunes after finally having got rid of a bunch of viruses on my computer, which i think were making my itunes act funny, which is why i am reinstalling. but there is one file i cannot uninstall named apple software update