Search found 27 matches: opage

Return to advanced search

Re: FWH, ole, Word and Excel

... I open a new excel file select a sheet then pasteoSheet2:paste()  I do not know if it can be done but you could try something like oPage:paste(). I do not know why but sometime the formating is lost or partialy lost during the operation.
by ADutheil
Sat Oct 12, 2013 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, ole, Word and Excel
Replies: 4
Views: 1081

Error FiveWin/6

... adicionales, los controles se crean por código fuento, no por recurso, y los estoy creando en tPage, pero el error sigue apareciendo si lo hago en oPage:oWnd, o sea, en el diálogo que contiene el tPage. Error description: Error FiveWin/6 Cannot create window or control: Class: TTABS Caption: System ...
by quique
Fri Jan 11, 2013 5:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/6
Replies: 6
Views: 1442

Re: Rpreview 1105 error

if comment this line (1228)


// bug 1105 ::oPage:Refresh()

works fine to me.

thanks
by norberto
Wed Jun 01, 2011 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview 1105 bug (SOlved)
Replies: 5
Views: 982

Re: preview alpha 2

... CLASS TPreview DATA oWnd, oBar, oFont, oImageList DATA oDevice DATA oHand, oCursor DATA oMeta1, oMeta2, oSay, oFactor DATA oPage, oTwoPages, oZoom DATA oMenuZoom, oMenuTwoPages, oMenuUnZoom, oMenuOnePage DATA cResFile DATA aFactor, nPage, nZFactor DATA lTwoPages, lZoom, ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2077

Re: GetPrintDC()

... 31 ) #define TXT_ZOOM_FACTOR ; LoadString( GetResources(), 32 ) #define MK_MBUTTON 16 static l2007 := .t. static oWnd, oBar, oMeta1, oMeta2,; oPage, oTwoPages, oZoom, oMenuZoom, oMenuTwoPages,; oMenuUnZoom, oMenuOnePage, oFactor, cResFile static aFactor static nPage, nZFactor static lTwoPages, ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2793

Re: rpreview error :why ????

Ciao Silvio

Non so se questo errore è lo stesso che ho trovato qulache tempo fa, io l'ho risolto così

METHOD SetOrg2( nX, nY ) CLASS TPreview

if l2007
::obar:Refresh()
else
::oPage:Refresh()
endif

è un problema sul refresh della buttonbar

Stefano
by stefano
Fri Jun 19, 2009 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rpreview error :why ????
Replies: 6
Views: 1466

Para Ralph del Castillo

... lOk:=.T. exit endif Endif ::nPage++ ::oDbf:Skip(1) enddo IF lOK fwhnpos:=AT(cPalavra,::oDbf:Text) ::oFGet:Settext(::TxtToRTF( ::oDbf:Text )) ::oPage:SetText( "Página nº: "+TXT_PAGENUM + LTrim( Str( ::nPage, 4, 0 ) ) + ; " / " + LTrim( Str( ::oDbf:RecCount() ) ) ) ::oFGet:setpos(fwhnpos) ::oFGet:Setsel(fwhnpos,fwhnpos+len(cPalavra)) ...
by MGA
Wed Sep 03, 2008 7:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Ralph del Castillo
Replies: 0
Views: 517

Penso che sia il problema che ho avuto anch'io ...
l'ho risolto modificando rpreview.prg così

METHOD SetOrg2( nX, nY ) CLASS TPreview

if l2007
::obar:Refresh()
else
::oPage:Refresh()
endif

saluti
Stefano
by stefano
Tue Aug 26, 2008 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: err with preview in mdi
Replies: 2
Views: 582

Preview look 2007

... 2007 else MENU oMenu endif 2) ... error preview two page and zoom page 2 METHOD SetOrg2( nX, nY ) CLASS TPreview if l2007 ::obar:Refresh() else ::oPage:Refresh() endif regards Stefano
by stefano
Mon May 12, 2008 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview look 2007
Replies: 1
Views: 635

... GetResources(), 31 ) #define TXT_ZOOM_FACTOR ; LoadString( GetResources(), 32 ) #define MK_MBUTTON 16 static oWnd, oBar, oMeta1, oMeta2,; oPage, oTwoPages, oZoom, oMenuZoom, oMenuTwoPages,; oMenuUnZoom, oMenuOnePage, oFactor, cResFile static aFactor static nPage, nZFactor static lTwoPages, ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3578

Silvio,

the "flying dialog" was just a sample, how to control the right side. :wink:


You can try to use the TPages class to put your controls on. On every change of the outlook menu open the according page.

DEFINE OUTLOOK2003 .... ON CHANGE oPage:SetOption(...)
by StefanHaupt
Fri Jan 11, 2008 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog into outlook2003
Replies: 10
Views: 2747

Hola Jose Prueba asi : oPage:aDialogs[1]:SetBruhs( oBrush ) oPage:aDialogs[1]:lTransparent := .t. Saludos Gracias Ray por tu respuesta, lo probé así: IF oBrush != NIL oDlg:lTransparent := .t. oPage:lTransparent := ...
by jose_murugosa
Fri Oct 26, 2007 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush en dialog con page
Replies: 10
Views: 2429

Hola Jose

Prueba asi :

oPage:aDialogs[1]:SetBruhs( oBrush )
oPage:aDialogs[1]:lTransparent := .t.

Saludos
by Raymundo Islas M.
Fri Oct 26, 2007 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush en dialog con page
Replies: 10
Views: 2429

Silvio

The TAB control can choosed by using SetOption method and the page too.

...
oTab:SetOption( nOrder )
oPage:SetOption( nOrder ) or oPage:SetOption( oTab:nOption )
...
by Rochinha
Wed Feb 07, 2007 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: converte combox -> tab control
Replies: 3
Views: 935

... Gracias a Pedro Gonzalez! * Corrección: En FWH, se han deshecho cambios recientes en el método SetText() de la clase TSay. También se ha cambiado oPage:SetText() por oPage:VarPut() en source\classes\rpreview.prg, así que los números de página se muestran correctamente cuando no se usan temas XP. ...
by Antonio Linares
Thu Jan 18, 2007 9:56 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2007
Replies: 3
Views: 9309
Next

Return to advanced search