Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Major Bug. Ole Automation. Word. PB 9

51 views
Skip to first unread message

Terry Dykstra

unread,
Jul 2, 2003, 3:22:39 PM7/2/03
to
The fix will be in 901 (expected in early August) and and upcoming 803 EBF
as well.

--
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

unread,
Jul 2, 2003, 2:11:52 PM7/2/03
to

Georgios

unread,
Jul 3, 2003, 1:37:39 AM7/3/03
to
thanks,
Georgios

"Terry Dykstra" <dontreply...@forestoil.ca> wrote in message

news:uWU$pBNQDHA.317@forums-2-dub...

Terry Dykstra

unread,
Jul 11, 2003, 10:22:16 AM7/11/03
to
803 9977 has the fix.
ftp://psaftp.sybase.com/pub/private/pbpatch/pb803_weekly/8039977.zip

--
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...

Tyler Cruse

unread,
Jul 12, 2003, 4:12:07 PM7/12/03
to
I downloaded, but seems to still fail in this version. 6066 was the last
version of PB9 that is not broke as far as I can tell. Thanks for the info,
I have seen some of the other problems listed as fixed in this build.


"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...

Tyler Cruse

unread,
Jul 11, 2003, 6:44:34 PM7/11/03
to
What about PB9?


"Terry Dykstra" <dontreply...@forestoil.ca> wrote in message

news:ugKRAk7RDHA.349@forums-2-dub...

Alex Osin

unread,
Jul 11, 2003, 6:56:09 PM7/11/03
to
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...

Terry Dykstra

unread,
Jul 15, 2003, 2:15:29 PM7/15/03
to
I'm testing with a 901 release candidate and it works now. An earlier 901
build still failed.
901 will be available early August.

--
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

unread,
Jul 19, 2003, 2:34:12 PM7/19/03
to
EBF build 6111 has problem fixed


"Tyler Cruse" <tcr...@trlx.com> wrote in message

news:eULuHMLSDHA.344@forums-2-dub...

Frik

unread,
Jul 23, 2003, 7:24:32 AM7/23/03
to
Tyler Cruse wrote:
> EBF build 6111 has problem fixed

where can i get it?

Andy Turiansky [TeamSybase]

unread,
Jul 23, 2003, 12:10:37 PM7/23/03
to
5507 is the one listed at downloads.sybase.com. Try calling Sybase Support and
request that fix


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/


0 new messages