Re: Hide data input for passwords in Oracle Forms
From: Noel <tomekb_at_s_o_f_t_m_a_n.pl>
Date: Mon, 10 Jan 2005 16:44:52 +0100
Message-ID: <cru83r$n4r$1_at_inews.gazeta.pl>
> 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.
Date: Mon, 10 Jan 2005 16:44:52 +0100
Message-ID: <cru83r$n4r$1_at_inews.gazeta.pl>
Dnia 1/10/2005 4:01 PM, Użytkownik DA Morgan napisał:
>> 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);
-- NoelReceived on Mon Jan 10 2005 - 16:44:52 CET