Search found 749 matches: null

Return to advanced search

Re: MySQL desde Linux

... char *user = "root"; char *password = "cdi"; char *database = "cdibussev"; conn = mysql_init(NULL); /* Connect to database */ if (!mysql_real_connect(conn, server, user, password, database, 0, NULL, 0)) { fprintf(stderr, "%s\n", mysql_error(conn)); ...
by softruz
Wed Dec 16, 2009 8:33 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: MySQL desde Linux
Replies: 10
Views: 5053

C para Sr. Antonio

... (short int Dispositivo, short int Opcoes, char *Arquivo, short int Extensao, long Timeout, void *CallBack, void *Instancia); static void *pLib = NULL; static fSWEDA_CapturarDispositivo SWEDA_CapturarDispositivo = NULL; /******************************************************************************/ ...
by MGA
Tue Dec 15, 2009 1:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C para Sr. Antonio
Replies: 2
Views: 694

Re: ShellExecute

... lpParameters [in] If lpFile specifies an executable file, this parameter is a pointer to a null-terminated string that specifies the parameters to be passed to the application. The format of this string is determined by the verb that is to ...
by Patrizio
Thu Dec 10, 2009 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute
Replies: 7
Views: 1734

Re: Changing directory in tFtp

Antonio,

I get the "oFTP:hFTP is null" message, yet i can access the ftp site through i.e. fine

Regards,

Pete
by PeterHarmes
Mon Dec 07, 2009 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing directory in tFtp
Replies: 7
Views: 1280

Re: SOAP con Autentificacion

... char * t; char * p; int x, y; int len; if( s_len > ( size_t ) INT_MAX ) { return NULL ; /* die("data too long in base64enc()"); */ } len = ( int ) s_len; t = ( char * ) hb_xgrab( ( 4 * ( ( len + 2 ) / 3 ) + 1 ) * sizeof( ...
by thefull
Fri Nov 27, 2009 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOAP con Autentificacion
Replies: 15
Views: 5715

Re: The word "Area" in a menu

Such situation could arise when a variable ( public or private ) by name AREA exists in the scope with a value of null string( "" ). In such a case "&Area Code" would be evaluated as "Code". This can be verified by inserting a statement MsgInfo( ...
by nageswaragunupudi
Fri Nov 20, 2009 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The word "Area" in a menu
Replies: 5
Views: 768

Re: Descubrir dispositivos via Bluetooth

... malloc( qs_len ); HANDLE lphLookup; INT nError; BTH_ADDR result; char buf[40] = {0}; DWORD bufsize = sizeof(buf); PHB_ITEM aTemp = hb_itemNew( NULL ); PHB_ITEM aNew = hb_itemArrayNew( 0); GUID guid = SVCID_HOSTNAME; hb_arrayNew( aTemp, 5 ); lphLookup = (HANDLE) hb_parnl(1); ZeroMemory( qs, ...
by softruz
Wed Nov 18, 2009 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descubrir dispositivos via Bluetooth
Replies: 5
Views: 1428

text's transparence in ribbonbar

... of the texts. (windows xp, fwh 7.09, xHarbour 1.21) @ 5, 1 SAY oSay1 PROMPT "ribbonbar" OF oGr TRANSPARENT DEFINE BRUSH oBrush STYLE NULL @ 6, 1 CHECKBOX oCheck1 VAR lPrev OF oGr1 PROMPT "ribbonbar" oCheck1:oBrush := oBrush @ 2, 1 RADIO oRad1 VAR n OF oGr5 ITEMS " rad1", ...
by marzio
Mon Nov 09, 2009 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: text's transparence in ribbonbar
Replies: 7
Views: 1225

Re: xBrowse Report

... nil ,;                            cAlign, .F., .F., nil )   endifreturn oCol  I've noticed that the 4th parameter of RptAddColumn (size) is Null and i think it's defaulting to oXCol:nWidth - so i have modified this 4th param to be oXCol:nWidth / 8 (i used 8 as it is the size of the default ...
by PeterHarmes
Tue Oct 27, 2009 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report
Replies: 5
Views: 1422

Re: Choosing SQL database ...

... from customers where zipcode = '12345' " AdsExecuteSqlDirect( cSql )... cSql := "Update customers set zipcode = '12345' where zipcode is null" AdsExecuteSqlDirect()... If your customer grows or the opportunity arises to sell to a bigger customer, then all you do is sell them the ...
by reinaldocrespo
Mon Oct 26, 2009 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 33933

Re: Missing DbfFpt.lib, Dll.lib, Socket.lib for Harbour

... 443: Expression syntax Error E2257 c:\harbour\include\hbdefs.h 465: , expected Error E2451 tutor01.c 18: Undefined symbol 'NULL' Error E2141 tutor01.c 18: Declaration syntax error Error E2190 tutor01.c 18: Unexpected } Error E2190 tutor01.c 18: Unexpected } Error E2040 tutor01.c ...
by Coiote
Wed Oct 07, 2009 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing DbfFpt.lib, Dll.lib, Socket.lib for Harbour
Replies: 7
Views: 1308

Re: TBitmap new (to Daniel) :cry:

an Idea : LOCAL oBrush := TBrush():New("NULL",,,) @ 320, 15 BITMAP oApp:oLogoBmp FILENAME "LOGOSYST.BMP" NOBORDER PIXEL OF oApp():oDlg oApp:oLogoBmp:nClrPane := GetSysColor(3) oApp:oLogoBmp:lTransparent := .t. oApp:oLogoBmp:oBrush ...
by Silvio
Fri Oct 02, 2009 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TBitmap new (to Daniel) :cry:
Replies: 13
Views: 1974

Re: TBitmap new (to Daniel) :cry:

do you try with brush NULL ?
by Silvio
Fri Oct 02, 2009 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TBitmap new (to Daniel) :cry:
Replies: 13
Views: 1974

Re: Get FWH 6.12 for free!!!

... 443: Expression syntax Error E2257 c:\harbour\include\hbdefs.h 465: , expected Error E2451 tutor01.c 18: Undefined symbol 'NULL' Error E2141 tutor01.c 18: Declaration syntax error Error E2190 tutor01.c 18: Unexpected } Error E2190 tutor01.c 18: Unexpected } Error E2040 tutor01.c ...
by Romano
Thu Oct 01, 2009 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get FWH 6.12 for free!!!
Replies: 34
Views: 9331

Infos about the use of GetStockObject() ?

Hello, are there any Doc's about the use of GetStockObject( ? ) I need it for the Selections for Text-defines inside my VTitle-Tool. I think it is only used for Pen-Colors. What are the Values for it ? Found some like : #Define NULL_PEN 8 hBlackBrush = GetStockObject( 4 ) hWhitePen := GetStockObject...
by ukoenig
Sun Sep 27, 2009 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infos about the use of GetStockObject() ?
Replies: 2
Views: 409
PreviousNext

Return to advanced search