Search found 37 matches: lmeta

Return to advanced search

Re: preview report got error when Windows User name Chinese word

Till then, if you like, you can make a small patch in printer.prg Please see this code in METHOD new()   if ! ::lMeta      ::hDcOut = ::hDC   else      ::aMeta  = {}      ::cDir   = GetEnv( "TEMP" )      if Empty( ::cDir )         ::cDir = GetEnv( ...
by richard-service
Sun Sep 03, 2023 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview report got error when Windows User name Chinese word
Replies: 10
Views: 686

Re: preview report got error when Windows User name Chinese word

Till then, if you like, you can make a small patch in printer.prg Please see this code in METHOD new()   if ! ::lMeta      ::hDcOut = ::hDC   else      ::aMeta  = {}      ::cDir   = GetEnv( "TEMP" )      if Empty( ::cDir )         ::cDir = GetEnv( ...
by nageswaragunupudi
Fri Sep 01, 2023 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview report got error when Windows User name Chinese word
Replies: 10
Views: 686

Re: Bug Exportar Excel en Report

estou tendo problema ao finalizar o repot Descrição do Erro: Error BASE/1004 Class: 'NIL' has no exported method: LMETA [ 1] = U chamado por LMETA(0) chamado por PRINTEND(1766) chamado por TREPORT:ACTIVATE(929) alguem tem esse problema? Are you getting this error with FWH1903? ...
by nageswaragunupudi
Sat Dec 14, 2019 4:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug Exportar Excel en Report
Replies: 11
Views: 1870

Re: Bug Exportar Excel en Report

estou tendo problema ao finalizar o repot

Descrição do Erro:
Error BASE/1004 Class: 'NIL' has no exported method: LMETA
[ 1] = U

chamado por LMETA(0)
chamado por PRINTEND(1766)
chamado por TREPORT:ACTIVATE(929)

alguem tem esse problema?
by Sistem
Fri Dec 13, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug Exportar Excel en Report
Replies: 11
Views: 1870

EMF - Enhanced meta file no se borran

... las versiones 10 y 18 de Fivewin. ************************* FWH 18 CLASS - printer.prg ************************* function PrintEnd() if oPrinter:lMeta if Empty( oPrinter:cFile ) oPrinter:Preview() elseif "pdf" $ Lower( oPrinter:cFile ) FWSavePreviewToPDF( oPrinter, If( Lower( cFileExt( ...
by mterraz
Mon Aug 06, 2018 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EMF - Enhanced meta file no se borran
Replies: 0
Views: 569

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

ok, lo importante es que ahora te funcione bien :-)
by Antonio Linares
Wed Dec 07, 2016 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

Puede ser maestro. Pero en ordenadores con Windows de 64 bits que tengan al menos 8 Gbs de RAM, funciona perfecto la vista previa(preview de fwh). comenzar los ensayos en los clientes. Hasta el próximo año, debe tener un resultado.

Gracias, saludos.
by karinha
Wed Dec 07, 2016 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

João,

No creo que tenga que ver nada con la memoria RAM, sino que se está llamando más de una vez a PrinterEnd()
by Antonio Linares
Wed Dec 07, 2016 3:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

...         // nuevo    endif                 // nuevo   if oPrinter:lMeta      if Empty( oPrinter:cFile )         oPrinter:Preview()      elseif ...
by karinha
Wed Dec 07, 2016 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

... function PrintEnd()   if oPrinter == nil    // nuevo      return nil         // nuevo    endif                 // nuevo   if oPrinter:lMeta      ...  Parece que hay una llamada extra a PrinterEnd() desde la aplicación. Compruébalo.
by Antonio Linares
Tue Dec 06, 2016 7:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

... Para Ver a Tela de Erro do Programa e Enviar o Email.   DESCRICAO DO ERRO: Error BASE/1004  Class: 'NIL' has no exported method: LMETA  Mira maestro: Memoria Disponivel: 3,74 GB Free Versao do Windows...: 6.1, Build 7601 Service Pack 1 - 7 64 Bits Gracias, saludos.
by karinha
Tue Dec 06, 2016 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

... PRINTER.PRG VERSAO: FWH16.08   ENDIF   // PARA NAO QUEBRAR O METAFILE NA IMPRESSAO DO DANFE. FWHX13.06   IF ::oPrn:lMeta  // CORRECAO NA CLASSE DO GILMER EM: 11/03/2016 Joao      ::oPrn:Preview()   ELSE      ::oPrn:End()  ...
by karinha
Tue Dec 06, 2016 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

Maestro, no puedo hacer un ejemplo, desde que se produjo el error en un cliente. Creo que, por alguna razón, el equipo(computadora) del cliente, pierde la conexión de red a la impresora.

Es la única posibilidad que se me ocurre en el tiempo.

Gracias, saludos.
by karinha
Tue Dec 06, 2016 1:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Re: Error BASE/1004 Class: 'NIL' has no exported method: LMETA

João,

Puedes proporcionar un PRG de ejemplo que reproduzca el error ? gracias
by Antonio Linares
Tue Dec 06, 2016 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451

Error BASE/1004 Class: 'NIL' has no exported method: LMETA

Error BASE/1004 Class: 'NIL' has no exported method: LMETA

Code: Select all  Expand view

Falhou Em: PRINTER.prg => PRINTEND( 1254 )
 


Masters,

¿Cómo evitar este error?

Gracias, saludos
by karinha
Tue Dec 06, 2016 12:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Replies: 9
Views: 1451
Next

Return to advanced search