Search found 28 matches: ttoc

Return to advanced search

Re: Compilar código Harbour con gcc en 64 BITS

He instalado MinGW para 63 bits, versión: \mingw-w64\x86_64-8.1.0-posix-sjlj-rt_v6-rev0 Y utilizo para compilar el siguiente BAT: cls@set HB_INSTALL=C:\harbour64%HB_INSTALL%\bin\harbour %1.prg -n -i%HB_INSTALL%\include -iC:\MinGW-64\mingw32\i686-w64-mingw32\include  gcc -Wall -o%1.exe %1.c -I%H...
by Verhoven
Sat May 26, 2018 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2006

Re: Converting sql data from datetime to string

Date as Character:

DTOC( tDateTimeValue )

Time as character:

LEFT( AFTERATNUM( " ", TTOC( tDateTimeVal ) ), 5 )
by nageswaragunupudi
Tue Nov 14, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting sql data from datetime to string
Replies: 4
Views: 893

Re: funciones de FWH y Harbour en un archivo .txt

... Transform(<exp>,<cSayPicture>)->cFormatString Trim(<cString>)->cTrimString TrueName(<cPath>)->cRoot TtoC(<dDateTime>)->cDateTimeString TtoS(<dDateTime>)->cYYYYMMDDhhmmss.ccc Type(<cExp>)->cType U2bin(<nNumber>)->cInteger ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... Transform(<exp>,<cSayPicture>)->cFormatString Trim(<cString>)->cTrimString TrueName(<cPath>)->cRoot TtoC(<dDateTime>)->cDateTimeString TtoS(<dDateTime>)->cYYYYMMDDhhmmss.ccc Type(<cExp>)->cType U2bin(<nNumber>)->cInteger ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... TimeValid Token TokenAt TokenEnd TokenExit TokenInit TokenLower TokenLower TokenNext Tokennum TokenSep Tone TraceLog Transform Trim TrueName TtoC TtoS Type U2bin UnCompressString UnSelected UpDated Upper Used Val ValPos ValToPrg ValToPrgExp ValType Version VolSerial Volume W2Bin Wild2RegEx ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Ayuda DLL

Buenas tardes Antonio, tienes razón me lo genera en donde esta el fuente, solo que me manda estos errores: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include /i /oObj\Tseguro.c Ha...
by ricardog
Tue Aug 29, 2017 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

DateTime in SQL

... getting the time from a SQL DateTime field? if I do a plain Xbrowse on the DataTable, I am still seeing the value in the Table as a Date Only the TTOC / TTOS function only seem to return the Date portion of the field and nothing from the STRING. Is this a "latest version" issue, or is ...
by paulrogers
Wed Dec 16, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime in SQL
Replies: 3
Views: 684

Re: Ayuda con Objeto Stream de ADO

Antonio He encontrado los fuentes originales que generan la aplicación donde todo funciona bien. He vuelto a compilar y linkear con esos recursos antiguos y las fotos suben correctamente. Como resultado del mensaje MsgInfo( ::oStream:Read() ) me da cuatro caracteres extraños : ӰØӰà y luego del mensa...
by sjingo
Wed Jul 08, 2015 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Objeto Stream de ADO (Solucionado)
Replies: 24
Views: 7836

Para Antonio: ERROR COMPILACION GTAPI

Hola Antonio, Estoy cambiando de la version 7.01 A LA VERSION 14.02 de fwh, y al intentar compilar me marca esto Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from C:\FWH1402\XHARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb...
by Laurel
Mon Mar 17, 2014 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio: ERROR COMPILACION GTAPI
Replies: 2
Views: 1278

Re: Convertir variable de tipo "T" a caracter

TtoC() Converts a DateTime value to a character string in SET DATE and SET TIME format. Syntax TtoC( <dDateTime> ) --> cDateTimeString Arguments <dDateTime> The parameter must be a value of data type Date or ...
by carlos vargas
Tue Oct 08, 2013 9:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir variable de tipo "T" a caracter
Replies: 1
Views: 863

Re: Empezando con ADO SOLUCIONADO

Hola Alex La función Ttoc viene con xHarbour si quieres ver todas las funciones de xharbour mira este enlaze, (te tienes que dar de alta con tu correo) http://www.xharbour.com/xhdn/ Yo la uso así en una función para hacer ...
by Pedro
Fri Apr 06, 2012 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezando con ADO SOLUCIONADO
Replies: 4
Views: 1167

Re: Empezando con ADO SOLUCIONADO

Pedro te cuento me esta pasando lo mismo con archivos DBISAM y no consigo como convertir estos campos timestamp, en que libreria esta la funcion ttoc() porque no la consigo en ninguna parte (segun es en xhb.lib)

Alejandro
by QAZWSX2K
Fri Apr 06, 2012 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezando con ADO SOLUCIONADO
Replies: 4
Views: 1167
Next

Return to advanced search