Re: Reverse Video for each queryable field in Forms.3 ?

From: Daryl Erwin <derwin_at_mach2.wlu.ca>
Date: Thu, 8 Apr 1993 12:31:55 GMT
Message-ID: <C56058.ECr_at_mach1.wlu.ca>


In article <7094.2bc3d45c_at_hayes.com> fgreene_at_hayes.com writes:
>In article <1993Apr7.121102.14540_at_cicb.fr>, bourasse_at_cicb.fr (Claude Bourasseau - CRI/CICB Rennes 99.84.71.24) writes:
>> Hello SQL*Forms3.0 Gurus !
>>
>> Here is my problem :
>>
>> I should like to reverse video for each queryable field in the current block
>> in order to "flash" the Query Mode when the user press [Enter Query].
>>
>
>The easiest way to do it is to use the DISPLAY_FIELD feature of SQL*Forms.
>In your case, include a pre-query trigger that defines the display
>characteristic of each desired field. You will also need to reset them
>after the query using a post-query trigger.
>
>
POST-QUERY? I dont think so...

Wouldnt it be...

KEY-ENTQRY

display_field(...);
display_field(...);
display_field(...);
display_field(...);

enter_query
display_field(...);
display_field(...);
display_field(...);
display_field(...);


And similarly for the KEY-EXEQRY?

-- 
Daryl Erwin                                     Net Address: derwin_at_mach2.WLU.CA
Information Systems                             Surface Mail: P4-1, Main Campus 
Wilfrid Laurier University, Waterloo, Ontario 
Bus:(519) 884-1970 x2910                                !edisni deppart m'I pleH
Received on Thu Apr 08 1993 - 14:31:55 CEST

Original text of this message