Somebody help me here am trying to commit entered data to a table from a form without success!!!! here is the dilema
1.DECLARE
2. l_rowid VARCHAR2(30);
3. CURSOR exists_cur
4. IS SELECT ROWID FROM SSD001t WHERE nssf_no = 5. :basetable.id;
6. err_txt VARCHAR2(80);
7...
Hello developers. Here I come again yet with another query. I have a display item in my form. i want to change its background color programatically but have failewd to do this. The color should change when the item is displaying something.
I have this idea that you use
set_va_property or...
I want to save a record the I edited but I want to put the code under the save button and I have something like this:
DECLARE
l_rowid VARCHAR2(30);
CURSOR exists_cur
IS SELECT ROWID FROM tab_A
WHERE id = :tab_A .id;
BEGIN
IF :global.l_add = 't'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.