Friday, July 19, 2019

How To: Remove all rows from view object (VO) in OAF & ADF

        OAViewObject vo = getMyDummyVO();

        if (vo.getRowCount() > 0) {
            vo.setRangeSize(-1);
            Row[] rows = vo.getAllRowsInRange();
            for (Row roww: rows) {
                roww.remove();
            }
        }
Previous Post
Next Post

Overall 5+ Years Hands-on Experience in RICE COMPONENTS i.e. Reports, Interfaces, Conversions and Enhancements of screens/reports (using Oracle FORMS/Oracle REPORT/ XML Publisher) for standard and customize Oracle Applications. Write, debug, database packages, procedures/Function/Triggers in RDBMS using Oracle Technologies i.e. (SQL, PL/SQL) as per business requirement with SQL/PLSQL Tuning, Code Review, Testing, Training and providing Technical support to Clients.

0 comments: