Search found 226 matches: integer

Return to advanced search

Re: RMChart

... Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Error TESTRMC.RC 14 20: Not a positive short integer Agradezco cualquier ayuda.
by jose_murugosa
Fri Apr 19, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 210

AYUDA Validacion LRC para datafono

... 'Retorna el LRC en valor Hexadecimal. Ej. 5D Private Function CheckLCR(ByVal s As String) As String Dim checksum As Integer = 0 'Este valor lo reemplazé por 2 y todo salió de maravillas. For Each c As Char In GetStringFromHex(s) checksum = checksum Xor Convert.ToByte(c) ...
by russimicro
Sat Mar 30, 2024 6:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Validacion LRC para datafono
Replies: 2
Views: 488

Traduzione da Java a Fwh

... di questa funzione in fwh e xHarbour public static String getHeaderBytes(String msg) { char[] msgLength = new char[4]; msgLength[0] = (char) Integer.parseInt(String.valueOf(msg.length()), 10); msgLength[1] = (char) Integer.parseInt(String.valueOf(msg.length() >>> 8), 10); msgLength[2] ...
by a.tixi@htech.it
Wed Jan 24, 2024 11:21 am
 
Forum: All products support
Topic: Traduzione da Java a Fwh
Replies: 2
Views: 300

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

Primary key can be a combination of any number of fields of different types. Need not all be integer fields only. All RDBMSs support this. Different programmers have different ideas and preferences. I personally know such cases of very complex primary keys. Just those ...
by nageswaragunupudi
Thu Aug 03, 2023 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 719

Re: numeric get

You are right, Antonio. My problem is to let an user input an integer value with a maximum of 6 digits. But without showing a zero in the get control. I could take a string value with picture "999999" and after transform it to numeric with val( ...
by Detlef
Thu Jul 20, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 322

Re: Small Question about Word and FWH

... and resources specific to your development environment for guidance on inter-process communication and exposing APIs. Public Const WM_COPYDATA As Integer = &H4A Private Sub CheckJWordDocumentState() ' Find the handle of Application 1 Dim hWnd As IntPtr = FindWindow(Nothing, "Application ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Webservice de .NET a Fivewin

... Case "D" ''Dispensa nodos = dDocXmlLectura.GetElementsByTagName("dec:declaracionRecetaVentaRq") End Select Dim i As Integer For i = 0 To nodos.Count - 1 buscarRespuesta = nodos(i).InnerXml Next i Catch ex As Exception End Try Try Dim nodos_error_transaccion As XmlNodeList ...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 585

Re: Footer value

Natter wrote:I didn't find the reason why a fractional number is shown instead of an integer. I just rewrote the MakeTotals method for myself. Everything works. Thanks

I am surprised.
No reason.
It should work without any change in MakeTotals().
by nageswaragunupudi
Sun Jun 18, 2023 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Footer value
Replies: 5
Views: 292

Re: Footer value

I didn't find the reason why a fractional number is shown instead of an integer. I just rewrote the MakeTotals method for myself. Everything works. Thanks
by Natter
Sun Jun 18, 2023 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Footer value
Replies: 5
Views: 292

Peticion POST a xHarbour

... conexion.setRequestProperty("Content-Length", ", " + Integer.toString(urlParametros.getBytes().length)); conexion.setRequestProperty("Content-Language", "en-US"); conexion.setUseCaches ...
by servicomver
Mon Jun 05, 2023 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Peticion POST a xHarbour
Replies: 3
Views: 422

Re: Campo autoincremental en DBF

... ADS_COMPACTDATE L; Logical HB_FT_LOGICAL,1 ADS_LOGICAL M; Memo,n HB_FT_MEMO,4 or 9 or 8 ADS_MEMO B; Double,,d HB_FT_DOUBLE,8,d ADS_DOUBLE I; Integer,n HB_FT_INTEGER, 2 or 4 or 8 ADS_SHORTINT; ADS_INTEGER; ADS_LONGLONG ShortInt HB_FT_INTEGER,2 ADS_SHORTINT Longlong HB_FT_INTEGER,8 ADS_LONGLONG ...
by carlos vargas
Tue Nov 01, 2022 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 771

Re: Mr. Rao - Error using BIT type with TRecSet Class - Ado

... "married" ) // --> result should be "L"  to make sure. TINYINT ADO treats "adTinyInt" (16) as Numeric Integer but not as Logical. We know some MySql programmers use TinyInt for logical values. In the next version we will provide the option to the programmer ...
by nageswaragunupudi
Mon Aug 29, 2022 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao - Error using BIT type with TRecSet Class - Ado
Replies: 3
Views: 377

Re: unrecoverable error 9015 hb_vmdo()

Apresentou o seguinte

...
...

TSBUTTON:PAINT
DEPOIS...
Unrecoverable error 9015 Symbol
DEPOIS...
Exeção gerada em 0x0052A30A em CUSMOL.EXE 0xC0000094: Integer division by zero
by Edman
Fri Oct 08, 2021 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1773

Re: convert file to bmp

... BUFFER CONVERSION TO BITMAP FREECALL/DELPHI Function RetornaBitMap(biometria : TDigital) : TBitMap; var srcBmp: TBitmap; Color : TColor; X,Y : Integer; baite : Byte; begin try srcBmp := TBitmap.Create; srcBmp.Width := biometria.X; srcBmp.Height := biometria.Y; For X := 0 to biometria.X - 1 ...
by marca
Tue Mar 10, 2020 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUFFER CONVERSION TO BITMAP
Replies: 3
Views: 614

Re: Capturar parámetros llamado desde prg

... Syntax PCOUNT() --> nLastArgumentPos Returns PCOUNT() returns, as an integer numeric value, the position of the last argument passed. If no arguments are passed, PCOUNT() returns zero.
by postinelli
Thu Feb 20, 2020 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar parámetros llamado desde prg SOLUCIONADO
Replies: 8
Views: 1486
Next

Return to advanced search