Subject | Re: [IBO] how to find what user has entered so far in a grid? |
---|---|
Author | Andreas Pohl |
Post date | 2002-06-07T07:20:34Z |
Take a look at TIB_Query.OnValidateField. Here you can check changes (if
any) even before field's control is loosing focus or dataset is posted.
Mit freundlichem Gruss & Best Regards
Andreas Pohl
ibp consult
any) even before field's control is loosing focus or dataset is posted.
Mit freundlichem Gruss & Best Regards
Andreas Pohl
ibp consult
----- Original Message -----
From: "Hundri Magusin" <hundri_106@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Thursday, June 06, 2002 4:39 PM
Subject: [IBO] how to find what user has entered so far in a grid?
> I need to know what the user has entered so far in a grid's cell, i.e.
prior
> to even posting in the buffers so that I can use onIsValidChar as I wish.
I
> cannot seem to find a property for this and onIsValidChar does not,
> unfortunately, pass the latest value as a parameter.