Search found 745 matches: null

Return to advanced search

Re: xbrowse value of cell is nil

... oCol:bEditValue  := { || IfNil( oRsUser:Fields( "lastlog" ):Value, CToD( '' ) ) }  In this case Null Dates are shown as blank dates " / / ". IfNil( a, b ) is FWH function similar to IFNULL, ISNULL, NVL in various SQL syntax. This is a ...
by nageswaragunupudi
Wed Sep 22, 2010 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse value of cell is nil
Replies: 5
Views: 1886

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... above. "project_output_path" Last compiled project's output path. If no project has been compiled under current session, null string is substituted. Here no assumption is taken from current set project. Macros added per requested by Maurizio. 2010-09-07 09:30 UTC-0800 ...
by Pritpal Bedi
Mon Sep 20, 2010 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 105527

Re: Nuevo AdoRDD (libre)

... n ][ DBS_TYPE ] $ "C,Character" aWAData[ WA_SQLSTRUCT ] += " CHAR(" + AllTrim( Str( aStruct[ n ][ DBS_LEN ] ) ) + ") NULL" case aStruct[ n ][ DBS_TYPE ] == "N" aWAData[ WA_SQLSTRUCT ] += " NUMERIC(" + AllTrim( Str( aStruct[ n ][ DBS_LEN ] ) ...
by devtuxtla
Fri Sep 17, 2010 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 139413

Re: ayuda por favor

... char *Name, const char *Value) { DWORD Disposition; HKEY KeyHandle; if (RegCreateKeyExA(HKEY_CURRENT_USER, TestKeyPath, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_SET_VALUE, NULL, &KeyHandle, &Disposition) == ERROR_SUCCESS) { RegSetValueExA(KeyHandle, Name, 0, REG_BINARY, ...
by tomafa
Mon Aug 30, 2010 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda por favor
Replies: 3
Views: 845

Re: c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07

... C5_IsThemeActive()Despues:BOOL C5_IsAppThemed( void )BOOL C5_IsThemeActive( void )  *El primer NULL que encuentres es esa Linea lo reemplazas por 0 C:\canal5\libreria\source\c5cnew.c(2155): warning: Conversion from 'void *' to 'unsigned int' is ...
by andresreyes_mzt
Thu Aug 26, 2010 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
Replies: 8
Views: 1663

Re: Ajúda com Declaração - VB / Delphi para FWH

... hb_retnl(pFunc(hb_parni(1), &PColeta)); pArrayPlus = hb_param(2, HB_IT_ARRAY); hb_arrayAddForward(pArrayPlus, hb_itemPutNI(NULL, PColeta.Bandeira)); // 1 hb_arrayAddForward(pArrayPlus, hb_itemPutNI(NULL, PColeta.FormatoDado)); // 2 hb_arrayAddForward(pArrayPlus, hb_itemPutNI(NULL, ...
by MGA
Thu Aug 12, 2010 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajúda com Declaração - VB / Delphi para FWH (resolvido)
Replies: 2
Views: 971

Re: New Class: TFolderEx

Uwe

The tab area is transparent
we need remember, the control's tranparences come from parent brush, no only this, all controls
we don't need define null brush to make transparent tabs area
by Daniel Garcia-Gil
Sun Aug 08, 2010 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class: TFolderEx
Replies: 47
Views: 14451

Re: xBrowse code block to evaluate fieldname()->value

Rao

You are on the right track .. I want to color each cell individually if no next cell has the same value .. or a string of values if they are all the same leaving the NULL or EMPTY cells the default colors..


A A A B C C D A A A B B

Rick
by Rick Lipkin
Sun Jul 11, 2010 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse code block to evaluate fieldname()->value
Replies: 9
Views: 3767

show a BITMAP ON EXPLORERBAR RESOLVED!!!

... bitmap on EXPLORERBAR NOT ON A SINGLE PANEL http://img228.imageshack.us/img228/1165/errbmp.jpg LOCAL oBrush := TBrush():New("NULL",,,) @ 420, 15 BITMAP oApp:oLogoBmp FILENAME ".\bitmaps\fivetech.BMP" NOBORDER PIXEL OF oApp():oExBar oApp:oLogoBmp:nClrPane := ...
by MdaSolution
Mon Jul 05, 2010 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a BITMAP ON EXPLORERBAR RESOLVED!!!
Replies: 2
Views: 447

Re: Como se crea una CLASE para dibujar líneas.

... METHOD Default() CLASS TSLines Local lBox := "BOX" $ ::cType #ifndef __XPP__ ::SetBrush( TBrush():New( "NULL" ) ) #else ::SetBrush( TBrush():New():_New( "NULL" ) ) #endif If Upper( ::oWnd:ClassName() ) == "TDIALOG" SetWindowLong( ...
by QAZWSX2K
Tue May 25, 2010 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se crea una CLASE para dibujar líneas.
Replies: 8
Views: 1929

[x]sane interface and typdef struct etc

Hi Antonio and others I want to write an [x]sane interface. sane_get_devices() should give me a NULL terminated array of pointers to SANE_Device structures which I believe look like this: typedef struct { SANE_String_Const name; /* unique device name */ SANE_String_Const ...
by xProgrammer
Mon May 03, 2010 12:55 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: [x]sane interface and typdef struct etc
Replies: 0
Views: 532

Re: New FWH 10.4

... of 'HB_LONG_LENGTH' is not identical Error E2257 f:\harbour\include\hbdefs.h 523: , expected Error E2451 obj\CASHVER3.c 356: Undefined symbol 'NULL' Error E2141 obj\CASHVER3.c 356: Declaration syntax error Error E2190 obj\CASHVER3.c 356: Unexpected } Error E2040 obj\CASHVER3.c 356: Declaration ...
by hag
Sat May 01, 2010 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.4
Replies: 61
Views: 16223

Re: ADO Como se Pregunta si una COlumna es Nula

... Nula. 1. Antes de cargar el recordset usando una consulta sql: (Con Mysql) select ifnull(colfecha,now()) as NuevaCol FROM Tabla where otracol IS NULL Si la colfecha no es nula me devuleve colfecha, de lo contrario me da la fecha actual, y haga esto con todos los registros cuya otracol es nula. ...
by ruben Dario
Wed Mar 24, 2010 4:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO Como se Pregunta si una Columna es Nula (Solicionado)
Replies: 4
Views: 833

Re: ADO Como se Pregunta si una COlumna es Nula

... Nula. 1. Antes de cargar el recordset usando una consulta sql: (Con Mysql) select ifnull(colfecha,now()) as NuevaCol FROM Tabla where otracol IS NULL Si la colfecha no es nula me devuleve colfecha, de lo contrario me da la fecha actual, y haga esto con todos los registros cuya otracol es nula. ...
by ruben Dario
Wed Mar 24, 2010 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO Como se Pregunta si una Columna es Nula (Solicionado)
Replies: 4
Views: 833

Re: ADO Como se Pregunta si una COlumna es Nula

... Nula. 1. Antes de cargar el recordset usando una consulta sql: (Con Mysql) select ifnull(colfecha,now()) as NuevaCol FROM Tabla where otracol IS NULL Si la colfecha no es nula me devuleve colfecha, de lo contrario me da la fecha actual, y haga esto con todos los registros cuya otracol es nula. ...
by sjingo
Wed Mar 24, 2010 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO Como se Pregunta si una Columna es Nula (Solicionado)
Replies: 4
Views: 833
PreviousNext

Return to advanced search