Search found 28 matches: clas

Return to advanced search

Re: ActiveX - CREATEOBJECT and singleton pattern

prg: //////////////////////////////////////////// o1 := CREATEOBJECT("PaymentService.BluetoothConnector") // ok MsgInfo( ValType( o1 ) ) // -> "O" o2 := o1:GetInstance() // error MsgInfo( ValType( o2 ) ) //////////////////////////////////////////// error.log Application ======...
by metro2
Wed Sep 29, 2021 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX - CREATEOBJECT and singleton pattern
Replies: 21
Views: 1603

Re: Ayuda Urgente de Word

... la opción de crear los documentos en formato .rtf ( que también pueden ser abiertos por Word con la ventaja de que los puedes editar con nuestra clas TRichEdit ), y realizar esta tarea en ellos. Sobre este tema busca en el foro "word merge"
by cnavarro
Sat Sep 21, 2019 11:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Urgente de Word
Replies: 5
Views: 780

Taskpanel

Se puede poner un "calendario" en TASKGROUP de la clase TASKPANEL ? Algo asi como: @ 01, 01 CALENDAR oCalendar  VAR nDia OF oTaskPanel y de ser afirmativo, puede alguien proporcionarme un ejemplo. No quiero utilizar la clas TASKBAR. Gracias ricardog ...
by ricardog
Fri Aug 17, 2018 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Taskpanel
Replies: 1
Views: 545

Taskpanel

Se puede poner un "calendario" en TASKGROUP de la clase TASKPANEL ?
Algo asi como:

Code: Select all  Expand view
@ 01, 01 CALENDAR oCalendar  VAR nDia OF oTaskPanel


y de ser afirmativo, puede alguien proporcionarme un ejemplo.
No quiero utilizar la clas TASKBAR.
Gracias
by ricardog
Fri Aug 17, 2018 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Taskpanel
Replies: 7
Views: 922

Re: Resizeable screen formats

search on this forum
there is a clas to resize a window ...perhaps we change it for dialog class
by Silvio.Falconi
Mon May 23, 2016 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5318

Re: Function to download a defined file from a homepage ?

there a clas called s TUpdate from our friend Prof. Ing. Stephan Haupt ( great loss we hope he rest in peace forever)
by Silvio.Falconi
Thu Apr 21, 2016 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15321

To antonio : tget LightBorder

I saw a Mastintin function LightBorder for tget control why it cannot insert on tget clas directly ? I wantes insert on an application with many gets but I have problems sample : for v= 1 to 11 aGet[v]:bPainted = { || LightBorder( aGet[v], aGet[v]:lFocused , .T. ) ...
by Silvio.Falconi
Tue Apr 12, 2016 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To antonio : tget LightBorder
Replies: 2
Views: 746

Re: Clas TLed from Silvio Falconi

lucasdebeltran wrote:Hello,


Silvio, why don´t you share your class?.


because I'm still working with this class
because I have not yet finished creating the class

porque todavía estoy trabajando con esta clase
porque todavía no he terminado de crear la clase
by Silvio.Falconi
Fri Apr 08, 2016 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TLed from Silvio Falconi
Replies: 31
Views: 9991

Re: Clas TLed from Silvio Falconi

Hello, Try this simple: #include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//function Main() local oTmr, oSay, oFnt DEFINE FONT oFnt NAME "Fixedsys Normal" SIZE 0, -30 DEFINE WINDOW oWnd TITLE "...
by lucasdebeltran
Fri Apr 08, 2016 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TLed from Silvio Falconi
Replies: 31
Views: 9991

Re: Clas TLed from Silvio Falconi

I not provide the sources for now ( I'm working to correct some bugs) , sorry...it have a copyright
I never publish the sources on this forum ...where you take my sources ?

Estimado señor nunca he publicado el código fuente de esta clase, usted podría decirme dónde sacó mis fuentes
by Silvio.Falconi
Fri Apr 08, 2016 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TLed from Silvio Falconi
Replies: 31
Views: 9991

Class TLed from Silvio Falconi

Greetings to the community :

Someone will tled Silvio Falconi Have the class , functional forum esta sources but I found no examples of how to use it via recuros ..

Maybe Silvio provide it .. Could Greetings
by cuatecatl82
Fri Apr 08, 2016 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TLed from Silvio Falconi
Replies: 31
Views: 9991

Re: Introducing FiveTech's fivedit

James, Methods are supported too. Please see this line in function FillFuncList(): if cToken $ "static func,func,proc,clas,meth,hb_f" if a line starts with that, then it is shown :-) Tomorrow we will publish FWH 15.01 so you will be able to build Fivedit.prg for yourself and ...
by Antonio Linares
Fri Jan 16, 2015 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107422

Re: SqlQuery and Microsoft.ACE.OLEDB.12.0 error

... where the DBF resides. If you want to use SqlQuery you better not use SET DEFAULT TO. RDD can search SET DEFAULT path and open DBFs but TDatabase clas has to know what is the exact folder name to obtain a valid ADO connection. Whichever folder you keep DBF files, keep that folder name in a global ...
by nageswaragunupudi
Mon Oct 14, 2013 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqlQuery and Microsoft.ACE.OLEDB.12.0 error
Replies: 14
Views: 3756

Get con botton bitmap no funciona bien FWH1108

Hola Antonio: Te reporto una accion de la clas tGet que no funciona correctamente la transparencia del bitmap que incrustan dentro del get para una accion en concreto en FWH1108-HARBOUR311+BCC582. Estoy probando los GET con bitmap incrustado: ...
by jll-fwh
Sat Sep 10, 2011 1:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get con botton bitmap no funciona bien FWH1108
Replies: 1
Views: 359

Re: Ayuda sobre xBrowse/Windows 7

Hola Daniel,

en mi xbrowse sólo hay un método PaintHeader y es el de la clase TXBrwcolumn.
En la clas e TXBrowse hay un método Paint, pero ahí no sé...

Saludos!
by pedrog
Wed Mar 03, 2010 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda sobre xBrowse/Windows 7
Replies: 22
Views: 6439
Next

Return to advanced search