Search found 62 matches: retrieved

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... class to retrieve data from a web page in a synchronous manner. This means that the program will not continue execution until the data has been retrieved. The program uses the FiveWin TWebView class to interact with the web page. The TWebView class provides a number of methods for loading web ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1516

Re: Saving OuterHTML using Await Implementation with TWebView

... class to retrieve data from a web page in a synchronous manner. This means that the program will not continue execution until the data has been retrieved. The program uses the FiveWin TWebView class to interact with the web page. The TWebView class provides a number of methods for loading web ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1516

password manager with mod harbour

... and an initialization vector (IV) as parameters. In the DBF file, the encrypted password and the initialization vector are stored. Both values are retrieved from the DBF file using an AJAX request. Decryption takes place on the client-side in the web browser. The encryption key is not stored; it ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 548

Re: CodeBlock

... } HB_CODEBLOCK, * PHB_CODEBLOCK; using #define _HB_API_INTERNAL_ before #include <hbapi.h> you can use such structure to query a codeblock retrieved as hb_param( <number_parameter>, HB_IT_BLOCK )
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 271

Handling images and other files

... to a JPG file is not working. That's what I'm trying to do: memowrit("C:\test\teste.jpg",cImage) *cImage is the BLOB content retrieved from de database. what is happening right here is that the BLOB content is not being coverted to a JPG file, instead it's saving the string ...
by ricbarraes
Thu Jan 07, 2021 1:44 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1128

Re: filter or where statement in SQL

... read, we can change filters any number of times and there is no strain on server or network resources. 2nd method. - Only required records are retrieved from the server. - But each time we change the filter/where condition, we need to retrieve the new data again. Everytime this places strain ...
by nageswaragunupudi
Wed May 06, 2020 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 681

Re: What does this syntax mean? hHead := {=>}

... operations than with the Array data type. The most significant difference between Hash and Array is that while values stored in an array are retrieved using a numeric ordinal position of an array element, a Hash value is retrieved by its associated key, and not by its ordinal position. For ...
by hua
Wed Jul 03, 2019 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1327

New FTDN May/Mayo 2019 (FWH 19.05)

... not connected to any database, but can be edited, appended, deleted and navigated like any other recordset. At any time, array of data can be retrieved with aData := RsGetRows( oRs ) Source: \fwh\source\function\adofuncs.prg Sample: \fwh\samples\arr2rs.prg * Fix: Method MapCol( cFieldName, ...
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: 3097

Harbour OLE/ADO Backward Compatibility Issue

... till recently and just now upgraded to the latest build Harbour 3.2.0dev (r1801051438). I noticed a major change in the manner array data is retrieved from Ole sources by TOleAuto, which may have impact on all libraries and software relying on this feature. In particular, this change affects ...
by nageswaragunupudi
Tue Jan 30, 2018 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour OLE/ADO Backward Compatibility Issue
Replies: 6
Views: 2625

Re: DLL32 definition with double parameter type

... table or cursor. pucFldName (I) Name of field to retrieve. plValue (O) Return the value. Special Return Codes AE_NO_CURRENT_RECORD Data cannot be retrieved from EOF or BOF. Remarks AdsGetLong returns the signed long value stored in the numeric, integer, short integer, double, CurDouble, RowVersion, ...
by Massimo Linossi
Mon Dec 18, 2017 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 2855

Re: RichType Print

Cristabol

As Created :
Image

As retrieved :
Image

Rick Lipkin
by Rick Lipkin
Thu May 11, 2017 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichType Print
Replies: 25
Views: 4248

Re: How to handle German Umraut?

Dear Mr. Richard,

I've saved as UTF8 type prg.
There was no difficulty in saving, and when I retrieve file, the Umraut was retrieved perfectly.

But, when compiled & executed, I can not see Umraut and broken characterw were shown as picture.
by kim yong woo
Tue Jan 03, 2017 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to handle German Umraut?
Replies: 2
Views: 1238

Re: FiveODBC Error Message

... STATIC FUNCTION ChkCursor(n, oDbf, oDlg) local hWnd := GetActiveWindow() if hWnd != oDlg:hWnd if n == 0 SetWindowText(hWnd, "Rows completally retrieved: "+ Transform(oDbf:RecCount(), "999,999")) else SetWindowText(hWnd, "Rows retrieved so far: " + Transform(n, "999,999")) ...
by Compuin
Mon Dec 26, 2016 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveODBC Error Message
Replies: 27
Views: 4157

Re: Introducing FiveTech's fivedit

... You can configure the editor to save annotations to a document The annotations are saved in an auxiliary file with extension .opt and are retrieved when the document is reopened Select "Enable Save Annotations" https://s12.postimg.org/qizd2lw0d/Fivedit27.png
by cnavarro
Tue Dec 06, 2016 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 105354

Re: Mejoras para scintilla

... You can configure the editor to save annotations to a document The annotations are saved in an auxiliary file with extension .opt and are retrieved when the document is reopened Select "Enable Save Annotations" https://s12.postimg.org/qizd2lw0d/Fivedit27.png
by cnavarro
Tue Dec 06, 2016 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 832511
Next

Return to advanced search