Search found 20 matches: nfirst

Return to advanced search

Re: GetPrintDC()

... static function PrintPage() local hOldRes := GetResources() local hMeta := oMeta1:hMeta local oDlg, oRad, oPageIni, oPageFin local nOption := 1 ,; nFirst := 1 ,; nLast := len(DEVICE:aMeta) if nLast == 1 PrintPrv(nil, nOption, nFirst, nLast) RETU nil endif SET RESOURCES TO cResFile DEFINE DIALOG ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

... una matriz con la sangría izquierda, la sangría derecha y la primera línea de sangría referenciada al margen izquierdo. SetIndent( nLeft, nRight, nFirst ) -> Pone la sangría izquierda, la sangría derecha y la primera línea de sangría referenciada al margen izquierdo. GetParagraph() -> Devuelve ...
by Antonio Linares
Tue Jul 22, 2008 10:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2008 (8.06)
Replies: 1
Views: 3014

New FTDN June/Junio 2008 (8.06)

... It returns an array with left indentation, right indentation and first line indentation referenced to the left margin. SetIndent( nLeft, nRight, nFirst ) -> Sets the left indentation, right indentation and first line indentation referenced to the left margin. GetParagraph() -> It returns ...
by Antonio Linares
Fri Jun 27, 2008 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2008 (8.06)
Replies: 1
Views: 3014

... static function PrintPage() local hOldRes := GetResources() local hMeta := oMeta1:hMeta local oDlg, oRad, oPageIni, oPageFin local nOption := 1 ,; nFirst := 1 ,; nLast := len(DEVICE:aMeta) if nLast == 1 PrintPrv(nil, nOption, nFirst, nLast) RETU nil endif SET RESOURCES TO cResFile DEFINE DIALOG ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3370

... adding that code in the resize routine (see below) but it doesn't runs. **** function ridimensiona(oWnd,oSplit,oBrw,oFld,oBtn,oCbx) local i oSplit:nFirst=oWnd:nWidth()-oSplit:nWidth-300 oFld:Move(90,oSplit:nFirst+oSplit:nWidth,oWnd:nHeight-200-60,100,.t.) oBrw:Move(85,05,oSplit:nFirst-10,oWnd:nHeight-200-60,.t.) ...
by Marco Turco
Tue May 01, 2007 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating folder form source and pages from resources
Replies: 12
Views: 2752
Previous

Return to advanced search