Author: johannes
Date: 2007-06-13 07:21:32 -0500 (Wed, 13 Jun 2007)
New Revision: 9712
Modified:
trunk/gnue-forms/packaging/win32/setup.py
trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Update list of choices before changing the record
Modified: trunk/gnue-forms/packaging/win32/setup.py
===================================================================
--- trunk/gnue-forms/packaging/win32/setup.py 2007-06-12 21:50:25 UTC (rev 9711)
+++ trunk/gnue-forms/packaging/win32/setup.py 2007-06-13 12:21:32 UTC (rev 9712)
@@ -107,7 +107,7 @@
"other_resources": [(RT_MANIFEST, 1, manifest)]}],
options = {"py2exe":
# TODO: Check wether the following typelibrary is needed or not
- {"typelibs": [('{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}',0,1,1)]
+ {"typelibs": [('{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}',0,1,1)],
"dll_excludes": ["msvcp60.dll",
"tcl84.dll",
"tk84.dll",
Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py 2007-06-12 21:50:25 UTC (rev 9711)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py 2007-06-13 12:21:32 UTC (rev 9712)
@@ -529,8 +529,8 @@
self.mode = 'query'
self.__query_values = {}
self.__query_values.update(self._queryDefaults)
+ self.__refresh_choices()
self.__current_record_changed(True)
- self.__refresh_choices()
if self._form.get_focus_block() is self:
self.__update_record_status()
@@ -549,8 +549,8 @@
self.mode = 'query'
self.__query_values = {}
self.__query_values.update(self.__last_query_values)
+ self.__refresh_choices()
self.__current_record_changed(True)
- self.__refresh_choices()
if self._form.get_focus_block() is self:
self.__update_record_status()
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.