Search found 58 matches: stands

Return to advanced search

Re: WhatsApp tests

Dear Antonio, Thank you very much for the code and the suggestion with the key combination symbol ~ (which stands for "Enter"). I just did a test and it works. I only tried text. It seems that you need to have WhatsApp installed on the PC. On the server via RDP with ...
by Otto
Wed Apr 17, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 298

Re: random sentences generator

... are a form of carbon.") Tokenizer("The Pacific Ocean is the largest ocean on Earth.") Tokenizer("The Statue of Liberty stands in New York Harbor.") Tokenizer("The human body has 206 bones.") Tokenizer("Photosynthesis is the process by which plants ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 712

Re: Directory() and tilde

Dear Yuri,

Use Directory( "C:\myfolder \*.*", "DH" ) as ~ stands for hidden
by Antonio Linares
Thu Nov 09, 2023 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Directory() and tilde
Replies: 2
Views: 219

numeric get

... Just local nRgNum ... REDEFINE GET oGet VAR nRgNum OF oDlg ID 20 PICTURE "999999" RIGHTTOLEFT When the get becomes active the cursor stands about in the middle of this control. I want to place the cursor at the right end of the get. But this is only possible if I initialize the variable ...
by Detlef
Wed Jul 19, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 319

Re: REDEFINE SAY on Buttonbar

... look above the browse on Marc's example, you see the exact problem. The word Test has a background around it different than the dialog, and thus stands out. As I said, I ended up just putting a border around it so it doesn't look as bad. It would be nice to have the ability to write text on a ...
by TimStone
Wed Dec 07, 2022 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1976

Re: start at the end and go back in an array

Yes, Detlef is correct. It stands for "reverse" The same way, RAEval() would stand for reverse AEval() Antonio, the function run bad or I not set right ... I Insert also the old function Ritardo() made with dbf ( I send you the ...
by Silvio.Falconi
Mon May 30, 2022 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Re: start at the end and go back in an array

Yes, Detlef is correct. It stands for "reverse"

The same way, RAEval() would stand for reverse AEval()
by Antonio Linares
Sun May 29, 2022 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Learning opencv step by step

OpenCV stands for "Open Computer Vision" Why is it so important ? https://youtu.be/p9IsfqNewmE 1. Download and install OpenCV – 4.5.4 for Windows from https://opencv.org/releases/ 2. Install it at c:\opencv ...
by Antonio Linares
Tue Dec 14, 2021 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2350

Re: operaciones entre campos en un xBrowse

... reference, assuming memvar 'ATIPO'  Either Add declaration MEMVAR aTurno, aEstado, aTipo OR much easier Add -a compiler switch in your script ( -a stands for automatic memvar declaration)
by nageswaragunupudi
Wed Sep 15, 2021 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: operaciones entre campos en un xBrowse
Replies: 9
Views: 895

Re: DBU

Otis https://github.com/hansmarc/Otis Version 1.22 b01 (09/05/2021) Otis stands for 'Open Table InSpector' and is a database table inspection tool for Dbase, Clipper, Harbour, xHarbour, FoxPro, ..., files. Otis has a integrated DATASET manager. This need some ...
by hmpaquito
Thu Jun 24, 2021 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2316

New FTDN April/Abril 2021 (FWH 21.04)

... ) IC( <a> <> <b> ) IC( <a> != <b> ) IC( <a> = <b> ) IC( <a> > <b> ) Note: "ic" stands for ignore case. Usage: if ic( "fwh" == "FWH" ); <do something>; endif Also, ( <a> .XEQ. <b> ) ( <a> ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1957

Artificial Intelligence: GPT with Harbour and FWH

... billions parameters), etc. In fact Google has already announced an enhanced new product named GShard that uses up to 600 billions parameters. GPT stands for "Generative Pre Trained". This means that its work is to "generate" the next word, given some words, and that the system ...
by Antonio Linares
Fri Aug 14, 2020 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1358

Migration to the new mod_harbour fastCGI

AP_RPUTS() --> MH_ECHO() AP_ARGS() --> MH_QUERY() AP_HEADERSOUTSET( x, y ) --> MH_HEADER( x + y ) AP_BODY() --> MH_BODY() MH stands for mod_harbour mod_harbour.so --> mod_fcgid.so libharbour.dll --> modharbour.exe libfcgi.dll + libcrypto-1_1-x64.dll, libcurl-x64.dll, libssl-1_1-x64.dll ...
by Antonio Linares
Fri Jun 19, 2020 7:05 pm
 
Forum: mod_harbour
Topic: Migration to the new mod_harbour fastCGI
Replies: 46
Views: 5206

Re: mod_harbour what to install

Hello,
XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and deployment purposes.
Best regards
Otto
by Otto
Wed Aug 07, 2019 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7043

Re: to Nages: test for tdatabase

... whenever any field in the record is modified, with the latest date and time of modification. "CREATEDT" : Field Type "T" 'T' stands for DateTime type and stores date and time value upto millisecond. The program I provided to you writes the exact date and time when the record ...
by nageswaragunupudi
Sun May 12, 2019 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5682
Next

Return to advanced search