FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Super me dice que no existe
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Super me dice que no existe
Posted: Thu Oct 28, 2021 02:17 AM
Estoy intentando hacer un forsozo salto de pagina con la TIMPRIME de carmona, pero en este codigo me dice el siguiente error:

Error description: Error BASE/1003 No existe la variable: SUPER

Stack Calls
===========
Called from: Source\impresion\TImpStock.prg => TIMPSTOCK:SEPARATOR( 265 )


Code (fw): Select all Collapse
METHOD separator( nSpace ) CLASS TImpStock

   IF ( Super:Separator( nSpace ) )
      ::cabecera()
      ::nLinea := 3
   ENDIF

   RETURN ( Self )
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Super me dice que no existe
Posted: Thu Oct 28, 2021 05:55 AM

::Super:mensaje( ... )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion