Subject | Re: [IBO] Transaction Handle |
---|---|
Author | Jason Wharton |
Post date | 2002-09-13T14:48:01Z |
What are you using it for?
IBO keeps it nil as much as possible is why you probably aren't seeing it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
IBO keeps it nil as much as possible is why you probably aren't seeing it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Burak OZLER" <burak.ozler@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, September 13, 2002 6:46 AM
Subject: [IBO] Transaction Handle
> I'm trying to retreive trHandle ptrHandle of a transaction object
>
> After I start the transaction.
>
> I try these
> IntToStr(integer(trnMakbuz.trHandle^)) gives me error
>
> IntToStr(integer(trnMakbuz.PtrHandle^))
>
> trnMakbuz.PtrHandle^ always Nil.
>
> Can somebody send me a code sample to get the transaction handle??
>
> thanks
>
> Burak