Search found 3 matches

by fahdbahoo@yahoo.com
Sun Feb 14, 2010 2:08 pm
Forum: Oracle Forms & Reports
Topic: form extension...filter
Replies: 1
Views: 3458

Non data base items are not included in querying data base.
if u want to query data base you can make a database item.
by fahdbahoo@yahoo.com
Sun Feb 14, 2010 1:26 pm
Forum: Oracle Forms & Reports
Topic: Web forms & Reports
Replies: 0
Views: 2923

Web forms & Reports

how can i make web forms & reports using forms builder 6i and Oracle 8i ?
and how to deploy my web page on the internet ?
by fahdbahoo@yahoo.com
Sun Feb 14, 2010 12:40 pm
Forum: Oracle Forms & Reports
Topic: Create Textbox on Runtime
Replies: 1
Views: 1755

U do not need to create text box at runtime
Rather u can create textbox at design time and at runtime u can set textbox property (visible,enabled) to TRUE or FALSE with

SET_ITEM_PROPERTY('textbox_name',VISIBLE,PROPERTY_TRUE);
SET_ITEM_PROPERTY('textbox_name',ENABLED,PROPERTY_TRUE);