Does your Oracle Forms have a version number?
Since you didn't say I'll just assume it is the same as mine. So the
answer is: open the Property Palette for the TextItem and change Conceal
Data from No to Yes.
--
Daniel A. Morgan
University of Washington
damo...@x.washington.edu
(replace 'x' with 'u' to respond)
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
> Tommy DN wrote:
>
>> Does someone know how to make everything you type into an '*' with
>> textitems in Oracle Forms? I've looked in the property pallette but I
>> didn't find anything.
> Does your Oracle Forms have a version number?
> Since you didn't say I'll just assume it is the same as mine. So the
> answer is: open the Property Palette for the TextItem and change Conceal
> Data from No to Yes.
You can set that property using SET_ITEM_PROPERTY:
SET_ITEM_PROPERTY('item_name', CONCEAL_DATA, PROPERTY_TRUE);
--
Noel