Search found 12 matches: mcn

Return to advanced search

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

ademas de sto he visto cambios en la definicion de constantes ANTES #define MCN_FIRST           (-750)#define MCN_SELCHANGE       (MCN_FIRST + 1)#define MCN_GETDAYSTATE     (MCN_FIRST + 3) AHORA #define MCN_FIRST           (-746) #define MCN_SELCHANGE       (MCN_F...
by carlos vargas
Tue Jan 05, 2021 8:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

enhancement for RPreview

... := ListadeImpresoras(), oCbx, cCbx:= GetProfString( "windows", "device" , "" ), cImpre := cCbx // mcn[...]     // Let user change printer     @ 7, 540 SAY oSay2 PROMPT "Printer:" ;      ...
by ukservice
Sun May 29, 2011 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: enhancement for RPreview
Replies: 14
Views: 5079

Re: GetPrintDC()

JBrita, Si miras los créditos (mcn Valdenebro), es una clase modificada originalmente por mi en el año 2006. En la versión que tu me mandas, veo que se le han incluido "theme 2007", pero nada mas. Abandoné esa clase, porque daba ...
by Manuel Valdenebro
Wed Nov 25, 2009 6:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

Re: GetPrintDC()

... local lExit := .F. local oHand, oImageList, oReBar // , cPageNum local aImpre := aGetPrinters(), oCbx, cCbx:=PrnGetName(), ; cImpre := cCbx // mcn valdenebro *DEFAULT nBloqueo := .F. #ifdef __CLIPPER__ cResFile := "Preview.dll" #else if ! IsWin64() cResFile := "Prev32.dll" ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

Prueba con esta funcion de mcn Yo la utilizo desde el Preview, solo elijo la impresora y listo debes adaptarla a tu aplicacion con algun ciclo, etc. parametros oDevice == > objeto printer cCbx ==> nombre de la impresora el nombre ...
by Patricio Avalos Aguirre
Wed Dec 24, 2008 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir documento en dos impresoras
Replies: 5
Views: 1065

... instalada. Aquí os pongo la clase completa modificada: //////////////////////////////////////////////////// // clase RPREVIEW // reformada por mcn Valdenebro para select printer /////////////////////////////////////////////////// #include "FiveWin.ch" #define DEVICE oWnd:cargo #define GO_POS ...
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

... He encontrado esto: //------------------------------------------------------------------------ // función para cambiar la impresora desde previo (mcn) //------------------------------------------------------------------------ func f_CamImpre (oDevice, cCbx ) local cPrinter cPrinter := GetProfString( ...
by edu_parada
Wed Aug 29, 2007 7:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: seleccionar impresora en preview
Replies: 3
Views: 1117

... a minor modification //------------------------------------------------------------------------ // función para cambiar la impresora desde previo (mcn) //------------------------------------------------------------------------ func f_CamImpre (oDevice, cCbx ) local cPrinter cPrinter := GetProfString( ...
by George
Mon Aug 21, 2006 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF From Preview
Replies: 22
Views: 9158

George wrote:Maybe the errors are because I am using FWH 2.5


George,

May be.- Perhaps you have in FWH\SOURCE\CLASSES an old rpreview.prg version 2.5.- You can compare it with my version, and modifing/adding in your version only "mcn-lines".
by Manuel Valdenebro
Mon Aug 21, 2006 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF From Preview
Replies: 22
Views: 9158

George wrote:Can I get the modification that you did to rpreview.prg?


George,

You can download from:

http://hyperupload.com/download/02caf68 ... w.prg.html

All lines with "mcn" has been changed for me.

Regards
by Manuel Valdenebro
Mon Aug 21, 2006 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF From Preview
Replies: 22
Views: 9158

Solucionado: //------------------------------------------------------------------------ // función para cambiar la impresora desde previo (mcn) //------------------------------------------------------------------------ func f_CamImpre (oDevice, cCbx ) local cPrinter cPrinter := GetProfString( ...
by wmormar
Sat May 27, 2006 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PREVIEW + SELECCION IMPRESORA
Replies: 5
Views: 1830

Solucionado: //------------------------------------------------------------------------ // función para cambiar la impresora desde previo (mcn) //------------------------------------------------------------------------ func f_CamImpre (oDevice, cCbx ) local cPrinter cPrinter := GetProfString( ...
by Manuel Valdenebro
Sat May 27, 2006 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PREVIEW + SELECCION IMPRESORA
Replies: 5
Views: 1830

Return to advanced search