Search found 62 matches: retrieved

Return to advanced search

Re: ADO : Building columns , NULL ... DEFAULT

Rao ,

ADO has not the possibility to retrieve the Default value ? Wright ?

It is not difficult to build DBU , writing the Default values in an ini-file when the table is created with DBU.

But opening an ADO file , created outside DBU , the default value can't be retrieved (i suppose)

Frank
by Franklin Demont
Thu Sep 22, 2016 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1468

ADO : Building columns , NULL ... DEFAULT

... with Clause NULL 3) Third field ? :Value --> 0.00 , expected 0 , maybe configuration from the aplication (SET DECIMALS) Exact value can be retrieved using oField:Precision It seems that on this way the clauses (NOT) NULL and DEFAULT have no effect. Can this clauses be retrieved from ADO ...
by Franklin Demont
Wed Sep 21, 2016 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1468

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

... mode. - Supports multi-lingual edit from keyboard / paste. - Supports password clause * Enhancement: GetTextWidth(). Optionally text height can be retrieved in the 4th parameter if passed by reference. * New: functions CompareString( nLocaleID, cUtfStr1, cUtfStr2 ) and CompareStringEx( cLocaleName, ...
by Antonio Linares
Thu Oct 15, 2015 2:57 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 15033

New FTDN September/Septiembre 2015 (FWH 15.09)

... mode. - Supports multi-lingual edit from keyboard / paste. - Supports password clause * Enhancement: GetTextWidth(). Optionally text height can be retrieved in the 4th parameter if passed by reference. * New: functions CompareString( nLocaleID, cUtfStr1, cUtfStr2 ) and CompareStringEx( cLocaleName, ...
by Antonio Linares
Sat Sep 26, 2015 8:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 15033

Re: Test to see if USB Printer is ready

... = 0 ( status ok ) nStatus passing cPort = 4096 ( status un-available ) Perhaps running this on XP has some bearing ?? .. the above results retrieved the correct port and printer name .. but the status seemed to conflict each other interrogating the Port vs the printer name .. Rick Lipkin
by Rick Lipkin
Fri May 22, 2015 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test to see if USB Printer is ready
Replies: 20
Views: 5802

Re: problema con ado mysql y fwh (solucionado)

... By default, trailing spaces are trimmed from CHAR column values on retrieval. If PAD_CHAR_TO_FULL_LENGTH is enabled, trimming does not occur and retrieved CHAR values are padded to their full length. This mode does not apply to VARCHAR columns, for which trailing spaces are retained on retrieval. ...
by anserkk
Thu Apr 09, 2015 10:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con ado mysql y fwh (solucionado)
Replies: 12
Views: 2397

Re: Bug harbour_3.2_32bits_MSVC2013_20142906

... size, place the pointer to the buffer in dwTypeData, increment cch, and call GetMenuItemInfo once again to fill the buffer with the string. If the retrieved menu item is of some other type, then GetMenuItemInfo sets the dwTypeData member to a value whose type is specified by the fType member. When ...
by Antonio Linares
Tue Jul 01, 2014 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug harbour_3.2_32bits_MSVC2013_20142906
Replies: 42
Views: 7758

Re: Escuchar comunicaciones por puerto IP.

... as a numeric value. Description When a sockets function fails, the error code of the sockets operation is stored in <pSocket> and can be retrieved later with function inetErrorCode(). This error code remains with <pSocket> until a new sockets function is called with this socket ...
by JmGarcia
Mon Apr 14, 2014 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Escuchar comunicaciones por puerto IP.
Replies: 2
Views: 944

Re: xbrowse sort

I don't know if this will work, but try sorting the recordset after the query. This sorts the recordset after it is retrieved from the server. oDbf:CREATEOBJECT("ADODB.Recordset")oDdf:CursorLocation := 3   // client-side cursor oDbf:= ("SELECT...oDbf:Open( ...
by James Bott
Fri Jan 31, 2014 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse sort
Replies: 7
Views: 1110

How to work with Blowfish encryption

... data, but stored in an 8 byte field. Encrypt as if you have 7 bytes of data (6 bytes are blanks) reserving the 8th byte for the checksum. When retrieved and decrypted, convert back to logical data type for processing. Likewise, numeric data - to be encrypted - must first be converted to char ...
by Roger Seiler
Mon Jan 06, 2014 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to work with Blowfish encryption
Replies: 4
Views: 1745

Re: encrypting dbf files

... Make SURE if you hard coded it to not set it up as a literal, build it as a result of some sort of mathematical function. 4. This way it cannot be retrieved via a binary editor since the compiler cannot "resolve" or pre-process it at compile time. 5. This way DBF are ALWAYS ENCRYPTED. ...
by HunterEC
Mon Sep 23, 2013 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15382

Re: SQL Scripting Support: Less known features of FWH - 3

... add the behavior that SQLRDD for logically deleted records? SQLRDD adds a field called sr_deleted which controls the records to be deleted or retrieved in a SELECT statement sr_deleted = "T" when records are deleted, this has allowed the compatibly with DBFCDX in has been very useful. ...
by devtuxtla
Wed Jul 31, 2013 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Scripting Support: Less known features of FWH - 3
Replies: 6
Views: 3129

Re: Saber, Tipo de impresora?

... be reduced to local printers only by specifying .T. (true) for <lLocalPrinters>. Additional information about port and printer driver can be retrieved when <lPortInfo> is set to .T. (true) Lo que yo hago con esta funcion, es armar un xBrowse que muestra 1, 2 y 3 (arriba descriptos). ...
by MarioG
Fri Jul 19, 2013 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber, Tipo de impresora?
Replies: 2
Views: 699

xHB TipClientHTTP( ) substitute ?

... connection to the HTTP server must be established with the :open() method. Once the internet connection is established (opened), data can be retrieved using the :readAll() method. When all data is received, the internet connection must be closed with the :close() method. Thank you.
by TimStone
Wed Oct 10, 2012 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHB TipClientHTTP( ) substitute ?
Replies: 30
Views: 8101

Associative arrays in harbour and xharbour

... => hb_HKEEPORDER(<x>,<y>) Besides that xharbour has a different behaviour. Creation order can be retrieved as : FOR i := 1 TO LEN(h) ; ? h[i] ; NEXT // We can use numeric index In harbour we become the creation order with : FOR EACH cKey IN h ; ...
by Franklin Demont
Sun Sep 30, 2012 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Associative arrays in harbour and xharbour
Replies: 0
Views: 497
PreviousNext

Return to advanced search