Search found 9 matches: printer2

Return to advanced search

Re: Program creates a Log File

Birol Somewhere in your program you are calling these icons on your BtnBmps and those resources do not exist on File or not burned into your Executable. I would use a File Find utility and have it search your .Prgs for the Resource Calls in your program and verify the resources actually exist in you...
by Rick Lipkin
Mon Jun 19, 2017 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program creates a Log File
Replies: 4
Views: 795

Program creates a Log File

My program is creating a log file as follows. What's wrong please? 19/06/2017 14:47:57: WNDREADPALBMPEX( 694 ) uBmp = "BTN_LAST" "invalid resource" = "invalid resource" 19/06/2017 14:47:57: WNDREADPALBMPEX( 694 ) uBmp = "BTN_PRINTER2" "invalid resource&qu...
by betoncu
Mon Jun 19, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program creates a Log File
Replies: 4
Views: 795

Re: Printer properties window

... ?' ) Sample No 6 WAITRUN( 'RUNDLL32.exe PRINTUI.dll, PrintUIEntry /Xg /n "Snagit 11"' ) http://www.pflegeplus.com/IMAGES/Printer2.jpg best regards Uwe :lol:
by ukoenig
Fri May 23, 2014 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer properties window
Replies: 1
Views: 431

Uso de recursos RC

... rc CONTAB.RC report bitmap "\autosys\prgs\funpar\bitmaps\report.bmp" balanza bitmap "\autosys\prgs\funpar\bitmaps\balanza.bmp" printer2 bitmap "\autosys\prgs\funpar\bitmaps\printer2.bmp" doc21 bitmap "\autosys\prgs\funpar\bitmaps\doc21.bmp" doc12 bitmap "\autosys\prgs\funpar\bitmaps\doc12.bmp" ...
by noe aburto
Sun Aug 11, 2013 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de recursos RC
Replies: 1
Views: 331

Ayuda TXBrowse desde archivo de recursos

... PREVIOUS2 BITMAP "/DESARRO/ZERUSGES/PLUSCAJA/imagenes/recursos_2/res10.bmp" PRINTER2 BITMAP "/DESARRO/ZERUSGES/PLUSCAJA/imagenes/recursos_2/res12.bmp" TOP2 BITMAP "/DESARRO/ZERUSGES/PLUSCAJA/imagenes/recursos_2/res14.bmp" ...
by russimicro
Sun Jul 18, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda TXBrowse desde archivo de recursos
Replies: 1
Views: 847

Re: preview alpha 2

... ) oImageList:AddMasked( TBitmap():Define( "two_pages2",, ::oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "printer2",, ::oWnd ), nRGB( 255, 0, 255 ) ) oImageList:AddMasked( TBitmap():Define( "exit2",, ::oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... ) ) oImageList:AddMasked( TBitmap():Define( "two_pages2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "printer2",, oWnd ), nRGB( 255, 0, 255 ) ) oImageList:AddMasked( TBitmap():Define( "exit2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2707

... "Folio", "", "Departamento", "Recibio" ; SIZES 22, 80, 32, 80, 22, 300, 300 y para cambiarlo prueba haciendo: aBmp := LoadBitmap(GetResources(),"PRINTER2") oBrw:aHeaders := {} oBrw:aHeaders := { "", "FECHA", aBmp[5], "Folio", "", "Departamento", "Recibio" } oBrw:Refresh() salu2 Paco
by Francisco Horta
Fri Dec 26, 2008 3:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Header con bitmap en TWBorwse
Replies: 5
Views: 978

... 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "two_pages2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "printer2",, oWnd ), nRGB( 255, 0, 255 ) ) oImageList:AddMasked( TBitmap():Define( "exit2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

Return to advanced search