Subject Re: [IBO] IB_Grid Change Cell
Author Jörg Schiemann
Hi Jason,

Can you help me a little bit more?

I have tried, but I do not quit understand how I can call the UpdateRecord
and CalculateFields manually.
I have created a CalculateField and it is no problem to call
qryJob.UpdateRecord from gridJobColExit.
But I don't know how I must call qryJob.CalculateFields.
I get the errormessage: [Error] Form_AuftragBearbeiten.pas(149): Statement
expected, but expression of type 'TIB_StringList' found
What am I doing wrong?

TIA

Jörg Schiemann

----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@egroups.com>
Sent: Monday, December 04, 2000 10:31 PM
Subject: Re: [IBO] IB_Grid Change Cell


> Use calcualtedFields and simply call the UpdateRecord and CalculateFields
> method to manually invoke them when you want it to happen.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Jörg Schiemann" <schimmi@...>
> To: <IBObjects@egroups.com>
> Sent: Monday, December 04, 2000 2:29 PM
> Subject: Re: [IBO] IB_Grid Change Cell
>
>
> > > > I wish to see a method to change a specific cell in IB_Grid.
> > >
> > > To do what?
> > >
> > > Jason Wharton
> > > CPS - Mesa AZ
> > > http://www.ibobjects.com
> > >
> >
> > I've a table with the fields price, amount and costs.
> > I want that if I change the price or amount, that the costs changes
> > immediately.
> > I've tried with a calculated field, but the field cost changes first
after
> > leaving the row or after posting.
> >
> > Jörg Schiemann
> >
> >
> >
> >
> >
> >
>
>
>
>
>
>