sql - How to use text field items to add a row to a table in Oracle Apex? -


i'm looking able add new row table having few text field items input value each column of new row in table. example:

if have table called persons following columns: name, hometown , job.

then on page in apex application have text field items name, hometown , job submit button. user should able enter value 3 text fields, click submit , should create new row in persons table 3 values in each column.

i know editing tables can done in apex tabular form suit application if done way, appreciated.

stephen: i'm not going write big answer this. best way learn things doing , experiencing them.
you're new apex, , great.
however, take time familiar common practices in apex. thing you're asking 1 of things: report detail screen.

  • take 2-day developer guide. beginner, basic tutorial still introduces of basic concepts.
  • sign workspace on apex.oracle.com (alternatively, may have access locally). default workspace hold sample database database application created oracle. whole application made can learn it. example, when running application can go "customers" tab. notice report , has edit link, takes form page can edit record. create button on report page take page, empty values. after applying changes redirected report page, have new/edited record.
  • this workspace has packaged applications (4.2 , only). these learning tools see how solutions have been implemented. installing 1 install in workspace, allowing see under hood.

eventually, should able create creating new page , choosing form. apex offer choice of creating form + report, take through wizard screens both , link them up.
if still have problems or can't work out there, we're still here that.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -