Search found 300 matches: known

Return to advanced search

Re: strategies

... But observers say the ongoing discoveries increasingly paint a picture of negligence—especially in Equifax's failure to protect itself against a known flaw with a ready fix. A 'Relatively Easy' Hack The vulnerability that attackers exploited to access Equifax's system was in the Apache Struts ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8163

Re: self experiment

Hello Otto, Two years ago I started a project : searching : 1. songs that reached at least the top 10 2. well known from young to old ( evergreens ) 3. only pop for easy listening I started from 1950 A list of the international interpreters http://www.pflegeplus.com/IMAGES/Interpreters.doc ...
by ukoenig
Sat Feb 23, 2019 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: self experiment
Replies: 12
Views: 2934

Re: FWH 19.01: Recycling Deleted Records

... by setting oBrw:bEdit := { |oRec| MyEditDlg( oRec ) } When you save the edit with oRec:Save(), the feature is automatically saved. For appending known values, without editing; caFields := "CODE,NAME"aValues  := { "TN", "Tennese" }lAppend  := .t.FW_FieldsPut( ...
by nageswaragunupudi
Wed Feb 20, 2019 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 19.01: Recycling Deleted Records
Replies: 6
Views: 1441

Re: Faster way then append from SDF

... are using APPEND FROM .. SDF, I guess the records in the text file are all of a fixed length. If we modify the program to fixed length records of known record length, the reading would be even much faster. 2) Converting the functions from Harbour to C makes it even faster. But the additional work ...
by nageswaragunupudi
Sat Feb 16, 2019 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Faster way then append from SDF
Replies: 11
Views: 2184

Re: TIpClientHttp()

Hi, For HBTIP Users WARNING for HBTIP users ======================= Due to the excessive amount of problem reports and long known (and unfixed) problems and due to the non-trivial nature of internet protocols, this document _strongly recommends to avoid_ using this library in anything ...
by Carles
Wed Jan 02, 2019 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIpClientHttp()
Replies: 8
Views: 1732

Re: Existen Arrays Asociativos en [x]Harbour?

Hash Arrays (associative arrays, also known as "hash tables")


https://rosettacode.org/wiki/Associative_array from https://github.com/Petewg/harbour-core/wiki/hb_H

Magnífica la ayuda de la página de Petewg
by hmpaquito
Tue Oct 30, 2018 8:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Existen Arrays Asociativos en [x]Harbour?
Replies: 3
Views: 926

FWH 1808: Dialog as Mdichild

... dialog object, which anyway is already ended. Eg: ACTION oDlg:End() now closes mdichild window. oDlg:bRClicked now acts on mdichild window etc. Known issues (with both old and new methods): 1) Some controls like Say, Combobox, etc. flicker when the mdichild window is resized. 2) FocusRect is ...
by nageswaragunupudi
Mon Oct 22, 2018 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 14
Views: 4140

Re: Your EXE into a Web app

... Did you know Electron? https://electronjs.org let's you pack your web app into an EXE, the right opposite of this thread subject :) Well known samples of that are Skype, Whatsapp for Desktop, Slack for Desktop , Postman (app for developing REST APIs) and one of the best: Visual Code Editor. ...
by Carlos Mora
Sat Oct 13, 2018 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9106

FWH-applications on Windows 2016 servers

... : without any indication, the application just hangs. The only thing the user can do quitting the application in the task manager. Is this a known problem? Does anyone know what can be done about it? Thank you very much for any help.
by driessen
Thu Aug 16, 2018 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH-applications on Windows 2016 servers
Replies: 7
Views: 1135

Re: Funcion I2BIN(n)

NTOC( nInteger ( or cHex ), ; nBase, ; // 2 to 36. Default 10 nLength, ; cPadChar ) // default Space. nBase (also known as RADIX in math) is for Binary : 2, Octal : 8, Decimal : 10, Hex : 16. We can also choose any other number. Example ? NTOC( 312, 2, 16, "0" ) --> ...
by nageswaragunupudi
Fri Jun 15, 2018 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion I2BIN(n)
Replies: 10
Views: 1624

Re: webserver using RESTFUL API and responsive

... moment I have following situation: a scan is posted through QRCode APP. Depending on the content Symfony sends following answers: If a user is not known to the system you get the thankYou. If there is a rule existing the link of the rule is called. If a QRCode starts with a certain code the Symfony ...
by Otto
Sat Jun 09, 2018 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7112

ntdll.dll error

... files distributed by Microsoft. I do not distribute or knowingly interact with this file in my application. So here is my question: Are there known FWH calls that would address ntdll.dll ? . This is happening only at one client's location, is not consistent, and causes a Windows, rather than ...
by TimStone
Thu Mar 29, 2018 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ntdll.dll error
Replies: 8
Views: 1468

Re: Strange error making some calculations

... a1 + a2 + a3 + a4, 2 )iva:=Round( tot*10/100,2)? tot                   // 0.05 correct? iva                   // 0.01 right  Having known the limitations and side-effects of floating point math, it is a good idea to use round() after long summations. Cobol uses BCD math.
by nageswaragunupudi
Thu Mar 22, 2018 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange error making some calculations
Replies: 9
Views: 1494

Re: How to validate dates in a corrupted database

... occurs. Again, I have not fully tested this with 17.09. For production purposes I still have to use 17.07 with the 17.06 database.prg as the last known reliable FWH combination. However, I am working with 17.09 for construction and testing purposes. ( With Harbour / MSVC++ 2017 ) Tim
by TimStone
Mon Oct 09, 2017 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1388

Re: XBREPORT : Less known features of FWH- 1

Simple example of using XBREPORT:   #include "fivewin.ch"function Main()   local oXbRep   USE STATES   XBREPORT oXbRep DATASOURCE "STATES" TITLE "List of Sates"   return nil  About the other post: I am not fully clear of what you want from me. About the other p...
by joseluisysturiz
Sun Jul 30, 2017 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2179
PreviousNext

Return to advanced search