where a change can be made.How can you achieve this?

You need a field on the Orders form that shows a description of the product being ordered. This field must not be updated directly by the user. Instead, double-clicking in the field should invoke another form where a change can be made.
How can you achieve this?

You need a field on the Orders form that shows a description of the product being ordered. This field must not be updated directly by the user. Instead, double-clicking in the field should invoke another form where a change can be made.
How can you achieve this?

A.
By creating a Display Item and writing a When-Mouse-Doubleclick trigger to invoke the other form.

B.
By creating a Text Item, setting its Update Allowed property to No in the Property Palette, and writing a When-Button-Pressed trigger to invoke the other form.

C.
By creating a Text Item, writing a When-Mouse-Doubleclick trigger to invoke the other form, and changing its Keyboard Navigable property in a When-New-Item-Instance trigger written against the item.

D.
By using a Pluggable Java Component. (The required behavior cannot be achieved with a standard forms item.
A PJC will need to be written or purchased from a third-party supplier.



Leave a Reply 0

Your email address will not be published. Required fields are marked *