FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Called from: => STARTPAGE( 0 )
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Called from: => STARTPAGE( 0 )
Posted: Mon Jun 18, 2018 09:33 PM
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 (fw): Select all Collapse
聽 聽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/
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Tue Jun 19, 2018 01:05 PM

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
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Tue Jun 19, 2018 02:34 PM
cambie la forma que llamaba:
Code (fw): Select all Collapse
antes:
class TImprimir from terrores, timprime

Code (fw): Select all Collapse
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/
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Tue Jun 19, 2018 03:07 PM
Te refieres a esto?

Code (fw): Select all Collapse
    /*     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
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Tue Jun 19, 2018 09:54 PM
asi es.

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

Code (fw): Select all Collapse
CLASS TIMPQuincenal FROM TImprime, TErrores

聽 聽DATA oCnx
聽 聽DATA oQry
聽 聽DATA aPeriodo
...


al intercambiar la declaracion de FROM comenz贸 a funcionar.

Code (fw): Select all Collapse
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/
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Wed Jun 20, 2018 12:12 AM

la ultima version es la 4.0?

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Wed Jun 20, 2018 12:32 AM

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/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Wed Jun 20, 2018 11:23 AM

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Called from: => STARTPAGE( 0 )
Posted: Sun Jun 24, 2018 08:08 PM

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
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Mon Jun 25, 2018 03:40 PM
Marc Venken wrote: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/
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Called from: => STARTPAGE( 0 )
Posted: Tue Jun 26, 2018 06:59 AM

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
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: Called from: => STARTPAGE( 0 )
Posted: Tue Jun 26, 2018 11:48 PM

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/

Continue the discussion