|
| Index do not exist. |
 |
Fri, 04 Apr 2008 09:41:18 +020 |
I'm using DB2K 0.1
I create a report from a query to Firebird table and without groups it
works fine, but when I include a group it shows an error message "Index
do not exist". I created some indexes but the result is the same.
How can I solve it?
Until now I had a report like it working fine on dbf table.
Thanks,
|
| Post Reply
|
| Re: Index do not exist. |
 |
Fri, 4 Apr 2008 10:17:23 -0500 |
Pere,
as soon as you create groups, dbase will attempt to sort the table
automatically (to make sure that the group values are in the correct order).
You can suppress this bevahiour by setting Form.AutoSort = false. In that
case, you will need to ensure yourself that the table is sorted correctly
(via index).
Please reply if this solved your problem.
Jan
|
| Post Reply
|
| Re: Index do not exist. |
 |
Fri, 4 Apr 2008 10:55:26 -0500 |
You're welcome - thanks for the success report.
Jan
|
| Post Reply
|
| Re: Index do not exist. |
 |
Fri, 04 Apr 2008 17:49:21 +020 |
Jan,
It solved the problem. Now it works fine.
Regards,
Pere
En/na Jan Hoelterling ha escrit:
> Pere,
>
> as soon as you create groups, dbase will attempt to sort the table
> automatically (to make sure that the group values are in the correct
order).
> You can suppress this bevahiour by setting Form.AutoSort = false. In that
> case, you will need to ensure yourself that the table is sorted correctly
> (via index).
>
> Please reply if this solved your problem.
>
> Jan
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|