Search found 744 matches: null

Return to advanced search

... dim.id AND ev.eventbegindate >= '" + dtoc( dFecIni ) + ; "' AND ev.eventbegindate < '" + dtoc( dFecFin ) + "' AND ev.resultmessage_id IS NOT NULL GROUP BY dim.datatype_id, ev.resultmessage_id ORDER BY 1, 2" Saludos, Mario A. Dávalos
by MarioDava
Thu Jan 10, 2008 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle con ADO
Replies: 21
Views: 7252

... CeGetLastError; HRESULT lConnected; RAPIINIT ri; BOOL lResultado; // Cargamos la librería lRapi = LoadLibrary ( "Rapi.dll" ); if ( lRapi == NULL ) { MessageBox(NULL,"Error:no cargada librería","Rapi",MB_OK); hb_retl(FALSE); return ; } // Cargamos las funciones CeRapiInitEx = (_CeRapiInitEx_) ...
by tsales
Mon Jan 07, 2008 6:19 pm
 
Forum: FiveWin para Pocket PC
Topic: Borrar / copiar archivos en una PDA desde PC
Replies: 14
Views: 4776

... new CAPPAG() DbCloseAll() return nil function CAPPAG() DEFINE FONT oFont9 NAME "arial" SIZE 05,14 BOLD DO WHILE .t. DEFINE BRUSH oBrush2 style null // DEFINE BITMAP oBmp3 resource "lupa" DEFINE BITMAP oBmp resource "pintura5" DEFINE ICON oIcono3 resource "logo1" DEFINE BITMAP oBmp1 resource ...
by ACC69
Thu Dec 27, 2007 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS DBCOMBO FWH 24
Replies: 6
Views: 1903

... new CAPPAG() DbCloseAll() return nil function CAPPAG() DEFINE FONT oFont9 NAME "arial" SIZE 05,14 BOLD DO WHILE .t. DEFINE BRUSH oBrush2 style null // DEFINE BITMAP oBmp3 resource "lupa" DEFINE BITMAP oBmp resource "pintura5" DEFINE ICON oIcono3 resource "logo1" DEFINE BITMAP oBmp1 resource ...
by JOSEMAR
Thu Dec 27, 2007 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS DBCOMBO FWH 24
Replies: 6
Views: 1903

Mi primera compilación con fwh 7.12

... 277: Declaration missing ; Error E2141 c:\xharbour\include\hbapi.h 609: Declaration syntax error Error E2451 TESTFOLD.c 47: Undefined symbol 'NULL' Error E2141 TESTFOLD.c 47: Declaration syntax error Error E2190 TESTFOLD.c 47: Unexpected } Error E2190 TESTFOLD.c 47: Unexpected } Error E2040 ...
by mmercado
Fri Dec 21, 2007 11:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mi primera compilación con fwh 7.12
Replies: 3
Views: 1137

Problemas con la versión 7.12

... Max( nNewAt, 1) ] endif endif ... 2.- TDtPicke. Genera un error al definir el objeto si la variable (uVar) esta definida a null. No se si es un error pero la clase TGet lo acepta. METHOD SetDate( dDate, lEmpty ) INLINE if( Valtype(dDate)<>'D', dDate ...
by fgondi
Tue Dec 18, 2007 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con la versión 7.12
Replies: 2
Views: 644

... was successfully located, the user-specified callback function is invoked with a GLatLng point. Otherwise, the callback function is given a null point. In case of ambiguous addresses, only the point for the best match is passed to the callback function. (Since 2.55) Thanks, Randal Hi Randal, ...
by Randal
Wed Dec 12, 2007 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 29692

... MYSQL_TINY_TYPE 1 #define MYSQL_SHORT_TYPE 2 #define MYSQL_LONG_TYPE 3 #define MYSQL_FLOAT_TYPE 4 #define MYSQL_DOUBLE_TYPE 5 #define MYSQL_NULL_TYPE 6 #define MYSQL_TIMESTAMP_TYPE 7 #define MYSQL_LONGLONG_TYPE 8 #define MYSQL_INT24_TYPE 9 #define MYSQL_DATE_TYPE 10 #define MYSQL_TIME_TYPE ...
by cdmmaui
Mon Dec 10, 2007 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql and sql lib
Replies: 22
Views: 5663

... tvTimeout ; tvTimeout.tv_sec = 45 ; tvTimeout.tv_usec = 0 ; do { FD_ZERO( &fdsSend ); FD_SET( *pSock , &fdsSend ); serr = select( 0 , NULL , &fdsSend , NULL , &tvTimeout ); if( serr == SOCKET_ERROR ) { return(101); } else if( serr == 0 ) { //DEBUGMSG( DF , (TEXT("select(send) ...
by Arturo Lopesoria
Mon Dec 10, 2007 3:51 pm
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 10205

Dietmar,

More results :-)
>
Call OpenThemeData. This will return a handle to the theme, which, if NULL indicates that the visual style manager is disabled or there is no information for that control, which means that you should continue to draw using your default routines.
>
by Antonio Linares
Tue Dec 04, 2007 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2007 style question
Replies: 11
Views: 2042

I found a bug in the code I posted above. This line: cFile := left(cFile, len(cFile)-1) // remove null-termination char Apparently there is no null-termination character so it is truncating the name by one character and this the funcion is returning hWnd as nil ...
by James Bott
Fri Nov 23, 2007 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Multiple
Replies: 25
Views: 5958

... CString tPrinterShare) { // BOOL aRetVal = TRUE; // create file name CString aFileName = _T("\\Temp\\report.prn"); // open the file FILE *aFile = NULL; aFile = _tfopen(aFileName, _T("wt")); // if(aFile == NULL) { aRetVal = FALSE; } else { // put the text _fputts(tText, aFile); // close the file ...
by Arturo Lopesoria
Mon Nov 12, 2007 3:02 am
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 10205

... el primary key al final , cQry := "CREATE TABLA IF NOT EXISTS ALUMNOS ( " cQry += "codigo INT(10) DEFAULT 0, " cQry += "nombre VARCHAR(30) NOT NULL," cQry += "auto INT NOT NULL AUTO_INCREMENT," cQry += "PRIMARY KEY (codigo))" cQry += "ENGINE = INNODB" oCn:Execute( cQry ) Saludos Cordiales..
by sysctrl2
Thu Nov 01, 2007 5:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear tabla en MySql
Replies: 8
Views: 1836

... código, pero no consigo que me desconecte una vez enviado el fichero. La función que estoy utilizando es: HB_FUNC (GPRSRELEASE) { HANDLE hCon= NULL; ConnMgrReleaseConnection( ( HANDLE ) hb_parnl( 1 ),2 ); } Nose si me falta algo..No da error pero no me desconecta.. Alguna idea?? Saludos. Elías ...
by Elias Torres
Thu Oct 25, 2007 3:59 pm
 
Forum: FiveWin para Pocket PC
Topic: Manejo de funciones para conexiones gprs
Replies: 9
Views: 2850

Manejo de funciones para conexiones gprs

... funciones he empezado a mirarlas pero no se como usarlas. Las funciones, para empezar son estas: HB_FUNC (GPRSCONNECT) { HANDLE phWebConnection = NULL; DWORD pdwStatus = 0; ConnMgrConnectionStatus (phWebConnection, &pdwStatus); if (pdwStatus == CONNMGR_STATUS_CONNECTED) { hb_retl (TRUE); } ...
by Elias Torres
Thu Oct 25, 2007 3:34 pm
 
Forum: FiveWin para Pocket PC
Topic: Manejo de funciones para conexiones gprs
Replies: 9
Views: 2850
PreviousNext

Return to advanced search