Search found 90 matches: matches

Return to advanced search

Re: GetHostByName( GetHostName() )

... your system. Loop through each adapter and check its network mask and IP address using GetIpAddrTable. Look for an adapter where the network mask matches the subnet mask of your desired network (usually obtained through other means). The IP address associated with this adapter will be the local ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

Re: Search by line

Do you want to get each line or only a line that matches with a given one ?
by Antonio Linares
Tue Feb 06, 2024 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by line
Replies: 8
Views: 311

Re: IMPRESION ARCHIVOS PDF

...      // B4 250 x 354#define DMPAPER_B5      13      // B5 182 x 257 mm  If paper size you want matches one of these, please use the suitable constant and use SetPage( nSize ) If you want a totally different size, please let us know the size you ...
by nageswaragunupudi
Wed Oct 11, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1579

Re: EDITOR DE TEXTO

... scripts. Go to FWH Samples folder and then execute buildh <prg> or buildx <prg> When it is working, please ensure your own link script matches the build?.bat
by nageswaragunupudi
Sat Aug 26, 2023 5:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EDITOR DE TEXTO
Replies: 4
Views: 285

Re: Saving OuterHTML using Await Implementation with TWebView

... TAWaitWeb class. The _QuerySelector() function takes a web page URL and a CSS selector as input, and it returns the first element on the page that matches the selector. The QuerySelectAll() function takes a web page URL and a CSS selector as input, and it returns all elements on the page that match ...
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: 1622

Re: Saving OuterHTML using Await Implementation with TWebView

... TAWaitWeb class. The _QuerySelector() function takes a web page URL and a CSS selector as input, and it returns the first element on the page that matches the selector. The QuerySelectAll() function takes a web page URL and a CSS selector as input, and it returns all elements on the page that match ...
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: 1622

Re: Using free AI power from our Harbour apps !!!

A faster version named "vicuna" is already available: Download the EXE from here, select the one that matches your CPU AVX, AVX2 or AVX512: https://github.com/ggerganov/llama.cpp/releases Download the data from here: https://huggingface.co/eachadea/ggml-vicuna-13b-4bit/resolve/main/ggml-vicuna-13b-4bit.bin ...
by Antonio Linares
Wed Apr 05, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using free AI power from our Harbour apps !!!
Replies: 20
Views: 1666

Re: FW Preview user style

Dear Otto,

> a preview that matches WINDOWS 11

How would it look like ?
by Antonio Linares
Sun May 08, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Re: FW Preview user style

... with the "Spaghetti Code" attempt, we'd have more help from the "application developer segment" and visually, a preview that matches WINDOWS 11. Best regards, Otto
by Otto
Sun May 08, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Re: font SIZE 0,-10

... < 0 The font mapper transforms this value into device units and matches its absolute value against the character height of the available fonts.
by Antonio Linares
Tue Mar 29, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: font SIZE 0,-10
Replies: 1
Views: 213

Re: System info, Tips & Tricks, scharing project info

... a SEEK and replace, then the record falls out of the index. So you have to do a new SEEK after each replace until the SEEK doesn't find any more matches. However, it appears that Marc's routine allows the user to pick the fields for the replace. This eliminates the possibility of using an index. ...
by Marc Venken
Sun Jan 16, 2022 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: System info, Tips & Tricks, scharing project info

... a SEEK and replace, then the record falls out of the index. So you have to do a new SEEK after each replace until the SEEK doesn't find any more matches. However, it appears that Marc's routine allows the user to pick the fields for the replace. This eliminates the possibility of using an index. ...
by James Bott
Sun Jan 16, 2022 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: Preguntas frecuentes mod_harbour

... Oct 05 09:17:31.201842 2021] [ssl:warn] [pid 7376:tid 364] AH01909: http://www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Tue Oct 05 09:17:31.389342 2021] [core:warn] [pid 7376:tid 364] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten ...
by EBM
Tue Oct 05, 2021 2:26 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6399

Re: mariadb

... "WHERE bcode LIKE '___12%'" is same as "SUBSTR( bcodi, 4, 2 ) = '12'" LIKE is case insensitive The percentage ( % ) wildcard matches any string of zero or more characters. The underscore ( _ ) wildcard matches any single character.
by nageswaragunupudi
Sat May 22, 2021 3:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mariadb
Replies: 7
Views: 831

AT( ) Function. Harbour vs xHarbour

... Harbour, AT() only supports the first two parameters and will error if the nStart is specified. Is there an alternative syntax for Harbour that matches the original xHarbour ( and Clipper ) function syntax?
by TimStone
Fri Feb 12, 2021 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AT( ) Function. Harbour vs xHarbour
Replies: 1
Views: 306
Next

Return to advanced search