Re: Designer 2000 V.6 Question.
Date: 29 Mar 2000 02:22:34 GMT
Message-ID: <20000328212234.02623.00004972_at_ng-fa1.aol.com>
>Mike
>Road Warrior wrote:
>
>> Hi, I need to use text item (display item) for all my label, because I
>could
>> change my label in the forms.. So, Can I easly configure Designer to
>> generate no label item, and replace them by non-based display item . ??
>>
>> Also, can I easly configure the generator, to run a database package that
>> will run at the pre-form trigger (or when-new-form-instance) and put the
>> information into those display item. ?? I want that to be automaticaly
>> generated with designer..
>
The label in Designer becomes the Prompt in Developer, which can be
programatically controlled at runtime. Use the
SET_ITEM_PROPERTY(..,PROMPT_TEXT) builtin. You can then use a
when-new-form-instance to manipulate/change it.
Received on Wed Mar 29 2000 - 04:22:34 CEST