Search found 55 matches: pak

Return to advanced search

Re: Bug in TBitmap

... to implement a default format so that we can use any extension for an image of that default format (ie. if default format is BMP we can use TEST.PAK or TEST.ABC instead of TEST.BMP). Why don't you want to use the standard format BMP ? I'm using a BMP renamed PAK (customer request, sorry). Please ...
by Enrico Maria Giordano
Sat Mar 24, 2018 11:21 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 9638

Re: Bug in TBitmap

Enrico,

In function FW_ReadImage() at FWH\source\function\imgtxtio.prg please modify this:

elseif ( UseGDI() .or. lGdipImage ) .and. cExt $ "PNG,JPG,JPEG,GIF,TIF,TIFF,EMF,WMF"

with

elseif ( UseGDI() .or. lGdipImage ) .and. cExt $ "PNG,JPG,JPEG,GIF,TIF,TIFF,EMF,WMF,PAK"
by Antonio Linares
Sat Mar 24, 2018 10:40 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 9638

Re: Bug in TBitmap

I just sent you PRG and PAK (without EXE).

EMG
by Enrico Maria Giordano
Sun Mar 04, 2018 2:34 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 9638

Re: Bug in TBitmap

I just sent the sample (PRG, PAK and EXE) to your private email.

EMG
by Enrico Maria Giordano
Sun Mar 04, 2018 2:27 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 9638

Re: Bug in TBitmap

I copied an open.bmp to open.pak and it is properly shown

Please double check that open.pak is the right bitmap that you want to show
by Antonio Linares
Sun Mar 04, 2018 1:06 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 9638

Re: Bug in TBitmap

This is a sample. It doesn't error out but shows a sheet instead of the bitmap (open.pak is open.bmp renamed). #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    DEFINE DIALOG oDlg    @ 1, 1 BITMAP;      ...
by Enrico Maria Giordano
Sat Mar 03, 2018 9:32 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 9638

Bug in TBitmap [Fixed]

This code:

Code: Select all  Expand view  RUN
REDEFINE BITMAP;
         ID 101 OF oDlg;
         FILE "TEST.PAK";
         ADJUST


where TEST.PAK is TEST.BMP renamed, shows "Argument error conditional". It used to work fine in the previous FWH releases.

Any workaround?

EMG
by Enrico Maria Giordano
Fri Mar 02, 2018 2:26 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 23
Views: 9638

Re: ReCargar PREVIEW SOLUCIONADO!!

... le meti mano a la printer, le agregue una variable lDeleteFile y desde oPrn:lDeleteFile:=.F. decido si elimina los archivos .emf saludos pak.o Hola foro, Tengo el siguiente dilema que no he podido resolver,,, Genero un cierre diario de mi sistema donde saco alrededor de unos 20 reportes, ...
by Francisco Horta
Thu Oct 06, 2011 9:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ReCargar PREVIEW
Replies: 6
Views: 1376

ReCargar PREVIEW

... y copiados. ahora viene el dilema: quiero esos archivos .emf volver a cargarlos en un preview por si los quiere reimprimir, gracias saludos pak.o
by Francisco Horta
Thu Oct 06, 2011 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ReCargar PREVIEW
Replies: 6
Views: 1376

Re: Agradecimiento a Daniel Garcia.

Me uno al agradecimiento, siempre el apoyo de daniel, tambien felicitar a Antonio por tener buen ojo...
salu2
pak.o
by Francisco Horta
Thu Sep 29, 2011 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agradecimiento a Daniel Garcia.
Replies: 21
Views: 4348

Re: Duplicar tabela con SQLRDD en DB diferente

Gracias
funciona asi:
CREATE TABLE 'prueba' SELECT * FROM 'paises'
salu2
pak.o
by Francisco Horta
Sat Sep 24, 2011 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duplicar tabela con SQLRDD en DB diferente
Replies: 5
Views: 1737

Re: Otro color en el header de Xbrowse (SOLUCIONADO)

pak.o
Se ve muy bien
Hay ejemplos en la carpeta samples? o, porfa incluime el codigo
by MarioG
Fri Sep 23, 2011 11:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otro color en el header de Xbrowse (SOLUCIONADO)
Replies: 15
Views: 4541

Re: Duplicar tabela con SQLRDD en DB diferente

hola willi,

y se podra de alguna manera que pasen todos los registros?
gracias
pak.o
by Francisco Horta
Fri Sep 23, 2011 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duplicar tabela con SQLRDD en DB diferente
Replies: 5
Views: 1737

Re: Otro color en el header de Xbrowse (SOLUCIONADO)

Mario,
yo le pongo una imagen a la columna para saber que esta ordenada, adjunto la imagen
ImageShack.us

http://imageshack.us/photo/my-images/402/ordenm.jpg/
salu2
pak.o
by Francisco Horta
Fri Sep 23, 2011 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otro color en el header de Xbrowse (SOLUCIONADO)
Replies: 15
Views: 4541

Re: concatenated sql query

... ' ', nombre) AS completo FROM empleados " +; " WHERE "+cCampo+" LIKE '%" + ALLTRIM(cFiltro) + "%'" Regards Pak.o
by Francisco Horta
Tue Sep 13, 2011 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: concatenated sql query
Replies: 5
Views: 1079
Next

Return to advanced search