Search found 710 matches

by George
Sat Dec 13, 2014 9:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: to Mastintin : yahoo financial
Replies: 13
Views: 3678

Re: to Mastintin : yahoo financial

Manuel,
Este post que iniciaste es bien interesante.
Nos da ideas para aplicaciones desarrolladas con Fivewin accesando data diponible en la red.

Saludos,

George
by George
Fri Nov 21, 2014 12:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: New Opportunity to try Visual Studio with FWH
Replies: 28
Views: 4944

Re: New Opportunity to try Visual Studio with FWH

Tim, thanks for such a clear explanation. This is an opportunity for us, FiveWin users, to have available the most advanced and standardized programming tools. Also, after completed the VS-Fivewin project, is an opportunity for Fivewin becomes known more widely, especially in the US, as a modern pro...
by George
Sat Nov 15, 2014 6:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ideas????
Replies: 20
Views: 3150

Re: Ideas????

Jeff,
As suggested by fraxzi the AIS (the ADS remote server) could be helpful in this case.
I would consider having one table, in the data dictionary, per each remote computer.

Regards,

George
by George
Sat Nov 15, 2014 12:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ideas????
Replies: 20
Views: 3150

Re: Ideas????

Jeff,
If a few seconds delay is not a problem maybe you can use a timer to send a file, with the data collected, via FTP to the central computer.
by George
Mon Nov 10, 2014 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Considering moving to Korea to build FiveTouch
Replies: 30
Views: 5751

Re: Considering moving to Korea to build FiveTouch

Antonio,
I think that for promotion could be helpful the following:
  • Free Fivewin Express edition
    Fivewin book
    Visual Studio integration
    Professional Visual Report (Easyreport)
Regards,

George
by George
Mon Oct 13, 2014 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb ERP demo
Replies: 13
Views: 4116

Re: FiveWeb ERP demo

Mr. Raj,
Your website looks great and professional.
Did you develop it using only FiveWeb?

Regards,

George
by George
Wed Aug 27, 2014 8:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Correct way to call an external DLL?
Replies: 12
Views: 2207

Re: Correct way to call an external DLL?

Hi Adolfo, DLL32 FUNCTION FTPGETFILE( hConnect AS LONG, cRemoteFile AS LPSTR, cNewFile AS LPSTR, nFailIfExists AS LONG, nFlagsAndAttribs AS DWORD, nFlags AS DWORD, @nContext AS PTR ) AS BOOL;     PASCAL FROM "FtpGetFileA" LIB "wininet.dll" DLL32 FUNCTION FTPPUTFILE( hConnect AS L...
by George
Thu Aug 21, 2014 5:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH & Text Messages
Replies: 8
Views: 1890

Re: FWH & Text Messages

Tim, As explained by Gale you can send "messages" to phone number by using the below code and SMTP FW Class. This is free but you need to know the recipient's carrier. Alternatively you can send through Skype with only knowing the recipient's phone number, but Skype charges 11.2 cents for ...
by George
Wed Aug 20, 2014 12:31 am
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es más rápido en general...
Replies: 3
Views: 692

Re: Qué es más rápido en general...

En algoritmos para evaluar posiciones durante una partida de Ajedrez el uso de "Hash tables" es algo standard por su rapidez de acceder un record de una tabla en memoria que pudiera contener millones de registros. Aqui los array normales no se consideran apropiado ya que son muy lentos par...
by George
Tue Aug 19, 2014 3:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ADS v 9.1 y Harbour 64bits.
Replies: 6
Views: 796

Re: ADS v 9.1 y Harbour 64bits.

Enviado.

Saludos,

George
by George
Tue Aug 19, 2014 12:29 am
Forum: FiveWin para Harbour/xHarbour
Topic: ADS v 9.1 y Harbour 64bits.
Replies: 6
Views: 796

Re: ADS v 9.1 y Harbour 64bits.

Vikthor,
He realizado algunas pruebas con ADS y FWH 64bits.
Si deseas te puedo enviar las librerias ADS que estoy usando para que verifiques si funcionan con tu applicacion.

Saludos,

George
by George
Sat Aug 09, 2014 5:34 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Crear foro SQL...satisfactorio
Replies: 19
Views: 1805

Re: Crear foro SQL...satisfactorio

La creacion del foro SQL seria de mucha ayuda.
Apoyo 100% esta peticion.

Saludos,

George
by George
Wed Aug 06, 2014 2:26 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Hex2Bin, Bin2Hex, Dec2Hex, Hex2Dec, Dec2Bin, Bin2Dec
Replies: 5
Views: 918

Re: Hex2Bin, Bin2Hex, Dec2Hex, Hex2Dec, Dec2Bin, Bin2Dec

Baxajaun, Un tiempo atras estuve haciendo pruebas con este tipo de conversiones. Aqui esta el codigo: //-------------------------------------------------------------------------- FUNCTION HexToBinary(cHex)     LOCAL nLenBin, nX, nPos, cBinNumber, cCharHex, cBinBase     cBinNumber := ""    ...
by George
Mon Aug 04, 2014 2:36 pm
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Menu [Solved]
Replies: 18
Views: 2787

Re: Bug in Menu

I did report this behavior in May 2008 http://forums.fivetechsupport.com/viewtopic.php?f=6&t=11165&hilit=menu+ancho and, as suggested per Antonio I did some testing, working better changing the value from 100 to 55. f oItem != nil          MenuMeasureItem( pMitStruct,;                       ...