Search found 120 matches: lsuccess

Return to advanced search

Problem compiling testtool.prg

... #endif //----------------------------------------------------------------------------// CLIPPER INTERRUPTR( PARAMS ) // EGISTER( bAction ) --> lSuccess { #ifndef __FLAT__ if( lpfnCallBack ) { FreeProcInstance( lpfnCallBack ); lpfnCallBack = 0; } if( bInterruptAction ) { _DropGrip( bInterruptAction ...
by Massimo Linossi
Fri Sep 19, 2014 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem compiling testtool.prg
Replies: 0
Views: 504

Re: ADO RecordSet to DBF

... nageswaragunupudi BTW I use Informix and i am not ready now to test it. Can i find the source of functions: function FWAdoDelRecord( oRs ) --> lSuccess function FWAdoFieldType( oRs, n ) --> cType (xbase type) function FWAdoFieldDec( oRs, n ) --> nDecs (xbase) function FWAdoFieldSize( ...
by nageswaragunupudi
Mon Jul 14, 2014 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4769

Re: ADO RecordSet to DBF

... depending on the users' requirements. But please any other solution or Can i find the source of functions: function FWAdoDelRecord( oRs ) --> lSuccess function FWAdoFieldType( oRs, n ) --> cType (xbase type) function FWAdoFieldDec( oRs, n ) --> nDecs (xbase) function FWAdoFieldSize( ...
by avista
Fri Jul 11, 2014 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4769

Re: ADO RecordSet to DBF

... nageswaragunupudi BTW I use Informix and i am not ready now to test it. Can i find the source of functions: function FWAdoDelRecord( oRs ) --> lSuccess function FWAdoFieldType( oRs, n ) --> cType (xbase type) function FWAdoFieldDec( oRs, n ) --> nDecs (xbase) function FWAdoFieldSize( ...
by avista
Fri Jul 11, 2014 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet to DBF
Replies: 16
Views: 4769

New FTDN march/april 2014 (FWH 14.04)

... true, button's lTransparent also was being changed to .t.. Now fixed. * New: AdoFuncs.prg: New functions FW_AdoAddCol( oCn, cTable, aCol ) --> lSuccess FW_AdoModifyCol( oCn, cTable, aCol ) --> lSuccess aCol is column spec in DBF style. * New: DATA lBmpTransparent in TBtnBmp class (btnbmp.prg). ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1750

Re: Dibujar un rectangulo con vertices redondeados

... RoundRect( <hDC>, <nTop>, <nLeft>, <nBottom>, <nRight>, <nEllipseWidth>, <nEllipseHeight> ) --> lSuccess Parameters: <hDC> Device context of the control <nTop> Top coordinate <nLeft> Left coordinate <nBottom> Down coordinate ...
by Marcelo Via Giglio
Wed Feb 19, 2014 1:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dibujar un rectangulo con vertices redondeados
Replies: 2
Views: 567

New FTDN August/Agosto 2013 (FWH 13.08)

... oError ) --> cArgs function FWExpBuilder( cExpression, oRs ) --> cExpression * New: ADO functions: function FWAdoDelRecord( oRs ) --> lSuccess function FWAdoFieldType( oRs, n ) --> cType (xbase type) function FWAdoFieldDec( oRs, n ) --> nDecs (xbase) function FWAdoFieldSize( ...
by Antonio Linares
Tue Sep 17, 2013 10:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2013 (FWH 13.08)
Replies: 0
Views: 2511

New FWH 13.07 revised build

... can be specified in the command. Valid bitmap handle also can be specified in the BITMAP clause * XBrowse: New Method GoToCol( oCol ) --> lSuccess. The parameter oCol can be a column object, or nCreationOrder or Header of the column. Cursor is repositioned on the column selected. If the ...
by Antonio Linares
Tue Aug 13, 2013 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FWH 13.07 revised build
Replies: 33
Views: 8936

Re: New FTDN June/Junio 2013 (FWH 13.06)

... Notas: Por defecto, oCn usa la conexión previa y lAddAutoInc se pone a .T. 2) FW_CreateAdoTable( cTable, aCols, [oCn], [lAddAutoInc] ) --> lSuccess Esta función utiliza la primera función para generar la instrucción SQL y la utiliza para crear la tabla. La tabla se crea sólo si la tabla ...
by Antonio Linares
Tue Jul 16, 2013 5:19 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2013 (FWH 13.06)
Replies: 1
Views: 3017

New FTDN June/Junio 2013 (FWH 13.06)

... oCn defaults to previously used connection and lAddAutoInc defaults to .t. 2) FW_CreateAdoTable( cTable, aCols, [oCn], [lAddAutoInc] ) --> lSuccess This function uses the first function to generate sql statement and uses it to create the table. The table is created only if the tables does ...
by Antonio Linares
Mon Jul 08, 2013 6:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2013 (FWH 13.06)
Replies: 1
Views: 3017

Re: Cambiar fecha y hora a un archivo - SOLUCIONADO (a medias)

Prueba con

SetFDaTi( <cFileName> , [<dFileDate>], [<cFileTime>] ) --> lSuccess

de (x)Harbour
by quique
Thu Jun 27, 2013 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar fecha y hora a un archivo - SOLUCIONADO
Replies: 7
Views: 906

ERROR EN CONSULTA SQL DESDE APLICACION FWH

... MEMVAR oSysList PROC Main() LOCA oOdbc, oDbf, aData:= {} oOdbc := TOdbc():New( OdbcDsnEntries()[ 5 ], 'sa', 'B1Admin' ) IF oOdbc:lSuccess oDbf := TDbOdbc():new( "SELECT T0.[ItemCode][PRODUCTS_MODEL], T0.[ItemName][PRODUCTS_NAME], T0.[SuppCatNum][REF], T3.[FirmName][MARCA], ...
by fusion
Thu Jun 27, 2013 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN CONSULTA SQL DESDE APLICACION FWH
Replies: 3
Views: 1351

Re: Tftp - Directory no retorna la hora - Funciona a Medias

... hb_retnl( ( LONG ) FtpGetFileSize( ( HINTERNET ) hb_parnl( 1 ), &nFileSizeHigh ) ); } HB_FUNC( INTERNETREADFILE ) { DWORD nBytesRead; BOOL lSuccess = InternetReadFile( ( HINTERNET ) hb_parnl( 1 ), ( LPVOID ) hb_parc( 2 ), hb_parclen( 2 ), &nBytesRead ); if ( !lSuccess ) hb_retnl( -1 ...
by Verhoven
Mon Jun 24, 2013 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tftp - Directory no retorna la hora - Funciona a Medias
Replies: 5
Views: 1416

Re: FTP access suddenly doesn't work!?

The answer is in the return value of the function you use to write de file via FTP: HB_FUNC( INTERNETWRITEFILE ) { DWORD nBytesWritten; BOOL lSuccess = InternetWriteFile( ( HINTERNET ) hb_parnl( 1 ), hb_parc( 2 ), hb_parnl( 3 ), &nBytesWritten ); hb_retl( lSuccess ); } So if it is .T. the ...
by Verhoven
Thu Apr 25, 2013 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP access suddenly doesn't work!?
Replies: 29
Views: 9567

problem odbc

... => TWINDOW:ACTIVATE( 980 ) Called from: saplnk.prg => MAIN( 74 ) this is the source oOdbc := TOdbc():New( cDSN, cName, cPass ) If !oOdbc:lSuccess oOdbc:ShowErrorList("ODBC session not successfully initialized, aborting...") oOdbc:End() return nil Endif oDbf := oOdbc:Query( "SELECT ...
by damianodec
Thu Feb 14, 2013 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem odbc
Replies: 1
Views: 563
PreviousNext

Return to advanced search