Search found 748 matches: null

Return to advanced search

... use the GetModuleHandleEx function. HMODULE GetModuleHandle( LPCTSTR lpModuleName // module name ); Parameters lpModuleName [in] Pointer to a null-terminated string that contains the name of the module (either a .dll or .exe file). If the file name extension is omitted, the default library ...
by Enrico Maria Giordano
Fri Feb 03, 2006 2:35 pm
 
Forum: FiveWin for CA-Clipper
Topic: Detect other application running
Replies: 5
Views: 2032

16 bits tranparentes

... bRClicked, bWhen, nClrShadow ) CLASS TDIAG IF nClrShadow # NIL ::lSomb := .T. ::hPen := CreatePen( 0,1,nClrShadow ) ENDIF DEFINE BRUSH ::oBrush NULL RETURN Super:Activate( bClicked, bMoved, bPainted, lCentered, bValid, lModal, bInit, bRClicked, bWhen ) METHOD Initiate( hWndFocus, hWnd ) CLASS ...
by manuramos
Thu Feb 02, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: 16 bits tranparentes
Replies: 6
Views: 2028

Re: 2 questions

... to a parent window. This window receives any message boxes that an application produces, such as error reporting. lpOperation [in] Pointer to a null-terminated string, referred to in this case as a verb, that specifies the action to be performed. The set of available verbs depends on the particular ...
by Enrico Maria Giordano
Tue Jan 31, 2006 7:58 am
 
Forum: FiveWin for CA-Clipper
Topic: 2 questions
Replies: 14
Views: 5835

René,

NIL o NULL ??? (no es lo mismo)


En el contexto de la conversación se entiende que NIL dado que NULL en xHarbour no existe.

Saludos,
José Luis Capel
by jlcapel
Mon Jan 30, 2006 9:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de Fechas con ADO + SQL + XHarbour + FW
Replies: 11
Views: 3457

Jose Luis:

NIL o NULL ??? (no es lo mismo)
by R.F.
Mon Jan 30, 2006 12:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de Fechas con ADO + SQL + XHarbour + FW
Replies: 11
Views: 3457

... #define LT 0x69 1 #define MINUS 0x6A 1 #define MULT 0x6B 1 #define NE 0x6C 1 #define NEGATE 0x6E 1 #define NOP2 0x6F 1 #define NOT 0x70 1 #define NULL 0x71 1 #define ONE1 0x72 1 #define OR 0x73 1 #define PCOUNT 0x74 1 #define PLUS 0x75 1 #define POP 0x76 1 #define PUSHRV 0x77 1 #define QSELF 0x78 ...
by Antonio Linares
Fri Jan 27, 2006 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: maquinas virtuales - virtual machines
Replies: 5
Views: 1830

... Database Server supports a proprietary ADT table. The maximum ADT field name length is 128 bytes and may contain any character value except 0 (NULL), ';' (a semi-colon), or ',' (a comma). Regards, Roman
by modicr
Wed Jan 25, 2006 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to create DBF field_name > 10 chars ?
Replies: 1
Views: 682

... / / ' b) ::oRs:Fields(uNameField):Value:=ctod(' / / ') ::oRs:Fields(uNameField):Value:=ctod(' ') c) ::oRs:Fields(uNameField):Value:='NULL' d) ::oRs:Fields(uNameField):Value:=NIL e) dFec:=ctod(' / / ') ::oRs:Fields(uNameField):Value:=dFec y no se deja me marca el error : ADODB.RecordSet:Fields/9. ...
by Joel Andujo
Mon Jan 23, 2006 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de Fechas con ADO + SQL + XHarbour + FW
Replies: 11
Views: 3457

... := Chr(15) // Passing no second param or passing ZERO to GetProfString() // grabs entire section in .ini file. Each printer is separated by a // null char (Chr(0)) and a CRLF. We just strip them out cText := StrTran( StrTran( StrTran( ; GetProfString( "Devices", 0 ), Chr(0), cToken ), Chr(13) ...
by reinaldocrespo
Sat Jan 07, 2006 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scan Registry es muy doloroso! Linares Help US
Replies: 1
Views: 985

... *) hb_parcx( 1 ); UNSIGNED16 usServerTypes = ( UNSIGNED16 ) hb_parni( 2 ); UNSIGNED8 *pucUserName = ISCHAR( 3 ) ? (UNSIGNED8 *) hb_parcx( 3 ) : NULL ; UNSIGNED8 *pucPassword = ISCHAR( 4 ) ? (UNSIGNED8 *) hb_parcx( 4 ) : NULL ; UNSIGNED32 ulOptions = ISNUM( 5 ) ? hb_parnl( 5 ) : ADS_DEFAULT ; ...
by reinaldocrespo
Fri Jan 06, 2006 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with ADS
Replies: 9
Views: 3370

... modified to allow for more than one port to be open (MAXOPENPORTS) compiled at 20 and to allow for the sending and receiving of data containing NULL characters (Chr(0)). As a C/C++ coder, I make a fair plumber. Anyone who wishes to clean-up my code is welcome to do so. Ned Robertson XpertCTI, ...
by AngelSalom
Thu Dec 29, 2005 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LECTURA EM PUERTO SERIAL EN FIVE 2.7 FOR XHARBOUR
Replies: 12
Views: 4886

... PHB_DYNS s_pSym_OleAuto; static PHB_DYNS s_pSym_hObj; static PHB_DYNS s_pSym_New; static PHB_DYNS s_pSym_cClassName; static BOOL *s_OleRefFlags = NULL; #pragma ENDDUMP //----------------------------------------------------------------------------// INIT PROC HB_OLEINIT HB_INLINE() { s_nOleError ...
by ask
Tue Dec 27, 2005 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 15120

MC3000 - Casi terminada

... palbmpread() ; RETURN NIL #pragma BEGINDUMP #include <hbapi.h> #include <windows.h> #include "Scancapi.h" LPSCAN_BUFFER lpScanBuffer = NULL; BOOL bUseText = TRUE; DWORD dwScanSize = 7095; DWORD dwScanTimeout = 0; #define BUFFER_SIZE 7095 #define DEFAULT_TIMEOUT 10000 HANDLE hScanner ...
by ramirezosvaldo
Tue Dec 20, 2005 4:23 pm
 
Forum: FiveWin para Pocket PC
Topic: MC3000 - Casi terminada
Replies: 17
Views: 8568

Problems con una funcion en C

... palbmpread() ; return nil #pragma BEGINDUMP #include <hbapi.h> #include <windows.h> #include <ScanCAPI.h> HANDLE hScanner = NULL; TCHAR szScannerName[MAX_PATH] = L"SCN1:"; HB_FUNC( SCAN_OPEN ) { DWORD dwResult = SCAN_Open( szScannerName, &hScanner ); if ( dwResult != ...
by ramirezosvaldo
Fri Dec 09, 2005 12:28 am
 
Forum: FiveWin para Pocket PC
Topic: Problems con una funcion en C
Replies: 5
Views: 2617

... __HARBOUR__ #include <hbVm.h> // #include <hbfast.h> #include <hbapiitm.h> #define MoveTo( hDC, x, y ) MoveToEx( hDC, x, y, NULL ) #define _PutSym( _SymEval ) hb_vmPushSymbol( &hb_symEval ) #define _xPushM hb_vmPush #define _PutLN hb_vmPushLong #define _xEval hb_vmDo ...
by Rick Lipkin
Sun Dec 04, 2005 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hernans TWBrowse library for FWH 2.7
Replies: 6
Views: 2298
PreviousNext

Return to advanced search