need advice for a forms problem

From: Matthias Henze <mhc_at_guug.de>
Date: Sun, 31 Dec 2000 15:00:33 GMT
Message-ID: <3a4f485f.1119167247_at_fw.mhc>


hi,

what i want to do is to write a pl/sql procedure traversing ALL visible objects (e.g. fields, checkboxes, canvases, visual atributes, graphics, etc.) in order to manipulate their aperance and this form independant. the pseudeo code may look like this:

loop throu all objects

  if object_type = 'canvas' then
    set background color;
  end if;

  if object_type = 'textfield' then
    set font;
    set fg_color;
    set bg_color;
    set bevel;
  end if;

  etc.

end loop

is this possible - and if so - how ???

TIA Matthias

                                                          \|/
Am 8. Tag schuf Gott Linux und er sah, dass es gut war. (o o)
------------------------------------------------------ooO-(_)-Ooo---
Received on Sun Dec 31 2000 - 16:00:33 CET

Original text of this message