Quick Question, Forms from DDL [message #631696] |
Sun, 18 January 2015 17:51 |
|
Beatrice15
Messages: 3 Registered: January 2015
|
Junior Member |
|
|
Hi, I have this assignment at school and I could really use some help.
I've made a logical model and a relational model in Data Modeler, and now I should use the DDL file in Oracle Application Express builder to create a user interface, input some data for testing and make 3 simple forms and 1 constructed form (translating the assignment instructions, no idea about the terminology). I don't even know where to start on the Application Express page and I'm getting kinda desperate.
So pissed off at the moment, there was nothing useful or related to this at the course lectures and now I'm going with trial and error, wasting hours for nothing ... Any advise will be greatly appreciated, thank you! (the "change school" is an obvious one, but I'm almost done, so I'll go through with it)
[Updated on: Sun, 18 January 2015 17:52] Report message to a moderator
|
|
|
Re: Quick Question, Forms from DDL [message #631711 is a reply to message #631696] |
Mon, 19 January 2015 01:41 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I didn't quite understand whether you have already created a schema (I suppose you have) and tables (based on the model)? If not, you should do that first.
Once you have tables, go to Apex. Did someone (administrator) create a workspace and a developer for you? If not, you can't do anything until there's a workspace whose underlying schema is a schema that contains tables you created.
When everything is set up, connect to Apex and create an application (from scratch); just follow the wizard. Then go to Application Builder, select that application and click the "Create page" button. It will open a wizard which will guide you through the whole process. In there, one of options you could use is "Form -> Form on a table with report". That wizard will create an interactive report (so that you could view what's stored in a table) and a form (which will be used to insert new records or update/delete existing ones.
Finally, I'd suggest you to bookmark & read Application Builder User's Guide as it will answer most of your questions.
P.S. Kak je v deželi?
[Updated on: Mon, 19 January 2015 01:41] Report message to a moderator
|
|
|
|
|
|
|