Search found 117 matches

by gabo
Sun Dec 20, 2015 3:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: fivewin con Tablets
Replies: 2
Views: 799

Re: fivewin con Tablets

Loren, Yo estoy usando Tabletas Vulcan de 7" con windows 8 actualizadas a Win 10 y cualquier software windows funcionan perfectamente. para la señal wifi instale un AP Engenius EAP600. Si usas MySQL debereas estar haciendo PING al servidor.. por que habra momentos que perderas la señal wifi. Sa...
by gabo
Tue Mar 17, 2015 2:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir cajon dinero
Replies: 3
Views: 801

Re: Abrir cajon dinero

Noe
Este es el codigo y me sirve hasta el momento con epson, samusung, oki y star
Saludos

Code: Select all

 Chr(27)+Chr(112)+Chr(0)+Chr(60)+Chr(240)
 
by gabo
Wed Mar 04, 2015 6:00 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Espectacular clase ExcelWriterXML
Replies: 11
Views: 3512

Re: Espectacular clase ExcelWriterXML

Mario

Code: Select all

//Sintaxis
cellmerge( nRow, nCol, nNumeroDeColumnasACombinar, nNumeroDeFilasACombinar )
//Tu Codigo
sheet1:cellMerge( 1, 1, 1, 0 )  // No pone en el centro como lo hace Excel
 
Saludos
by gabo
Tue Mar 03, 2015 9:55 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Espectacular clase ExcelWriterXML
Replies: 11
Views: 3512

Re: Espectacular clase ExcelWriterXML

Mario
Los fuentes se encuentran en
\Harbour\extras\hbxlsxml
Si no puedes crear la lib agrega los fuentes a tu proyecto de ejemplo
\Harbour\extras\hbxlsxml\xlsxml.prg
\Harbour\extras\hbxlsxml\xlsxml_s.prg
\Harbour\extras\hbxlsxml\xlsxml_y.prg

Saludos
by gabo
Tue Feb 24, 2015 1:07 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Espectacular clase ExcelWriterXML
Replies: 11
Views: 3512

Re: Espectacular clase ExcelWriterXML

//------------------------------------------------------------------------------ STATIC FUNCTION CrearHojaExcel( aProducs, aIgrediens, dFechaUno, dFechaDos ) //------------------------------------------------------------------------------   LOCAL oXML, oSheet, nDias, aDias, nColMerge, lMesas, nLine...
by gabo
Wed Sep 10, 2014 8:41 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nueva web e imagen corporativa de FivetechSoft
Replies: 18
Views: 3402

Re: Nueva web e imagen corporativa de FivetechSoft

Simon
Excelente! me gusta tu trabajo. podrias recomendar que herramientas se necesitan para llegar hacer eso!!
Saludos
by gabo
Fri Aug 22, 2014 10:21 pm
Forum: FiveWin para Harbour/xHarbour
Topic: MySQL / MariaDB
Replies: 19
Views: 4484

Re: MySQL / MariaDB

Bueno. solo para conocer y estar enterado de todo.
http://miguelangelnieto.net/?action=vie ... b-y-el-fud
Saludos
by gabo
Wed Aug 20, 2014 3:00 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TOle Diferencia entre Office 2013 y Office 2010
Replies: 10
Views: 1413

Re: TOle Diferencia entre Office 2013 y Office 2010

Quizas esto te pueda ayudar. Tomado del foro de HMG http://www.hmgforum.com/viewtopic.php?f=5&t=2647 You have bad version of Office - if you have Stiudents or starter version - don't have OLE Office starter or student version don't have OLE, so your example cannot be used. You need to install a ...
by gabo
Thu Jun 19, 2014 12:35 am
Forum: FiveWin para Harbour/xHarbour
Topic: mi funcion sumar horas
Replies: 8
Views: 886

Re: mi funcion sumar horas

Para obtener la diferencia entre horas ::oNE_Tiempo:cText:= SubStr( TimeDiff( ::oNE_HoraEntrada:Value, Time() ), 4 ) Saludos /*-----------------------------------------------------------------------------------------------*/ STATIC FUNCTION TimeDiff( cStartTime, cEndTime ) /*------------------------...
by gabo
Sat Jul 13, 2013 7:45 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para leer peso de una bascula
Replies: 9
Views: 2733

Re: Ayuda para leer peso de una bascula

Hola Este es el codigo completo para leer una bascula Torrey, Todo el codigo fue obtenido del foro.. Espero y les sea de utilidad. Saludos /*-----------------------------------------------------------------------------------------------*/ METHOD LeerBascula() CLASS TTpvPasadores /*------------------...
by gabo
Fri Jun 21, 2013 10:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: APLICACIONES WEB - SCRIPTCASE
Replies: 6
Views: 1043

Re: APLICACIONES WEB - SCRIPTCASE

Luis
Esto esta bastante interesante sin quitar merito a fiveweb.
http://www.morfik.com/

Saludos
by gabo
Sun Feb 05, 2012 8:20 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ads y archivo add.
Replies: 4
Views: 1140

Re: ads y archivo add.

Ruben. Para crear diccionarios de ADS desde codigo  FUNCTION Main()    LOCA lCreate    LOCAL oIniFile, cLanIp, cLanPort, cInternetIp, cInternetPort, cServerType, cServerName, cDictionary    LOCAL cIpFija, cPortFijo, cRootDrive, cUserServer, cServerPath, cPassServer, cErrorAds, cImageFondo     REQUES...
by gabo
Tue Oct 11, 2011 2:18 am
Forum: FiveWin para Harbour/xHarbour
Topic: Dudas.. creacion de Indices ADS
Replies: 1
Views: 487

Re: Dudas.. creacion de Indices ADS

YO MISMO Estaba cometiendo el error de abrir la tabla para crear los indices por comand SQL. para que los indices se creen correctamente. NO ES NECESARIO ABRIR LA TABLA. quedaria de la siguiente manera   cSqlQuery:="EXECUTE PROCEDURE sp_CreateIndex90('VTAXPEDI','VTAXPEDI.ADI','ABIERTOS','DTOS(F...
by gabo
Tue Oct 11, 2011 12:44 am
Forum: FiveWin para Harbour/xHarbour
Topic: Dudas.. creacion de Indices ADS
Replies: 1
Views: 487

Dudas.. creacion de Indices ADS

Estimados Estoy tratando de crear indices ADI, desde codigo. pero me marca muchos errores, tengo el siguiente codigo. de ejemplos puestos en el foro algun compañero que use ads y pueda mostrar como crear indices ADI NOTA: El archivo ADI se debe crear si no existe. pero creo que lo que estoy usando s...
by gabo
Wed Aug 10, 2011 6:52 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xMate y Microsoft Visual Studio 2008 ??
Replies: 2
Views: 693

Re: xMate y Microsoft Visual Studio 2008 ??

Hi Rick Thank, Here this file ENV and work fine HB_INSTALL=E:\harbour HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n0 /w1 /es2 /a /v /i%HB_INC_INSTALL% Option prefix=/ [C] C_INSTALL=E:\MVS2008 C_COMP_COMMAND=%C_BIN_INSTALL%\cl.Exe -c -TP -W3 -GA -I%HB_INC_INSTALL%;%C_INC_INSTALL% %CRLF%%HOME%\O...