Search found 21 matches: ooutlook2003

Return to advanced search

Re: Desabilitar botones de TOutlook2003

...   endif     endifreturn nil Añade esta DATA en la clase TOutLook2003Group DATA lEnabled INIT .T. y en tu código haz esto: oOutLook2003:aGroups[ 2 ]:lEnabled = .F.
by Antonio Linares
Fri Jan 17, 2020 10:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desabilitar botones de TOutlook2003 ( Solucionado )
Replies: 5
Views: 812

Re: OutLook 2003 and 2010 Classes not working in Win 10

Dear Ramesh,

please comment these lines:

// SetParent( oOutLook2003:hWnd, oWnd:hWnd )

...

// SetParent( oSplit:hWnd, oWnd:hWnd )
by Antonio Linares
Tue Dec 18, 2018 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OutLook 2003 and 2010 Classes not working in Win 10 - Solved
Replies: 4
Views: 1083

Re: Dialog inside oMDI:oWndClient

Frances, Please review FWH\samples\test2003.prg If it does not run fine, please comment these lines: // SetParent( oOutLook2003:hWnd, oWnd:hWnd ) ... // SetParent( oSplit:hWnd, oWnd:hWnd ) Mr. Antonio, Thanks for the reply. I actually made a very successful application based on ...
by fraxzi
Tue Jul 03, 2018 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog inside oMDI:oWndClient
Replies: 7
Views: 1320

Re: Dialog inside oMDI:oWndClient

Frances,

Please review FWH\samples\test2003.prg

If it does not run fine, please comment these lines:

// SetParent( oOutLook2003:hWnd, oWnd:hWnd )

...

// SetParent( oSplit:hWnd, oWnd:hWnd )
by Antonio Linares
Mon Jul 02, 2018 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog inside oMDI:oWndClient
Replies: 7
Views: 1320

Syntax error: "syntax error at 'OUTLOOK2003'" ACLARADO

... :( 1 Files, 0 Warnings, 1 Errors Tiempo de compilación: 3.32s Tiempo de enlazado: 0s Tiempo total: 3.39s así lo tengo :| DEFINE OUTLOOK2003 oOutLook2003 OF oApp:oWnd ; PROMPTS "Autos", "Daños", "Vida", "Gastos Medicos", "Accidentes","" ...
by AIDA
Fri Jan 08, 2016 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Syntax error: "syntax error at 'OUTLOOK2003'" ACLARADO
Replies: 2
Views: 390

Re: How to hide oOutlook2003:oPopup ?

Dear Ramesh, oOutlook2003:oPopup:Disable() is disable but do not end, it can still access and show disable menu.oOutlook2003:oPopup:Hide() is not define. I try ::end() and it is not access but still show ">>" ...
by dutch
Mon Aug 24, 2015 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to hide oOutlook2003:oPopup ?
Replies: 3
Views: 553

Re: How to hide oOutlook2003:oPopup ?

Dear Dutch,

Please try :

Code: Select all  Expand view
oOutlook2003:oPopup:Hide()

or

Code: Select all  Expand view
oOutlook2003:oPopup:Disable()


-Ramesh Babu
by RAMESHBABU
Sat Aug 22, 2015 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to hide oOutlook2003:oPopup ?
Replies: 3
Views: 553

Re: How to hide oOutlook2003:oPopup ?

show an example.
by karinha
Fri Aug 21, 2015 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to hide oOutlook2003:oPopup ?
Replies: 3
Views: 553

How to hide oOutlook2003:oPopup ?

Dear All,

I need to hide or disable oOutlook2003:oPopup Menu. How can I do?

Thanks
by dutch
Fri Aug 21, 2015 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to hide oOutlook2003:oPopup ?
Replies: 3
Views: 553

Re: OUTLOOK 2003 Y XBROWSE YA CASI LISTO

... 1.- Creas el Splitter. 2.- Creas el control OutLook y luego asignas el ancho del control sobre el ancho del Splitter - 1 que has creado asÍ ( oOutLook2003:nRight := nSplit - 1 ) 3.- Creas en Browse y le asignas la posición de la izquierda. ( oBrw:nLeft := oOutLook2003:nRight+1 ) De este modo, ...
by jll-fwh
Mon May 14, 2012 2:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OUTLOOK 2003 Y XBROWSE YA CASI LISTO
Replies: 7
Views: 2648

Re: No puedo adicionar el Texplorerbar al Outlook2003

Aida,

Cambia esa línea de esta forma:

oExBar := TExplorerBar():New( 0, 600, 200, 800, oOutLook2003:aDialogs[ 1 ])

Fila, Columna, Ancho y Alto :-)
by Antonio Linares
Mon Jun 28, 2010 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo adicionar el Texplorerbar al Outlook2003 (Resuelto)
Replies: 16
Views: 6007

Silvio,

> the Header I want modify must not be the down title "sala1" but on the top "contatti"

oOutLook2003:oHeader:cPrompt = "new Text"
oOutLook2003:Paint()
by Antonio Linares
Sun Aug 03, 2008 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583

Silvio,

>
oCont:= oOutLook2003:aGroups[ nPage ]:cPrompt

oGrid:bChange := { || RefreshCont( oCont,"CUst") }
>

oCont is a string! You should do:

oCont:= oOutLook2003:aGroups[ nPage ]
by Antonio Linares
Sat Aug 02, 2008 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583

... ) *166 ) DO CASE .... CASE nPage = 3 IF Valtype (aCtrl[nPage]) ="O" aCtrl[nPage]:Show() ELSE oGrid := TXBrowse():New( oWnd ) oCont:= oOutLook2003:aGroups[ nPage ]:cPrompt oGrid:bChange := { || RefreshCont( oCont,"CUst") } where is the error ?
by Silvio
Sat Aug 02, 2008 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583

sorry but i not understand , i take your source sample:

 DEFINE OUTLOOK2003 oOutLook2003 OF oWnd

and oOutLook2003 is static

why not found it ?

i only add a xbrowse to right

and then i want resize the xbrowse when i resize the main window.
by Silvio
Sat Aug 02, 2008 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583
Next

Return to advanced search