1 |
# Copyright (c) 2003 by Intevation GmbH |
# Copyright (c) 2003, 2004 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Jonathan Coles <[email protected]> |
# Jonathan Coles <[email protected]> |
4 |
# |
# |
878 |
# has been written to get all the values |
# has been written to get all the values |
879 |
# |
# |
880 |
for i in range(table.NumRows()): |
for i in range(table.NumRows()): |
881 |
_list.append(table.ReadValue(i, self.fieldName)) |
_list.append(table.ReadValue(i, self.fieldName, |
882 |
|
row_is_ordinal = True) |
883 |
finally: |
finally: |
884 |
ThubanEndBusyCursor() |
ThubanEndBusyCursor() |
885 |
|
|