--
Terry Dykstra (TeamSybase)
Please state PB / OS / DB versions in your post.
http://powerbuilder.codeXchange.sybase.com/
http://www.pb9books.com
"Terry Dykstra" <dontreply...@forestoil.ca> wrote in message
news:#$O3FaMQDHA.185@forums-2-dub...
> This is an end-user forum. Sybase support does not look at these forums.
> There are several cases open about this bug.
>
> --
> Terry Dykstra (TeamSybase)
> Please state PB / OS / DB versions in your post.
> http://powerbuilder.codeXchange.sybase.com/
> http://www.pb9books.com
>
> "Georgios" <g...@NOSPAM.dk> wrote in message
> news:OHBEQRLQDHA.186@forums-2-dub...
> > Hi,
> >
> > Upgrading my PowerBuilder 9.0 GA to build 6075 introduces a pretty
severe
> > bug.
> >
> > The bug was also verified in build 6086.
> > This was working in PB9 GA
> >
> > When I try to access functions/variables on the OLE object I get the msg
> > "Cannot convert string in Any variable to extobject at line 14 in
clicked
> > event of object cb_1 of w_oleword."
> >
> > I logged it as Case 20322197 but was unable to upload the pbl...
> >
> > I hope someone from Sybase Support is monitoring, and might add the file
> to
> > to case
> >
> > Regards,
> > Georgios
> >
> >
> >
> > The code is as follows:
> >
> >
> >
> > integer li_ret
> > String ls_Wordversion
> > any la_WordVersion
> > string ls_msg
> > oleObject loo_oleWord
> > loo_oleWord = Create OleObject
> >
> > li_ret = loo_oleWord.ConnectToNewObject ( "word.application" )
> > IF li_ret <> 0 THEN
> > MessageBox ( "ConnectToNewObject Error" , li_ret)
> > ELSE
> >
> > Try
> > la_WordVersion = loo_oleWord.Application.Version
> > ls_WordVersion = String(loo_oleWord.Application.Version)
> > MessageBox ( "Word Version" , ls_wordversion)
> >
> > CATCH (RuntimeError lrte)
> > ls_msg = lrte.getmessage()
> > MessageBox ( "Get Version Error: " , ls_msg )
> >
> > Finally
> >
> > loo_oleword.DisconnectObject ()
> > Destroy loo_oleword
> > END TRY
> >
> > END IF
> >
> >
> >
> >
> >
> >
> >
>
>
"Terry Dykstra" <dontreply...@forestoil.ca> wrote in message
news:uWU$pBNQDHA.317@forums-2-dub...
--
Terry Dykstra (TeamSybase)
Please state PB / OS / DB versions in your post.
http://powerbuilder.codeXchange.sybase.com/
http://www.pb9books.com
"Georgios" <g...@dmsoftware.dk> wrote in message
news:OUI8XYSQDHA.81@forums-2-dub...
"Alex Osin" <alex...@hotmail.com> wrote in message
news:O0DQFDASDHA.342@forums-2-dub...
> Tyler,
> ===========================
> That looks like CR 321937, which is fixed in an EBF...
>
>
ftp://psaftp.sybase.com/pub/private/pbpatch/pb9x_QA_Auto_Only/906096_fixes.htm
>
> ftp://psaftp.sybase.com/pub/private/pbpatch/pb9x_QA_Auto_Only/906096.zip
>
> --
> Bruce Armstrong [TeamSybase]
> http://www.teamsybase.com
> ============================
>
> HTH
> Alex Osin
>
>
>
> "Tyler Cruse" <tcr...@trlx.com> wrote in message
> news:O$Rfo8$RDHA.342@forums-2-dub...
> > What about PB9?
> >
> >
> > "Terry Dykstra" <dontreply...@forestoil.ca> wrote in message
> > news:ugKRAk7RDHA.349@forums-2-dub...
"Terry Dykstra" <dontreply...@forestoil.ca> wrote in message
news:ugKRAk7RDHA.349@forums-2-dub...
ftp://psaftp.sybase.com/pub/private/pbpatch/pb9x_QA_Auto_Only/906096_fixes.htm
ftp://psaftp.sybase.com/pub/private/pbpatch/pb9x_QA_Auto_Only/906096.zip
--
Bruce Armstrong [TeamSybase]
http://www.teamsybase.com
============================
HTH
Alex Osin
"Tyler Cruse" <tcr...@trlx.com> wrote in message
news:O$Rfo8$RDHA.342@forums-2-dub...
--
Terry Dykstra (TeamSybase)
Please state PB / OS / DB versions in your post.
http://powerbuilder.codeXchange.sybase.com/
http://www.pb9books.com
"Tyler Cruse" <tcr...@trlx.com> wrote in message
news:eULuHMLSDHA.344@forums-2-dub...
"Tyler Cruse" <tcr...@trlx.com> wrote in message
news:eULuHMLSDHA.344@forums-2-dub...
where can i get it?
On Wed, 23 Jul 2003 13:24:32 +0200,
in powersoft.public.powerbuilder.ole-ocx-activex
- - -
Andy [TeamSybase]
Techwave 2003 - http://www.sybase.com/techwave2003
International Sybase User Group (ISUG) - http://www.isug.com
CodeXchange - http://powerbuilder.codeXchange.sybase.com/