Search found 67 matches: tpublic

Return to advanced search

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... + D:\MySql\WinContaPro\Sire\Wc-Sire\Obj\Sire.Obj + D:\MySql\WinContaPro\Sire\Wc-Sire\Obj\FUNCIONS.Obj + D:\MySql\WinContaPro\Sire\Wc-Sire\Obj\TPublic.Obj + E:\Tools\bcc760\Lib\c0w32.obj, + D:\MySql\WinContaPro\Sire\Wc-Sire\bin\Wc-Sire.Exe, + , + E:\Tools\fwh2307\lib\FiveHX.lib + E:\Tools\fwh2307\lib\FiveHC.lib ...
by CARLOS ATUNCAR
Tue Sep 19, 2023 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1679

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... %HOME%\Source\connect.prg=2,.F.,25,96, %HOME%\Source\ventas.prg=3,.F.,11,1, %HOME%\Source\FUNCIONS.PRG=4,.F.,40,20, E:\Tools\Clases\TPublic.prg=5,.F.,0,0, %HOME%\Resource\SireResource.res=6,.F.,0,0, %HOME%\Source\Sire.prg=7,.F.,7,1, %C_LIB_INSTALL%\C0W32.OBJ=8,.T.,0,0, E:\Tools\fwh2307\lib\FiveHX.lib=9,.T.,0,0, ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1679

Re: Marc : Conversion process and questions about it

... about. Thanks eveyone. I found the class in the forum : http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38871&hilit=tpublic Antonio asked about it. Maybe it is inside FWH already ?? I have to test/see in the source files Otherwise, If I want to use it, I copy it to ...
by Marc Venken
Tue Jan 05, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3501

Re: Marc : Conversion process and questions about it

Another option is to use a CLASS already developed by Andrade A. Daniel. The CLASS's name is TPublic // UsageoBill:=TPublic():New(.T.)// Vaiables DeclarationoBill:nBillNo:=100oBill:dBillDate:=Date()oBill:cCustCode:=Space(10)oBill:cCustName:=Space(35) ...
by anserkk
Tue Jan 05, 2021 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3501

Re: Usar o no variables publicas.

Horacio,

Puedes publicar aqui el código fuente de la clase TPublic que comentas ? gracias
by Antonio Linares
Wed Apr 29, 2020 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar o no variables publicas.
Replies: 16
Views: 3054

Re: Usar o no variables publicas.

Hay una clase que yo utilizo que se llama TPublic, donde defines solo una variable pública y declaras las que quieras dentro de ella. Public oWith Object o := TPublic() : New()    :Add( "usuario" )    :Add( ...
by horacio
Tue Apr 28, 2020 10:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar o no variables publicas.
Replies: 16
Views: 3054

Re: __Obj en Harbour

No. Pero solamente estas ejecutardo la CLase Tpublic. Colocalo asi. __objSendMsg( Self, "_" + cName,xValue ) Me imagino que pasas el Nombre (cName) y el valor para inicializarlo (xValue) Muestrame como haces el llamado a esta clase. Sigue ...
by Compuin
Mon Oct 08, 2018 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: __Obj en Harbour (RESUELTO)
Replies: 10
Views: 928

Re: __Obj en Harbour

No.
Pero solamente estas ejecutardo la CLase Tpublic.
Colocalo asi.

__objSendMsg( Self, "_" + cName,xValue )

Me imagino que pasas el Nombre (cName) y el valor para inicializarlo (xValue)
Muestrame como haces el llamado a esta clase.
by ruben Dario
Mon Oct 08, 2018 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: __Obj en Harbour (RESUELTO)
Replies: 10
Views: 928

Re: __Obj en Harbour

Si trabajo con la misma version. Podrias ajustarlso asi. te deberia de funcionar. Estas modificando la Clase TPublic. Saludos , mira si te funciona que error de da, me comentas o me escribes.     METHOD Set( cName, xValue ) CLASS TPublic       IF oSend(Self,cName)=NIL  ...
by Compuin
Mon Oct 08, 2018 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: __Obj en Harbour (RESUELTO)
Replies: 10
Views: 928

Re: __Obj en Harbour

Si trabajo con la misma version. Podrias ajustarlso asi. te deberia de funcionar. Estas modificando la Clase TPublic. Saludos , mira si te funciona que error de da, me comentas o me escribes.     METHOD Set( cName, xValue ) CLASS TPublic      ...
by ruben Dario
Mon Oct 08, 2018 3:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: __Obj en Harbour (RESUELTO)
Replies: 10
Views: 928

Re: Clase TPUBLIC

Busmatic_wpb wrote:Buenas Listeros
Yo he usado de la Daniel y trabaja exelente muy buena la aportacion del compañero.
Gracias por compartir .


Hola, la usas con Harbour ?
by Compuin
Thu Oct 04, 2018 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TPUBLIC
Replies: 14
Views: 4900

Re: Clase TPUBLIC

Buenas Listeros
Yo he usado de la Daniel y trabaja exelente muy buena la aportacion del compañero.
Gracias por compartir .
by Busmatic_wpb
Thu Oct 04, 2018 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TPUBLIC
Replies: 14
Views: 4900

Re: Clase TPUBLIC

... funcionalidades agregados metodos IsDefData, IsDefMethod, Save, Restore ////Designed by: Daniel Garcia-Gil [ danielgarciagil@gmail.com ]////Class TPublic//Create dynamically Datas//Create "in fly" new methods#include "hbclass.ch"//------------------------------------------------//CLASS ...
by Compuin
Thu Oct 04, 2018 12:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TPUBLIC
Replies: 14
Views: 4900

Re: Ejemplo de xBrowse

... Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TWINDOW 5 TCONTROL 6 TGET 7 TAPLICACION 8 WIN_OLEAUTO 9 TOLEAUTO 10 TPUBLIC 11 TICON 12 TBRUSH 13 TFONT 14 TDIALOG 15 TSAY 16 GET 17 TCLIPGET 18 TDATEPICK 19 TXBROWSE 20 TREG32 21 TXBRWCOLUMN 22 TBUTTON 23 TBUTTONBMP ...
by Armando
Thu Jun 28, 2018 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5132

Re: Error E0019 #error: 'Class not declared for method:

Este es el archivo MAIN.PRG que llama a la clase tpublic

#INCLUDE "fivewin.CH"

STATIC oBmp

FUNCTION main()
LOCAL oIco, oBar


SET DELETE OFF

PUBLIC oApp


oApp :=TPublic():New( .t. )

RETURN NIL


Contiua el error
by Compuin
Tue Apr 26, 2016 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error E0019 #error: 'Class not declared for method:
Replies: 17
Views: 3371
Next

Return to advanced search

cron