Search found 32 matches: yields

Return to advanced search

Re: Help with complex JSON

... the string using notepad++ and under plugins, I use Json formatter. You can do the same with VsCode editor. Doing this with your sample string yields this: Thanks for the useful information. It is also possible to get a similar view with FWH/Harbour using a very simple function: function JsonView( ...
by nageswaragunupudi
Thu Mar 23, 2023 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1213

Re: Help with complex JSON

... the string using notepad++ and under plugins, I use Json formatter. You can do the same with VsCode editor. Doing this with your sample string yields this: {    "vessel": {        "vesselIMONumber": "9332999",        "carrierVesselCode": "Q4F",  ...
by reinaldocrespo
Tue Mar 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1213

Re: Qué es lo erróneo?

... directive, if present, are used. The following rules are applied by the preprocessor to evaluate a condition: 1. A numeric literal <> 0 yields True, while exact zero yields False. 2. The logical literal .T. is True, .F. is False. 3. #define constants with no associated value yield False. ...
by FranciscoA
Tue Jan 15, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es lo erróneo?
Replies: 9
Views: 2005

Re: Ransomware

... own system, I have regular backups across multiple devices, and they are offline when not being used. So a ransomware attack on my main computer yields them nothing. I simply wipe the system clean, and reinstall from my alternate computers. The other important factor is to warn clients to avoid ...
by TimStone
Mon Jul 30, 2018 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ransomware
Replies: 14
Views: 4254

Re: ASCAN question

... is not a code block, AScan() compares the values of each array element for being equal with the searched value. If this comparison yields .T. (true), the function stops searching and returns the numeric position of the array element containing the searched value. If a code block ...
by George
Thu Apr 27, 2017 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN question
Replies: 2
Views: 524

Re: OCR from JPG

... the default page segmentation mode for tesseract from command line is 3 while from the API is 6. For the type of documents I'm processing PSM of 3 yields much better results. Here is my code:    handle := TessBaseAPICreate()    //abort if english traindata file can't be found locally.  ...
by reinaldocrespo
Thu Nov 17, 2016 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR from JPG
Replies: 10
Views: 2371

FW_NumToWords( ) error

When trying to build using: nData := 242.08 RetDat := FW_NumToWords( nData ) yields the following error when trying to do the build: >Fivehc32.lib(NUMCWORD.obj) : error LNK2019: unresolved external symbol __imp__strncpy referenced in function _copyword >Fivehc32.lib(NUMCWORD.obj) ...
by TimStone
Thu Jun 30, 2016 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_NumToWords( ) error
Replies: 2
Views: 536

Re: problem with dbsetfilter

... a filter condition for the current work area in form of the code block <bFilter>. All records in the work area where the filter condition yields .F. (false) are ignored during database navigation. As a result, these records become invisible and are filtered. Although the second parameter ...
by FranciscoA
Sun Oct 18, 2015 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with dbsetfilter
Replies: 9
Views: 1467

Re: ADO & SQL INSERT Statement

... an error occurs, if one did occur Read the code once again to see how SQLCODE is used (see the previous example). First, if the OPEN statement yields an error, the loop is not executed because the WHILE condition fails, the FLUSH operation is not performed, and the transaction rolls back. Second, ...
by avista
Thu Jul 31, 2014 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2219

Build fails with 13.09 and xHarbour(.com )

... code builds perfectly usining FWH 13.08 and xHarbour ( .com ) from Summer 2010. Using FWH 13.09, with the EXACT SAME LINK SCRIPT AND CODEBASE ... yields the following errors unresolved externals: xLINK: error: Unresolved external symbol '_HB_FUN_SYSREFRESH referenced from (PRO1000.obj)'. xLINK: ...
by TimStone
Thu Nov 07, 2013 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build fails with 13.09 and xHarbour(.com )
Replies: 9
Views: 1707

Error 13.05 w/ xHarbour.com version

Attempting to build with FWH 13.05, using xHarbour ( .com ) version yields the following error:

xLINK: error: Unresolved external symbol '_hb_parns referenced from FiveHMX.lib(HARBOUR.obj)'.

My guess is this might be a typo ?

Can we get a fix ?

Tim
by TimStone
Fri Jun 07, 2013 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 13.05 w/ xHarbour.com version
Replies: 4
Views: 1110

Re: Errors in New Build

... ) MESSAGE "Submit the user and password" NOBORDER TRANSPARENT    // Activate the dialog    ACTIVATE DIALOG login CENTERED  Yields the following error on startup: detailled error description---------------------------   Error BASE/1003  Variable does not exist: SUPERStack-List----------  ...
by TimStone
Fri May 03, 2013 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 12783

Re: ADS local or remote

... mode, database operations take place at the server-end, thus saving all data round trips from/to the server and the workstation. This yields A LOT FASTER database operations. Reinaldo.
by reinaldocrespo
Fri Jan 25, 2013 2:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS local or remote
Replies: 3
Views: 730

Re: Printing in FWH 11.12

... Type: N >>> 1423<<< ------------- Actually, any program copiled in \samples\report\ fodler yields the same problem with "__chkstk" Cannot comiple any of the samples in this folder What am I missing here? (probably some lib) Thanks
by codemaker
Fri Jan 13, 2012 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing in FWH 11.12
Replies: 1
Views: 459

11.07 Build Error MSVC

Using FWH 11.07 with my build ( from Antonio last month ) of the Microsoft version of Harbour, yields the following error:

FiveH32.lib(GETTASKS.obj) : error LNK2019: unresolved external symbol _GetModuleFileNameExA@16 referenced in function _HB_FUN_GETWINDOWMODULEFILENAME

Solution ?

Tim
by TimStone
Tue Aug 02, 2011 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 11.07 Build Error MSVC
Replies: 1
Views: 397
Next

Return to advanced search