Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Trying to find out if Word is printing

Re: Trying to find out if Word is printing

From: Viktor <omiit_at_hotmail.com>
Date: 22 Feb 2002 03:43:11 -0800
Message-ID: <1a95ff8d.0202220343.6f093479@posting.google.com>


Not_Me <Not_Me_at_Not_Here.com> wrote in message news:<0kba7usc69pv6it74k7491eu0kfsa8o7h7_at_4ax.com>...
> Does anyone know how to find out if Word is printing (in a PLL)?
> I've tried :
>
> _Num := OLE2.Get_Num_Property( G_wp_basic, 'BackgroundPrintingStatus'
>
> but that results in an exception...

Hi , Not_Me
 for Word97 and Forms6i(PLSQL)
Variable:=OLE2.GET_OBJ_PROPERTV(MyApplication, 'BackgroundPrintingStatus');



_Num or _Var is not right --->> "_"
Replace "_" "a" or "z" Received on Fri Feb 22 2002 - 05:43:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US