Subject Re: [IBO] Ordering by a Calcfield
Author Jason Wharton
It isn't possible to order your dataset by a calculated field. You need to
use an actual field or field expression from the server.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <stahlberger@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, August 16, 2001 4:56 AM
Subject: [IBO] Ordering by a Calcfield


> Hi,
>
> i would like to order by a invisible field:
>
> LM_TYP INTEGER 1..9
>
> Calcfield LM_CALC_TYP VARCHAR(10)
>
> The visible Field is LM_CALC_TYP and get its value on clientside.
> OK, i can't sort by a Calcfield but can i sort the Column by the based
field LM_TYP ??
>
> greetings Christian