beginner help (merged by CM) [message #442587] |
Tue, 09 February 2010 04:14 |
khan.ashik
Messages: 11 Registered: February 2010 Location: Dhaka
|
Junior Member |
|
|
I'm beginner of form builder 10g. Can u guide how i start.
I wanna to make a form , query database and view data,
and insert new record and update.
i need quick help
|
|
|
|
|
|
Re: beginner help (merged by CM) [message #442798 is a reply to message #442690] |
Wed, 10 February 2010 11:53 |
khan.ashik
Messages: 11 Registered: February 2010 Location: Dhaka
|
Junior Member |
|
|
thanks for link.
but i need some development in quick time.
i have no problem in oracle PL/SQL.
Can u give some introductorial short description how
i place some code under a button.
|
|
|
|
Re: beginner help (merged by CM) [message #442807 is a reply to message #442798] |
Wed, 10 February 2010 13:23 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
khan.ashik wrote on Wed, 10 February 2010 18:53but i need some development in quick time.
In that case, perhaps you should use MS Access instead.
(OK, that was low)
Forms offers a Data Block Wizard that helps creating a form. So, try to use it and create your first form. However, if you plan to become a developer without reading any documentation, you'll most probably fail (or it will take a very long time).
So you'd like to place code under a button; in that case, you'd write PL/SQL into WHEN-BUTTON-PRESSED trigger.
|
|
|