Search found 28 matches: numerics

Return to advanced search

Re: Decode JSON - revisited

... and then look at it relative to how it will be applied in the application. For example, some people return all values as type string, and thus numerics must be converted. It's easy enough to do, but everyone seems to handle it differently. Again, thanks for the answers. They are greatly appreciated.
by TimStone
Wed Feb 15, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 330

Re: A question about function FW_Cdxcreate()

Indexing 7 DBF's FW_CdxCreate() // WORKS !!! I tested index by index ALL numerics ( red ) don*t work ! //ORDCREATE( ,"TOPICNO", "DESCEND( STR( TOPICNO ) )", ; // {|| DESCEND(STR( TOPICNO ) ) } , .F. ) //ORDCREATE( ,"FORUM","STR( ...
by ukoenig
Mon Feb 26, 2018 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question about function FW_Cdxcreate()
Replies: 8
Views: 1658

Re: TEdit y LimitText

... as much text (numbers, that's it) as you want, the limit is not set in 5 digits. Limitbychars is implemented only for character values, not for numerics. For numerics, appropriate control is TGet. GET is not a control that I like to use, because of its "fixed" spacings and lengths, ...
by nageswaragunupudi
Thu Feb 22, 2018 2:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TEdit y LimitText
Replies: 4
Views: 781

Re: A problem xBrowse seek on DATE and NUMERIC ?

Numerics and dates are sorted in the order of the values, not as character values.
So the seeks can not be on the initial characters as they appear in the browse.

Numerics: Seek to the value next higher than the value entered.
Dates: Seeks to the value next higher than the value in YYYYMMDD format
by nageswaragunupudi
Tue Jan 17, 2017 3:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse seek on DATE and NUMERIC ?
Replies: 6
Views: 2403

Re: Missing GET cursor for numeric in Folder

TimStone wrote:That was the standard for years on numeric fields defined in an .rc.


For numerics values?, or only for memo fields ?
by cnavarro
Sat Sep 24, 2016 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing GET cursor for numeric in Folder
Replies: 6
Views: 950

Bmp+get+mouse (SOLUCIONADO)

Saludos amigos. Tengo un dialog normal con un Bitmap incrustrado. Sobre este bmp, creado con GIMP, he puesto algunos gets (char y numerics). Ahora bien, el problema es el siguiente: 1- Teclas UP, DOWN trabajan bien. 2- TAB trabaja bien 3- CLICK del mouse para cambiar de get, NO FUNCIONA. ...
by FranciscoA
Sun Sep 27, 2015 5:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bmp+get+mouse (SOLUCIONADO)
Replies: 1
Views: 313

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... flow control. It offers great speed benefit [30-300%] over DO CASE flow control, but is restricted to comparing only constants. Constants may be: Numerics (only Integers, Longs), Single Character, Strings [much like in C], and any combination of the above using the following operators: +, -, & ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2267

Re: a function return 2 values

... is easily answered: you already have nOre "returned"... actually assigned and not returned... PS: note that boolean, date, chars, numerics are always passed by value (unless @ is specified). "Complex" objects like classes, arrays, hashes etc are always passed by reference ...
by mercurial
Wed Feb 04, 2015 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a function return 2 values
Replies: 11
Views: 2293

New FTDN August 2014 (FWH 14.08)

... TRecSet class: New methods to modify automatically derived field attributes: FieldLen( cnfld, nNew ) --> nPrevLen ( Use with caution for numerics ) FieldDec( cnFld, nNew ) --> nPrevDec FieldPic( cnFld, cNew ) --> cPrevPic FieldType( cnFld, cNew ) --> cPrev ( Use only between ...
by Antonio Linares
Sat Sep 06, 2014 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1841

New FTDN February/Febrero 2014 (FWH 14.02)

... values of a row other than the highlighted record easily. * Enhancements: datarow.prg: Default edit dialog improved. Picture clause issues with numerics in Ado with some providers (eg. Oracle) fixed. * New: function FW_ToggleDeskTop() in olefuncs.prg. Call to this function minimizes all visible ...
by Antonio Linares
Mon Mar 10, 2014 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2014 (FWH 14.02)
Replies: 2
Views: 1621

Re: encrypting dbf files

... version 11 that works great for mobile devices and/or from any platform. With ADS encryption there is no need to manipulate field sizes, change numerics to chars, or any other quirk. I do realize that once you commit to ADS RDDs and implement many of their RDD enhancements, there is little chance ...
by reinaldocrespo
Mon Dec 09, 2013 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15369

Re: encrypting dbf files

... password to be used in the encryption functions. With the above mentioned suggestions the database fields remains as you designed them (Date, Numerics, Memos, etc.). The drawback with the Encrypt() and Decrypt() functions is that, as James pointed out correctly, all fields must be character. ...
by HunterEC
Mon Sep 23, 2013 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15369

Re: xBrowse Editing Error - numeric values rounding

... decimals and the value is rounded to integer after editing. I do not say that there is any problem with Harbour. It is just that xbrowse's edit of numerics without picture clause is behaving diferently with xHarbour and Harbour. I am looking into xbrowse code and yet to come up with a satisfactory ...
by nageswaragunupudi
Wed Sep 04, 2013 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Editing Error - numeric values rounding
Replies: 10
Views: 3027

SQL Scripting Support: Less known features of FWH - 3

... for differnet DBMSs. Most common are INSERT and UPDATE statements. It is not uncommon to see postings from new entrants asking how to format numerics, dates, etc to be used in such statements. Let us consider the simplest case of INSERT statement. We have data in the Harbour vaiables, cCustomer, ...
by nageswaragunupudi
Wed Jul 31, 2013 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Scripting Support: Less known features of FWH - 3
Replies: 6
Views: 3126

Re: Get table stucture of MySQL and ADO

... and 'SmallInt'. You can't get the size of that types because they have fixed sizes. According to http://www.w3schools.com/ado/ado_datatypes.asp, numerics are only available on Access 2000 (OLEDB) , type 131. This is not true. I tested NUMERIC with MSSQL and MySQL and found no problem. EMG
by Enrico Maria Giordano
Sun Oct 07, 2012 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get table stucture of MySQL and ADO
Replies: 16
Views: 2942
Next

Return to advanced search