Author: reinhard
Date: 2007-11-06 03:10:51 -0600 (Tue, 06 Nov 2007)
New Revision: 281
Modified:
address/forms/address.gfd
Log:
Don't start search before focus leaves the search entry.
Modified: address/forms/address.gfd
===================================================================
--- address/forms/address.gfd 2007-10-21 15:25:39 UTC (rev 280)
+++ address/forms/address.gfd 2007-11-06 09:10:51 UTC (rev 281)
@@ -431,9 +431,7 @@
<logic>
<block name="blk">
- <field name="search" datatype="text" length="64" case="upper">
- <trigger type="POST-CHANGE">act_filter.run()</trigger>
- </field>
+ <field name="search" datatype="text" length="64" case="upper"/>
</block>
<block name="blk_company" datasource="dts_company" startup="empty" editable="N" deletable="N">
@@ -518,6 +516,7 @@
</action>
<action name="act_button_focus">
+ act_filter.run()
# FIXME: get_record_count not available before gnue-forms 0.6-pre1
# if blk_company.get_record_count() == 1 and blk_company.get_record_status() == 'clean':
if blk_company.getResultSet().getRecordCount() == 1 and blk_company.get_record_status() == 'clean':
@@ -555,9 +554,7 @@
<logic>
<block name="blk">
- <field name="search" datatype="text" length="64" case="upper">
- <trigger type="POST-CHANGE">act_filter.run()</trigger>
- </field>
+ <field name="search" datatype="text" length="64" case="upper"/>
</block>
<block name="blk_contact" datasource="dts_contact" startup="empty" editable="N" deletable="N">
@@ -641,6 +638,7 @@
</action>
<action name="act_button_focus">
+ act_filter.run()
# FIXME: get_record_count not available before gnue-forms 0.6-pre1
# if blk_contact.get_record_count() == 1 and blk_contact.get_record_status() == 'clean':
if blk_contact.getResultSet().getRecordCount() == 1 and blk_contact.get_record_status() == 'clean':
@@ -679,9 +677,7 @@
<logic>
<block name="blk">
- <field name="search" datatype="text" length="64" case="upper">
- <trigger type="POST-CHANGE">act_filter.run()</trigger>
- </field>
+ <field name="search" datatype="text" length="64" case="upper"/>
</block>
<block name="blk_contact" datasource="dts_contact" startup="empty" editable="N" deletable="N">
@@ -742,6 +738,7 @@
</action>
<action name="act_button_focus">
+ act_filter.run()
# FIXME: get_record_count not available before gnue-forms 0.6-pre1
# if blk_contact.get_record_count() == 1 and blk_contact.get_record_status() == 'clean':
if blk_contact.getResultSet().getRecordCount() == 1 and blk_contact.get_record_status() == 'clean':
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.