Search found 453 matches: decimal

Return to advanced search

Re: Error sintaxis EVAL

Gracias, Joao por contestar. Sigue dando los errores siguientes: c:\winsat\Decimal.prg(41) Warning W0027 Meaningless use of expression 'Logical' c:\winsat\Decimal.prg(46) Warning W0027 Meaningless use of expression 'Logical' c:\winsat\Decimal.prg(51) Warning ...
by Ramón J.
Thu Jan 16, 2020 8:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error sintaxis EVAL
Replies: 3
Views: 712

Re: Possibilities of PiCTURE

... to uppercase $ Adds a dollar sign in place of a leading space in a number * Adds an asterisk in place of a leading space in a number . Specifies a decimal point position , Specifies a comma position
by nageswaragunupudi
Sat Dec 28, 2019 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibilities of PiCTURE (solved)
Replies: 2
Views: 500

more Newbie Question

... my GUI App ( Appsys ) :?: --- Question : DEFINE WINDOW vs. DEFINE DIALOG not sure about difference :?: Coordinate like this with "." and decimal :?: @12.5, 1.0 BUTTON "open" ; Object as Parameter vs. PUBLIC this crash LOCAL oForm...MENU BuildMenu(oForm)...static function ...
by Jimmy
Sun Dec 22, 2019 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: more Newbie Question
Replies: 1
Views: 424

xBrowse anomoly

... ( perhaps with an array ), with headers and columns. If the first field is String but the content is numbers, it is somehow converting it to a decimal after perhaps 5 characters where it adds a period instead of the next character. It also can truncate the remaining data. I also see the strange ...
by TimStone
Tue Dec 03, 2019 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 4162

Re: Retorno de chamada DLL

... Data type conversion PRG level C level Character *char C structure *void Date DWORD Logical DWORD NIL ( DWORD ) NULL Numeric - Integer DWORD - Decimal number double Pointer *void If other xHarbour data types are passed to DllCall(), a runtime error is generated. Note: many Windows API functions ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 1060

Re: Help for a XBrowse

... do the following for a logical field WITH OBJECT :aCols[09] :SetCheck( { "SI16","NO16" } ) END but what should I do for a decimal field ? I don't know exactly what You need just a sample ( any fieldtype ) // numeric :aCols[ 4 ]:nEditType := EDIT_BUTTON :aCols[ 4 ]:addbmpfile( ...
by ukoenig
Sun Sep 15, 2019 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for a XBrowse (SOLVED THANKS UKOENIG)
Replies: 6
Views: 898

Help for a XBrowse (SOLVED THANKS UKOENIG)

Hello:

In an Xbrowse I usually do the following for a logical field
Code: Select all  Expand view

                WITH OBJECT :aCols[09]
                    :SetCheck( { "SI16","NO16" } )
                END
 


but what should I do for a decimal field ?

Regards
by Armando
Sat Sep 14, 2019 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for a XBrowse (SOLVED THANKS UKOENIG)
Replies: 6
Views: 898

Re: change value recordset

decimal(12, 3)
by damianodec
Fri Aug 02, 2019 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change value recordset
Replies: 6
Views: 763

New FTDN June/Junio 2019 (FWH 19.06)

... expression by specifying "QTY * PRICE AS AMOUNT". Value of QTY * PRICE will be exported with the heading "AMOUNT". - Text and decimal numbers are formatted. As a result, char fields with all numbers with leading zeros are not exported as numbers but as text only. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37425 ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2821

Re: GET with SPINNER

... in this for selecting from a short range of numbers but I have one range between 0-99999 a couple in four figures and a percentage range with decimal places. In most cases the intial numbers will be entered via the keyboard and the spinner option is to provide "fine tuning" of the ...
by reds
Mon Jul 08, 2019 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 749

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... a FIELDLEN() y oField:NumericScale es equivalente a FIELDDEC().Sin embargo, la Precisión no cuenta el espacio requerido para la posición decimal. Hay muchos tipos numéricos en ADO. En algunos casos como adSingle, adDouble, estos valores difieren en la forma en que se crea la tabla y difieren ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3353

New FTDN May/Mayo 2019 (FWH 19.05)

... the array with all elements blank - uValBlank( hHash ) --> returns Hash with all values blank - uValBlank( number ) --> now preserves the decimal places * Enhancement: Report class: If numeric values are formatted prefixing currency symbol, the symbol is printed left aligned in the column. ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3353

Re: Insertar registros en un Dbf desde tabla MSAccess

... STATIC oConnection, oRSet, oError, sSQLQuery //------------------------------------------------------------------------------ FUNCTION MAIN() SET DECIMAL TO 0 oConnection:=CreateObject( "ADODB.Connection" ) TRY oConnection:open("Provider= MicroSoft.Jet.OLEDB.4.0;Data Source=C:\_DWH\DWH.MDB;") ...
by RBLANCO
Tue Apr 16, 2019 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar registros en un Dbf desde tabla MSAccess
Replies: 3
Views: 791

Specify a range in Getbar of Xbrowse

... should filter and show. A column has the data of the values of invoices. I want Xbrowse to show all between ex. 1000 and 5000 I think of using the decimal as the seperator in the getfield like : 1000,5000 (field input) and than adapt the filter function to do what I want. Maybe there is a better ...
by Marc Venken
Sat Mar 30, 2019 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Specify a range in Getbar of Xbrowse
Replies: 0
Views: 358

backup mariadb - pregunta

... mediumint(6) unsigned NOT NULL DEFAULT 0, `cuota_no` smallint(4) unsigned NOT NULL DEFAULT 0, `fecha_prog` date DEFAULT NULL, `valor_prog` decimal(10,2) unsigned NOT NULL DEFAULT 0.00, `fecha_real` date DEFAULT NULL, `valor_real` decimal(10,2) unsigned NOT NULL DEFAULT 0.00, `estado` char(1) ...
by carlos vargas
Thu Mar 14, 2019 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: backup mariadb - pregunta
Replies: 2
Views: 600
PreviousNext

Return to advanced search