Search found 42 matches: eject

Return to advanced search

group on oBrw:Report

...   oRep:bskip := { || IF(oRep:nCounter % 2 =0 , oRep:lShadow :=.F.,oRep:lShadow :=.T.) }          return  nil  I also want to eject the page and make pijama effect but not work AEval( oRep:aColumns, { | o | o:lShadow := ! o:lShadow } )    oRep:bskip := { ...
by Silvio.Falconi
Tue May 02, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: group on oBrw:Report
Replies: 1
Views: 142

Re: Titulo del Report en cada grupo

Cesar, gracias por responder. Voy a probar con la segunda opción que es la que necesito. Con GROUP ON... EJECT se puede pero salta a siguiente hoja por cada grupo, y lo que se quiere es que quepan al menos dos grupos en cada hoja, cuyos HEADERs sean iguales al REPORT TITLE ...
by FranciscoA
Tue Mar 07, 2023 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Titulo del Report en cada grupo
Replies: 2
Views: 268

Re: can i make a HB_FUNC() of it ?

Look this, https://github.com/rgl/EjectVolumeMedia/blob/master/main.c https://stackoverflow.com/questions/7704599/eject-usb-device-via-c-sharp https://social.msdn.microsoft.com/Forums/en-US/18f7b985-b9d2-4c91-a371-26f58277dc1b/usb-device?forum=Vsexpressvb ...
by karinha
Sun Feb 19, 2023 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can i make a HB_FUNC() of it ?
Replies: 2
Views: 231

"disable" Item in Listbox / Combobox

hi,

when have a Listbox / Combobox with Drive-Letter i want to show all but "disable" all "fix Drive"
Image
i want to use it for USB-Stick which i want to "safe eject"
by Jimmy
Thu Dec 01, 2022 12:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "disable" Item in Listbox / Combobox
Replies: 2
Views: 205

Re: ADS - The future is <sadly> now so where do you go ?

... after each line is printed, we need to know the postion it takes on the page ( line count ), and as it nears the bottom, we will then need to eject that page, start a new one, print the header information, and then resume the printing of the RTF. This option is not possible. 4). After the ...
by TimStone
Mon May 09, 2022 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2794

Re: New FWH 19.03

... line at a time with the memoline output, after each line I can check to see if I've reached the maximum lines per page, and then I can do a page eject, print the new header, and continue the disclaimer text. To do this with SayText( ) we would need another parameter to call a function after each ...
by TimStone
Fri Apr 12, 2019 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4994

Re: class tprinter and a dot-matrix printer

... cCompress: String for compressed mode, by default "15" cNormal: String for normal mode, by default "18" cFormFeed: String for EJECT, by default "12" hDC: Printing file Handle (Internal use) nRow: Current printing row nCol: Current pringing column nLeftMargin: Left ...
by ukoenig
Sun Mar 26, 2017 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class tprinter and a dot-matrix printer
Replies: 2
Views: 767

Re: Ejemplo TdosPrn

... cCompress: String for compressed mode, by default "15" cNormal: String for normal mode, by default "18" cFormFeed: String for EJECT, by default "12" hDC: Printing file Handle (Internal use) nRow: Current printing row nCol: Current pringing column nLeftMargin: Left ...
by LuisPonce
Thu Aug 18, 2016 4:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TdosPrn
Replies: 11
Views: 2767

Re: Burn files to CD/DVD

... can be executed from the command line, or through any method that passes command line arguments. Simple options allow you to burn, erase, load and eject CDs and DVDs . This makes CommandBurner suitable for integration with programs, scripts and batch files . We imagine that CommandBurner would ...
by ukoenig
Fri Jul 08, 2016 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Burn files to CD/DVD
Replies: 11
Views: 2906

Re: Para Luis Ponce

Gracias a todos los que intentaron ayudar.
Me doy por vencido, no pude evitar el eject de 1 pagina con la Tprinter. Me quedo con la TDosPrn .
Saludos.
by FranciscoA
Tue Feb 02, 2016 3:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Luis Ponce
Replies: 14
Views: 2856

Re: TReport how to protect a data-group to be splitted ?

... are only for internal use, nothing special. I could count the lines to the last bottomline of a complete section. Reaching this line, forcing a EJECT and starting with a new page. I couldn't find a solution to do a EJECT on a defined line. Do You have a working sample ? best regards Uwe :?:
by ukoenig
Tue Aug 04, 2015 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport how to protect a data-group to be splitted ?
Replies: 3
Views: 586

Re: Report Eject

Try:

Create a function to return the quarter of the year. Sort the array by quarter plus whatever else you need.

function quarter( dDate )
...
return nQuarter

report oRpt...group on quarter( aArray[...] )

activate report oRpt...on endgroup {|oRpt| oRpt:endpage() }
by James Bott
Fri Mar 20, 2015 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Eject
Replies: 1
Views: 386

Report Eject

How command the Eject report each n records of an array ?
I wish create a report of a page of first 3 months, another page the other 3 month, another page ... until 12 month
by Silvio.Falconi
Fri Mar 20, 2015 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Eject
Replies: 1
Views: 386

Re: EXCESS RELEASE OF FONT

... next i if len(campoSubgr)>0 GROUP ON &(campoSubgr) ; HEADER eval(bTextoSubgr); //HEADER CTextoSubgr+': '+oRpt:aGroups[1]:cValue; FONT 2 // EJECT Si se quiere que salte de página en cada group. endif END REPORT sysrefresh() ACTIVATE REPORT oRpt GO TOP //oFontNorm:end() //oFontNegr:end() ...
by Verhoven
Wed Feb 04, 2015 8:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 28
Views: 6983

Re: clase tPRINTER (No realizar EJECT del Papel)

Holá, en este caso, debes usar la clase TDOSPRN.PRG, ejemplo: USB com TDOSPRN.PRGEnla cabecera de mi rutina de impresión hice esto:cPorta := PrnGetPort()cPrinter := PrinterPortToName( cPorta )if empty(cPrinter)   cPrinter := PrinterPortToName( "USB002"...
by karinha
Fri Apr 04, 2014 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase tPRINTER (No realizar EJECT del Papel)
Replies: 1
Views: 244
Next

Return to advanced search