Search found 20 matches: nfirst

Return to advanced search

Re: Nages Help for locate

... because There is no Method locate() in TDatabase and locate is not buffered Function Locate_Records3(anno1,anno2,oDbf) local aLocate:= {} LOCAL nFirst,nLast oDbf:use() select(oDbf:nArea ) oDbf:gotop() locate for year(FIELD->data) = anno2 oDbf:load() if (oDbf:Found()) locate for year(FIELD->data) ...
by Silvio.Falconi
Sun Apr 17, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages Help for locate --- Resolved
Replies: 1
Views: 123

Re: Preview and save to pdf at the same time

... METHOD PrintPage() CLASS TPreview .... if ! lCancel MsgRun( ::oDevice:cDocument, "Imprimiendo Reporte",; { || ::PrintPrv( nil, nOption, nFirst, nLast ) } ) // daniel 2016-07-29 * ? 'ACA GUARDAR PDF',oApp:lGuardarPDF,oApp:cImprimiendo IF oApp:lGuardarPDF IF oApp:cImprimiendo == 'RECIBO' ...
by puenteda
Mon Dec 31, 2018 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview and save to pdf at the same time
Replies: 1
Views: 829

Re: Tcalex problems

...   [ FROM <nTop>, <nLeft> TO <nBottom>, <nRight> ];          [ FIRST_DATE <nFirst> ];          [ COLOR <nClrText> ];          [ <cAdjust: ALL,TOP,LEFT,BOTTOM,RIGHT> ...
by cnavarro
Mon Oct 16, 2017 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcalex problems
Replies: 15
Views: 2359

New FTDN September/Septiembre 2017 (FWH 17.09)

... feature implemented Added clause ITEMDEFAULT in TMenuItem: paint bold item - Added new DATAS: DATA lRadio INIT .F. DATA lRadioCheck INIT .F. DATA nFirst INIT 0 DATA nLast INIT 0 DATA nCheck INIT 0 DATA lDefault INIT .F. - The GetnHeightItem () and GetnWidthItem () functions can be applied equally, ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3337

Re: TCALEX - Sr. Cristobal Navarro

... tcalex.prg: //----------------------------------------------------------------------------// FUNCTION Calex_SetFirstDate( nFirst ) // local nOldValue // // static nFirstDate := 0 // // nOldValue := nFirstDate // // if PCount() > 0 // nFirstDate := Min( Max( 1, nFirst ...
by MGA
Wed Apr 05, 2017 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Sr. Cristobal Navarro
Replies: 18
Views: 3328

Re: Control Botón de Impresión

... la clase rpreview METHOD PrintPage() CLASS TPreview local hMeta := ::oMeta1:hMeta local oDlg, oRad, oPageIni, oPageEnd local nOption := 1, nFirst := 1, nLast := Len( ::oDevice:aMeta ) // DEVICE local oThis := Self local lCancel := .t. if nLast != 1 DEFINE DIALOG oDlg SIZE 400, 183 TITLE ...
by luisduque
Thu Sep 10, 2015 7:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control Botón de Impresión
Replies: 8
Views: 1437

Re: ToolBar - Posición de primer boton

... porque desde 2008 que no toco esto y... bue... la memoria no es la misma de antes :-) (abajo la figura de como se ve) hP2:nLeft:= h0:SplitV:nFirst+( ( GetsysMetrics( _SCR_ANCHO ) - h0:SplitV:nFirst ) - _WIDTH_BRW2 ) / 2 hP2:nTop := 10 Para aclarar: h0 es una variable GLOBAL STATIC (xHarbour) ...
by MarioG
Tue Sep 02, 2014 2:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ToolBar - Posición de primer boton
Replies: 6
Views: 805

Re: Codejock Calendar Samples?

Dutch, I don´t get any errors. This is function Calex_SetFirstDate( nFirst ) //----------------------------------------------------------------------------// FUNCTION Calex_SetFirstDate( nFirst ) local nOldValue static nFirstDate := 0 nOldValue = nFirstDate ...
by lucasdebeltran
Sun Apr 15, 2012 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46496

METHOD PrintPage() CLASS TPreview

... ya no vuelve a salir... DEFINE DIALOG oDlg RESOURCE "PRINT" REDEFINE BUTTON ID 101 OF oDlg ; ACTION oThis:PrintPrv( oDlg, nOption, nFirst, nLast ) REDEFINE BUTTON ID 102 OF oDlg ACTION oDlg:End() REDEFINE RADIO oRad VAR nOption ID 103, 104, 105 OF oDlg ; ON CHANGE If( nOption==3 ...
by thefull
Mon Feb 27, 2012 5:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: METHOD PrintPage() CLASS TPreview
Replies: 0
Views: 640

Re: CAMBIAR IMAGEN DE FONDO

... oImg, ; cLogo:= ".\bmp\SiGeCo_iGO32.jpg" oImg:= TImage():Define( , cLogo ) PalBmpDraw( hDC, (soWnd0:nHeight-oImg:nHeight ) /3, soSplit:nFirst+( soSplit:nLast-oImg:nWidth) /2, oImg:hBitmap,, oImg:nWidth, oImg:nHeight,, TRUE ) // Fin
by MarioG
Mon Jul 11, 2011 1:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAMBIAR IMAGEN DE FONDO
Replies: 10
Views: 3821

Re: Logo en ventana principal con areas transparentes

... variable objeto de un splitter que incluye la ventana (no es relevante para tu caso) PalBmpDraw( hDC, (soWnd0:nHeight-oImg:nHeight ) /3, soSplit:nFirst+( soSplit:nLast-oImg:nWidth) /2, oImg:hBitmap,, oImg:nWidth, oImg:nHeight,, TRUE ) Para tu caso,guiate por la ayuda de la funcion: Syntax: PalBmpDraw( ...
by MarioG
Thu Apr 07, 2011 10:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Logo en ventana con areas transparentes (Solucionado)
Replies: 8
Views: 2242

Re: Outlook Calendar (prototype)

Andres...

Calex_SetFirstDate( nFirst ) is not a method is a function to set first date of week, only work to calex project
by Daniel Garcia-Gil
Mon Feb 07, 2011 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Calendar (prototype)
Replies: 102
Views: 31798

Re: Outlook Calendar (prototype)

Daniel, please just the METHOD Calex_SetFirstDate( nFirst ) to follow your sample. #xcommand DEFINE CALEX <oCalex>;          [ <of: OF, WINDOW, DIALOG, PANEL> <oWnd> ];          [ FIRST_DATE <nFirst> ];      ...
by Andrés González
Mon Feb 07, 2011 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Calendar (prototype)
Replies: 102
Views: 31798

Re: On Dropfiles

Antonio FUNCTION SENDMAIL( nRow, oLbx, aItem ) local nFirst := oLbx:SendMsg( LB_GETTOPINDEX ) + 1 local nHeight := oLbx:SendMsg( LB_GETITEMHEIGHT ) local nAt := Int( nRow / nHeight ) + nFirst LOCAL nPippo := aItem[1] if nAt > 0 .and. nAt <= Len( ...
by MarcoBoschi
Sun Mar 07, 2010 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: On Dropfiles
Replies: 9
Views: 2559

Re: preview alpha 2

... PrintPage() CLASS TPreview local hOldRes := GetResources() local hMeta := ::oMeta1:hMeta local oDlg, oRad, oPageIni, oPageFin local nOption := 1, nFirst := 1, nLast := Len( ::oDevice:aMeta ) // DEVICE local oThis := Self if nLast == 1 ::PrintPrv( nil, nOption, nFirst, nLast ) return nil endif ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033
Next

Return to advanced search