CREATE BUTTON INSERT AND UPDATE
2. Press F4 to open window propterty pallete, change the name ITEMxx and give name as INSERT, change its item type to (‘Push Button’) and close the window.
BEGIN
:GOBAL.MODE :=’INSERT’;
END;
compile it and close the window.
4. To create button UPDATE, do the same as create button INSERT, just change the name insert become update, and in PL/SQL write ‘UPDATE’. Compile it and close the window.
You can use GLOBAL.MODE := ‘SAVE’; in PL/SQL to create button insert and update.
lagi belajar bahasa Inggris lagi neh, aku mah orang indo yang masih belajar bahasa Inggris bukan orang indo yg dah lancar, jadi klo banyak salah, maklum aja ya.^-^
Recent Comments