Search found 120 matches: lsuccess

Return to advanced search

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... detects AutoInc (serial) column and flags the column as readonly. - Other utility functions: - FWPG_ImportFromDBF( oCn, cDbf, cTable ) --> lSuccess - FWPG_CreateTableSQL( cTable, aStruct ) --> cSql - FWPG_AppendFromAlias( oCn, cTable ) - FWPG_Structure( oQry ) --> aStruct (enhanced ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2437

New FTDN May/Mayo 2017 (FWH 17.05)

... [db.]cTable ) gives more information about the columns. - New method; oCn:CopyStructure( [dbsrc.]srctable, [dbdst.]dsttable ) --> lSuccess For creating a new table in the same or other database with the same structure as the source table. This function fails if (a) srctable does ...
by Antonio Linares
Sat May 20, 2017 10:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2437

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... oCn:ListColumns( [db.]cTable ) gives more information about the columns. oCn:CopyStructure( [dbsrc.]srctable, [dbdst.]dsttable ) --> lSuccess For creating a new table in the same or other database with the same structure as the source table. This function fails if (a) srctable does ...
by nageswaragunupudi
Thu May 18, 2017 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28555

New FTDN April/Abril 2017 (FWH 17.04)

... DESC" - New: RowSet New Method: XbrAddColumn( oBrw, cCol, cHeader ) - New: RowSet New Method: oRs:ResyncWhere( cwhere ) --> lSuccess or oRs:ResyncWhere( cFldName, uVal ) --> lSuccess a) cWhere condition should resolve to a single record. b) If cwhere resolves to a record ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1273

Re: FiveODBC Error Message

... FUNCTION OpenOdbc(cDsn, cName, cPass) Local oOdbc, oDlg local aFiles local cTable local lAsync oOdbc := TOdbc():New(cDsn, cName, cPass) If !oOdbc:lSuccess oOdbc:ShowErrorList("ODBC session not successfully initialized, aborting...") oOdbc:End() return nil Endif CursorWait() aFiles := ...
by Compuin
Mon Dec 26, 2016 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveODBC Error Message
Replies: 27
Views: 4208

Re: FWH: MySql/MariaDB: RowSet object

... stays on curernt record and eof is not set oRs:OrdWildSeek( cWild, lFromCurRec, lReverse ) // Works similar to DBF oRs:Locate( cExprn ) --> lSuccess // Use DBF syntax for cExprn. if not found the record pointer is not changed. oRs:Locate() without parameters finds next match if earlier call ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19627

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... lOnOff) Note: Multiple row inserts are speeded up autocommit is disabled before insert and enabled after insert. METHOD Ping() --> lSuccess METHOD BeginTransaction() METHOD CommitTransaction() METHOD RollBack() Note: These methods are aliased to BeginTrans, CommitTrans and RollbackTrans ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28555

Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be

... set/get properties, execute methods, etc. CLASS HbQtQmlBridge() METHOD init( oParent ) METHOD create( oParent ) METHOD setQml( cQml ) -> lSuccess METHOD show() -> NIL METHOD setProperty( cProperty, xValue ) -> lSuccess METHOD setChildProperty( cChild, cProperty, xValue ) -> lSuccess ...
by Pritpal Bedi
Sat Aug 01, 2015 1:47 am
 
Forum: FiveTouch
Topic: Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be
Replies: 1
Views: 1677

Re: DBF TEMPORARY

nageswaragunupudi wrote:HB_DBCreateTemp( cAlias, aStruct, cRDD ) --> lSuccess
... use cAlias like any other alias
CLOSE cAlias at the end

Hi,
I am trying to substitute temporary database file with this, how can I associate an area to it?
Regards,
Antonino
by AntoninoP
Mon Jul 13, 2015 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 12308

Re: DBF TEMPORARY

HB_DBCreateTemp( cAlias, aStruct, cRDD ) --> lSuccess
... use cAlias like any other alias
CLOSE cAlias at the end
by nageswaragunupudi
Thu Jul 09, 2015 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 12308

New FTDN January/Enero 2015 (FWH 15.01)

... method End() was not properly removing itself from its parent oTree DATA aItems. Now it is ok. * New: function SetCurDir( cDirName ) --> lSuccess, to match GetCurDir() naming. * Fixes: Method ToExcel() of XBrowse and Report are not working propery in case of some Excel international installtions. ...
by Antonio Linares
Sun Jan 18, 2015 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2015 (FWH 15.01)
Replies: 0
Views: 1943

Re: del a group section

Silvio,

there are INI-functions :

DelIniEntry( <Section>, <Entry>, <File> ) --> lSuccess
DelIniSection( <cSection>, <cFile> ) --> lSuccess


best regards
Uwe :D
by ukoenig
Fri Jan 09, 2015 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: del a group section
Replies: 3
Views: 423

Re: Migrando de FWH 32 a FWH 64 - windows.h

... http://msdn.microsoft.com/en-us/library/windows/desktop/aa385103%28v=vs.85%29.aspx En tu código: BOOL lSuccess = InternetReadFile( ( HINTERNET ) hb_parnl( 1 ), ( LPVOID ) hb_parc( 2 ), hb_parclen( 2 ), &nBytesRead ); Comprueba que nBytesRead este ...
by Antonio Linares
Sun Jan 04, 2015 10:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19172

New FTDN December/Diciembre 2014 (FWH 14.12)

... be compiled with xHarbour: http://forums.fivetechsupport.com/viewtopic.php?p=168350#p168350 * New: Class TImage Method LoadFromURL( cUrl ) --> lSuccess. http://forums.fivetechsupport.com/viewtopic.php?p=168381#p168381 Many thanks to Manuel Alvarez! (Mastintin) * New: ACTIVATE WINDOW ... CENTERED ...
by Antonio Linares
Mon Dec 22, 2014 12:31 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2014 (FWH 14.12)
Replies: 2
Views: 1254

Re: Mejoras para scintilla

Pregunto si hay alguien que tenga, o me indique donde conseguir, una lista de las funciones de harbour y fwh con su sintaxis, es decir, algo así a:

AdsBlob2File( <cFileName>, <cFieldName> ) --> lSuccess
AdsCacheOpenTables( <nOpen> ) -> nRetVal

.../...



Por ejemplo
by cnavarro
Mon Dec 01, 2014 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840740
PreviousNext

Return to advanced search