All Tags » forms (RSS)

Browse by Tags

  • Disabling enter key inside a form

    Hello Experts, We have a form that collects survey data in Frontpage. We are attempting to disable the enter key because the data submits when the enter key is hit. The code that begins the form looks like this: We've tinkered with the above code without any success. We were able to disable the enter...
    Posted to FrontPage (Forum) by software on 06-03-2010
  • changing input value using Prototype.js

    I have a form with a radio button questions that states "Is this a multi-day event?" followed by questions that ask for the set-up date, start-date and end-date. The functionality that I'm looking for is if the user chooses "NO" for the multiday question I want the start date...
    Posted to JavaScript Frameworks (Forum) by software on 06-01-2010
  • Oracle 9i Forms - Runtime Browser Crashes

    When I run a Form within Oracle Forms, a browser opens up (I.E.) and immediately it crashes with the IE window stating: Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were looking on might...
    Posted to Internet Explorer (Forum) by software on 06-01-2010
  • Create segment post URL in Codeigniter

    Hi, I want to be able to generate a URL that takes form values on post and builds the post URL location, So taking the post URL that is set as controller search_controller/method/var1/val1/var2/val2/var3/val3 etc etc so location/britain/data/210412/number/4 etc This is being done for deep linking linking...
    Posted to PHP Frameworks (Forum) by software on 06-01-2010
  • How to alter session parameters from within oracle forms?

    My form builder documentation on the ALTER SESSION command says "You can use the ALTER SESSION SQL command to override the NLS defaults. An ideal place to do this is in the After Form trigger. ". I put the fommowing line of code in the WHEN-BUTTON-PRESSES TRIGGER of a button on my form: ALTER...
    Posted to Oracle (Forum) by software on 03-12-2010
  • Forms 5.0

    I am using Forms 5.0 on Oracle 8.0.3. Sometimes forms give compilation error as 'Identifier must be declared' for some table names in which the columns reffered exist and database is perfectly OK. If I add an additional column in the table then program unit compiles fine. This problem does not...
    Posted to Oracle (Forum) by software on 02-27-2010
  • Oracle Forms Insert Button

    I am trying to add an insert record button in to a detail block on a form of which also has a master block linked to the detail block. I have got a button on the detail block, with a when_button_press trigger with the code insert_record, but this does not work. Although, if i press the record/insert...
    Posted to Oracle (Forum) by software on 02-19-2010
  • Oracle Forms 6i: Combo Box; programmically fill in list

    I have been trying to programmically fill in a list for a combo box without success. Here is what I have done: Created a record group: vendor_data: select id,name from table Created a list_item; combo_box name di_vendor on trigger: when_new_form_instance added clear_list('di_vendor'); populate_list...
    Posted to Oracle (Forum) by software on 02-15-2010
  • On-Message Trigger in Oracle Forms

    What is basic difference between on-error and on-message trigger in form6i. I have used both at form level having very simple code "message('Hello');". The on-error trigger gets fired under some conditions but on-message never gets fired. Then when does on-message trigger get fired...
    Posted to Miscellaneous (Forum) by software on 02-13-2010
  • Visual Attributes in Oracle Forms 5

    I have got a multi record block displayed. Each record has an attribute for Status, there are different Statuses eg, REQUESTED, ASSOCIATED, ASSIGNED, etc... What I want to do is somehow when Oracle Forms retrives the records for them to be displayed in the block in different colours depending upon the...
    Posted to Oracle (Forum) by software on 02-11-2010
Page 1 of 29 (290 items) 1 2 3 4 5 Next > ... Last ยป