| View previous topic :: View next topic |
| Author |
Message |
Marco Azevedo Guest
|
Posted: Sat Aug 16, 2003 4:19 pm Post subject: OnwerData parameter |
|
|
Hi,
How can I read the DataSetProvider.BeforeApplyUpdate OwnerData parameter?
I have tryed to do that:
ShowMessage(TClientDataSet(OnwerData).FieldByName('MyField').AsString);
But it did not work.
How can I do it ?
Thanks
Marco
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Sat Aug 16, 2003 5:16 pm Post subject: Re: OnwerData parameter |
|
|
| Quote: | ShowMessage(TClientDataSet(OnwerData).FieldByName('MyField').AsString);
|
Show us the code that assigns a value to OwnerData in the client
application. OwnerData is a variant so it can contain anything.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
|