Help with property classes in forms 10g
Hello everyone
I am developing on Oracle forms (10g) after a very long time. Hence my skills are a bit rusty. Would appreciate help with a problem I am struggling with at present.
I have to develop a form with records in a table like layout. I have 3 display only text items and one checkbox against each record.
I have created a window, a canvas and a datablock. I have applied Subclass information i.e. property classes to all three of these, WINDOW, CANVAS and DATABLOCK respectively.
So far the form is displaying fine in the applications.
But the moment I apply Subclass information i.e. property class TEXT or TEXT_ITEM_DISPLAY_ONLY to the text data items or the property class CHECKBOX to the checkbox in the layout, and migrate the form to the APplications, I cannot see any text or checkbox. I see only a blank window.
I am developing on Oracle forms (10g) after a very long time. Hence my skills are a bit rusty. Would appreciate help with a problem I am struggling with at present.
I have to develop a form with records in a table like layout. I have 3 display only text items and one checkbox against each record.
I have created a window, a canvas and a datablock. I have applied Subclass information i.e. property classes to all three of these, WINDOW, CANVAS and DATABLOCK respectively.
So far the form is displaying fine in the applications.
But the moment I apply Subclass information i.e. property class TEXT or TEXT_ITEM_DISPLAY_ONLY to the text data items or the property class CHECKBOX to the checkbox in the layout, and migrate the form to the APplications, I cannot see any text or checkbox. I see only a blank window.
0