On Thu, 10 Jul 2003 01:04:53 -0700,
in powersoft.public.powerbuilder.ole-ocx-activex
Piyarat <piy...@thailand.com> wrote:
>Hi,
>
>I have a problem about OLE object,I 've to use function of excel to find the
row
>number of record that = "aaa".
>My program is...
>
>any row
>row=ole_sheet.object.Application.Match("aaa",ole_sheet.object.application.Range
(
>"C1:C5000"), 0)
>
>if I use feature "run" of powerbuilder , it works.
>But if I make it to EXE file , and then elecute it, it'll be error.
>The error is "Invalid type in ot_duplicate_any, file otany.cpp, line 4207,
>Abort, Debug Break, Ignore?
>Please help me!!!
>
>Thanks in advance
>---== Posted via the PFCGuide Web Newsreader ==---
>http://www.pfcguide.com/_newsgroups/group_list.asp
- - -
Andy [TeamSybase]
Techwave 2003 - http://www.sybase.com/techwave2003
International Sybase User Group (ISUG) - http://www.isug.com
CodeXchange - http://powerbuilder.codeXchange.sybase.com/
--
Terry Dykstra (TeamSybase)
Please state PB / OS / DB versions in your post.
http://powerbuilder.codeXchange.sybase.com/
http://www.pb9books.com
"Piyarat" <piy...@thailand.com> wrote in message
news:O2CzynrRDHA.346@forums-2-dub...
Thanks, it works now.