Subject | RE: [IBO] Very simple question |
---|---|
Author | Malcolm Smith |
Post date | 2004-12-01T11:11:45Z |
Andreas,
I work with Daniel, and I also indicated he should put the dataset into edit
mode. I have not used IBO for over a year so could not advise much more
than try calling a method such as Edit(). He could not find an appropriate
method. Can you please advise how to put the dataset into Edit mode for his
benefit in the morning.
Are there any docs on making components data aware for use with IBO ? I've
done it a long time ago for the standard VCL TQuery/TDataset type components
but have no idea how similar the process it to IBO.
TIA
Malcolm Smith
Analyst Programmer
Comvision Pty Ltd
http://www.comvision.net.au
-----Original Message-----
From: Andreas Hesse [mailto:ah@...]
Sent: Wednesday, 1 December 2004 20:40
To: Daniel Jimenez
Cc: IBObjects@yahoogroups.com
Subject: Re: [IBO] Very simple question
Put the Dataset in Edit Mode.
Write the new content directly to the field.
Better:
Extend your component to be data sensitive, then you would need no manually
code.
Andreas
I work with Daniel, and I also indicated he should put the dataset into edit
mode. I have not used IBO for over a year so could not advise much more
than try calling a method such as Edit(). He could not find an appropriate
method. Can you please advise how to put the dataset into Edit mode for his
benefit in the morning.
Are there any docs on making components data aware for use with IBO ? I've
done it a long time ago for the standard VCL TQuery/TDataset type components
but have no idea how similar the process it to IBO.
TIA
Malcolm Smith
Analyst Programmer
Comvision Pty Ltd
http://www.comvision.net.au
-----Original Message-----
From: Andreas Hesse [mailto:ah@...]
Sent: Wednesday, 1 December 2004 20:40
To: Daniel Jimenez
Cc: IBObjects@yahoogroups.com
Subject: Re: [IBO] Very simple question
Put the Dataset in Edit Mode.
Write the new content directly to the field.
Better:
Extend your component to be data sensitive, then you would need no manually
code.
Andreas