Search found 74 matches: funcky

Return to advanced search

Re: I get the server time and date "time.windows.com"?

lucasdebeltran wrote:Hi,

Fucky has those functions.

Or you could retrieve from:
http://www2.roa.es/hora/index.html


Where I can buy the Funcky library ? I have them for the old Clipper, but I never found a place where to order the new version.
Thanks a lot.
Massimo.
by Massimo Linossi
Mon Aug 20, 2012 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I get the server time and date "time.windows.com"?
Replies: 12
Views: 1678

Re: Boris Pekic - NG's archive

... bought xHarbour and I'm the one given the task to migrate all our clipper applications to xHarbour. I also noticed that our application is using Funcky 2.5 and Netlib 6.5 third-party libs. Would there be anybody here that had already created wrapper functions for funcky that could be used for ...
by eduardoh
Wed Mar 16, 2011 9:53 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65186

Re: Funciones de 32 bits omonimas de 16 bits (Funcky-2)

Pregunta sobre codigo C implementado en [x]Harbour Antonio Linares escribio: Jose Maria, Te respondo con mucho retraso, pero es cuando he visto el mensaje (a veces se me pasan mensajes :-) > E:\Bases\Practicas\InyectaS.prg(1175) Error E0020 Incomplete statement or unbalanced delimiters E:\Bases\P...
by George
Wed Feb 23, 2011 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones de 32 bits omonimas de 16 bits (Funcky-2)
Replies: 14
Views: 5260

Re: Buscar texto en un fichero

... y a la clase ttxfile, pues en mi FW la clase tFile no tiene método ::ReadLine() y me parece muy, muy intersante. De hecho creo que voy a pasar de Funcky y quedarme con lo que tenemos. Gracias
by antolin
Wed Dec 01, 2010 7:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

... ahora son los ficheros de cabecera (.ch),... No hacen falta los ficheros de cabecera si usas COM. function main() oFuncky:=CreateObject("FUNCky") // Aqui esta el truco msginfo(oFuncky:ChrCount("t","Esto es un test")) // Visualiza un 3 (el número "t") ...
by JmGarcia
Mon Nov 29, 2010 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

Perdona JmGarcia, leyendo la documetnacion me he dado cuenta que parece ser que me he bajado funcky para delphy. Seguiré buscanso a ver si lo encuntro para clipper/xharbour.

Gracias de todas formas.
by antolin
Mon Nov 29, 2010 1:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

Ok Ruben, muchas gracias.

Lo voy a probar a ver que tal. Porque Funcky 6 tiene buena pinta, pero es muy hermetico y oscuro, he instalado la demo pero no se ni donde estan las librerías, ni si funcionaria, ni nada (tampoco he tenido mucho tiempo).
by antolin
Mon Nov 29, 2010 8:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

Perdona que te de la lata, pero: En la pagina de FUNCKY no hay nada para bajar ni instalar, ¿de donde puedo bajar esa libraría?

Gracias
by antolin
Thu Nov 25, 2010 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

... y se te queda instalado en el PC la tecnología COM (Common Object Model). Un ejemplo de codigo fuente, para la función ChrCount de Funcky, sería algo asi: /*obj.ChrCount( Chr, Str ) obj  A FUNCky Object created by a previous call to CreateObject.  Chr  A string containing the character ...
by JmGarcia
Thu Nov 25, 2010 9:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

Hola JmGarcia

He encontrado la web oficial de FUNCky (muy, muy interesant) y tengo una preguntita tonta, ¿Que librería habría que bajar/comprar, la de CLIPPER o la de XBASE?

Otra cosa ¿Es FREEWARE?

Gracias de antemano
by antolin
Thu Nov 25, 2010 9:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

... (common object model). Locate Locate a string of text in the file -------------------------------------------------------------------------------- FUNCky 6.0® COM Component -------------------------------------------------------------------------------- Syntax obj.Locate( Str [, Flag ] ) Part -------------------------------------------------------------------------------- ...
by JmGarcia
Wed Nov 24, 2010 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Buscar texto en un fichero

Las famosas librerías FUNCKY tenían una función llamada flocate que era estupenda. La última versión 6 NO la tiene . Su descripción: Name: flocate() - locate text in a text file _xkey() - specify no abort in flocate() _xkeyval() - specify ...
by JmGarcia
Wed Nov 24, 2010 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6252

Re: Xor() == nXor() == NumXor() ?

Dear All,

After test, I found all function return the same value.

It means
Xor(funcky) == nXor(FWH) == NumXor(xHarbour) == .T.

Is it correct?

Regards,
Dutch
by dutch
Mon Nov 30, 2009 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xor() == nXor() == NumXor() ?
Replies: 3
Views: 825

Xor() == nXor() == NumXor() ?

Dear All,

I try to convert my Clipper to 32bits. Xor() function is equal to which function?

Xor(funcky) == nXor(FWH)
or
Xor(funcky) == NumXor(xHarbour)

Which one is equal to?

Regards,
Dutch
by dutch
Mon Nov 30, 2009 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xor() == nXor() == NumXor() ?
Replies: 3
Views: 825

Fastest way to convert a 16bit DLL with Bitmaps

It has taken me awhile to convert some "funcky" library routines which I had been using into pure Harbour/Fivewin code, but that seems to have gone pretty smoothly compared to my process of converting the DLL screen files and bitmaps ...
by MichaelMo
Fri May 15, 2009 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fastest way to convert a 16bit DLL with Bitmaps
Replies: 6
Views: 1308
Next

Return to advanced search