Called from: => STARTPAGE( 0 )

Post Reply
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Called from: => STARTPAGE( 0 )

Post by goosfancito »

buenas tardes.
intento hacer un listado (no factura) solo impresion de items.
y al querer Ejecutar la rutina que me realizaria le impresion me salta esto:

Code: Select all | Expand


   Called from:  => STARTPAGE( 0 )
   Called from: .\source\classes\PRINTER.PRG => PAGEBEGIN( 0 )
   Called from: Source\imprime\TIMPQuincenal.prg => TIMPQUINCENAL:HOJA1( 73 )


que es?

gracias
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
karinha
Posts: 7932
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: Called from: => STARTPAGE( 0 )

Post by karinha »

Muestre el código. Y vea PRINT.CH si tiene algo mal.

Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: Called from: => STARTPAGE( 0 )

Post by goosfancito »

cambie la forma que llamaba:

Code: Select all | Expand

antes:
class TImprimir from terrores, timprime
 

Code: Select all | Expand

ahora:
class TImprimir from timprime, terrores


y comenzo a funcionar. no vi porque.

gracias.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
karinha
Posts: 7932
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: Called from: => STARTPAGE( 0 )

Post by karinha »

Te refieres a esto?

Code: Select all | Expand


    /*     CH para las clases TUtilPrn y TImprime
    /* by TheFull( Rafa Carmona ) */

 


https://www.4shared.com/rar/y0hnheWZca/TESTPRN.html

https://www.4shared.com/zip/Uq_CTyB-ei/timprime.html

https://www.4shared.com/rar/8_MA44xdca/UTILPRN.html

Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: Called from: => STARTPAGE( 0 )

Post by goosfancito »

asi es.

mi codigo donde estaba declarada la llamada a la clase era asi:

Code: Select all | Expand

CLASS TIMPQuincenal FROM TImprime, TErrores

   DATA oCnx
   DATA oQry
   DATA aPeriodo
...


al intercambiar la declaracion de FROM comenzó a funcionar.

Code: Select all | Expand


CLASS TIMPQuincenal FROM TErrores, TImprime

   DATA oCnx
   DATA oQry
   DATA aPeriodo
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: Called from: => STARTPAGE( 0 )

Post by goosfancito »

la ultima version es la 4.0?
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: Called from: => STARTPAGE( 0 )

Post by goosfancito »

avanzo un paso y vuelta a retroceder.
no puedo hacer una programacion fluida.
esto me preocupa desde hace años con el tema de las impresiones.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
Antonio Linares
Site Admin
Posts: 42512
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Called from: => STARTPAGE( 0 )

Post by Antonio Linares »

Copia aqui el error.log completo, no solo una parte, gracias
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: Called from: => STARTPAGE( 0 )

Post by Marc Venken »

Hello goosfancito,

I've seen a post where you refer to programming the arduino.

Did you ever manage FWH to connect to a hardware modules in order to read data for processing something ?

I want to be able to read from FWH when a beam from a optisch eye is interupted. and show something on screen.

Thanks
Marc
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: Called from: => STARTPAGE( 0 )

Post by goosfancito »

[quote="Marc Venken"]Hello goosfancito,

I've seen a post where you refer to programming the arduino.

Did you ever manage FWH to connect to a hardware modules in order to read data for processing something ?

I want to be able to read from FWH when a beam from a optisch eye is interupted. and show something on screen.

Thanks
Marc[/
quote]

español por favor.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: Called from: => STARTPAGE( 0 )

Post by Marc Venken »

Google translate :

Hola goosfancito,

He visto una publicación en la que te refieres a programar el arduino.

¿Alguna vez manejó FWH para conectarse a módulos de hardware con el fin de leer datos para procesar algo?

Quiero poder leer desde FWH cuando un rayo de un ojo visual se interrumpe. y mostrar algo en la pantalla.
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: Called from: => STARTPAGE( 0 )

Post by goosfancito »

Hola.

No, he programado solo lo basico para arduino desde el mismo ide para realizar pruebas
con los diferentes componentes. Pero nada mas que eso.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Post Reply