I tried to do this in such manner: api_component.setValue('sb_cnfl_pnl_psg_grid.borderTitle', 'Список пассажиров из шаблонов и списков проверки ('|| api_datasource.getRowCount('dsPSG_LIST')||' записей).'); This code had been compiled successfully but it did not work: it raised exception "User-Defined Exception ORA-06512: на "FORMSPIDER.API_COMPONENT", line 12 ORA-06512: на "FORMSPIDER.API_COMPONENT", line 2543" What did I wrong? |
Hi Andrey, Panels have their own API package. You can use api_panel.setBorderaTitle to change the border title of a panel. Kind Regards, |