Search found 193 matches: belongs

Return to advanced search

Re: GetHostByName( GetHostName() )

... including IP addresses. Filter by Subnet: Once you have the information about each network adapter, filter the results to get the one that belongs to the subnet you are interested in. You can compare the subnet of each adapter's IP address with the subnet of your system. #include <WinSock2.h>#include ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

Re: Steps to integrate AI

... Colab with T4. You have a certain amount of hours for free, and then you can pay very little (12 euros) for more. Another option is kaggle (it belongs to Google too) where you get 30 hours for free. Actually we are using a local GPU as we need to do many tests until we have a right workflow, ...
by Antonio Linares
Sat Jan 20, 2024 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 635

Re: xHarbour.org updated!

... http://fivewin.com.br/index.php?/topic/37743-sqlrdd/ SQLRDD, pertenece a xHarbour.com, ahora es gratuito. Antes se pagaba. SQLRDD, belongs to xHarbour.com, is now free. Before it was paid. Thanks. Regards, saludos. Sorry, I can't compile this lib. No problem, the people who use ...
by karinha
Fri Sep 15, 2023 3:55 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37290

Re: xHarbour.org updated!

karinha wrote:Enrico,

http://fivewin.com.br/index.php?/topic/37743-sqlrdd/

SQLRDD, pertenece a xHarbour.com, ahora es gratuito. Antes se pagaba.

SQLRDD, belongs to xHarbour.com, is now free. Before it was paid.

Thanks.

Regards, saludos.


Sorry, I can't compile this lib.
by Enrico Maria Giordano
Fri Sep 15, 2023 2:23 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37290

Re: xHarbour.org updated!

Enrico,

http://fivewin.com.br/index.php?/topic/37743-sqlrdd/

SQLRDD, pertenece a xHarbour.com, ahora es gratuito. Antes se pagaba.

SQLRDD, belongs to xHarbour.com, is now free. Before it was paid.

Thanks.

Regards, saludos.
by karinha
Fri Sep 15, 2023 1:42 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37290

Re: CLASS modification

... Outlook puts all of those inboxes into one on my email client, which is fast, informative, and effective. I've gone on long enough. Not everything belongs on the web. One of my clients summed it up perfectly. He had the opportunity to compare a web based management program to my system. In his ...
by TimStone
Thu May 25, 2023 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1701

Re: Whether a point belongs to a polygon

Jimmy, thank you for your help! I tried it. It looks like everything is correct. :D
by Natter
Mon May 01, 2023 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Whether a point belongs to a polygon
Replies: 2
Views: 168

Re: Whether a point belongs to a polygon

hi, do you want to know if Point X,Y is "in" Polygon :?: if yes try this FUNCTION IsPointInPolygon(x, y, poly)   LOCAL isInside := .F.   LOCAL numVertices := Len(poly)      FOR i:=1 TO numVertices      LOCAL j := Mod(i, numVertices) + 1            IF ((poly&...
by Jimmy
Mon May 01, 2023 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Whether a point belongs to a polygon
Replies: 2
Views: 168

Whether a point belongs to a polygon

Hi,

There is a polygon (aPlg:={{X,Y},{X,Y},,,{X,Y}}). How can I determine that a point (aPnt={X,Y}) belongs to this polygon?
I have tried several algorithms, but they all give the wrong result :(
by Natter
Mon May 01, 2023 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Whether a point belongs to a polygon
Replies: 2
Views: 168

Re: Using FastReports FRH change memo2 from Memo1

... using fwh language) is the one from which the mouse click event gets called, that is also the object for which the "modified" variable belongs to. I'm thinking one possible way would be to alter the report engine object which is something I was hoping to avoid. The other way I think ...
by reinaldocrespo
Sun Apr 16, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using FastReports FRH change memo2 from Memo1
Replies: 2
Views: 313

Change of control owner

Hi,

There are 2 controls on the window - a Tbutton and a TPanel. I need to tell the TButton that it belongs to the TPanel. How can this problem be solved ?
by Natter
Fri Apr 14, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change of control owner
Replies: 1
Views: 138

Re: Memory() under Fivewin

Dear Jimmy,

function Memory() belongs to Harbour which does a wrapper to Harbour's hb_xquery() function:
https://github.com/harbour/core/blob/master/src/vm/fm.c

Basically is uses the Windows API functions to query those values
by Antonio Linares
Mon Mar 27, 2023 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory() under Fivewin
Replies: 4
Views: 382

Re: oPopUp in class btnbmp

Dear Silvio, here you made it PUBLIC as well. The moment you post a source code on FORUM, the source code belongs to all FIVEWIN users. It's the rules, if you understand that you won't be able to fit the forum rules, feel free to stay or leave honorably. Estimado Silvio, aquí ...
by Silvio.Falconi
Sat Oct 15, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 758

Re: oPopUp in class btnbmp

Dear Silvio, here you made it PUBLIC as well. The moment you post a source code on FORUM, the source code belongs to all FIVEWIN users. It's the rules, if you understand that you won't be able to fit the forum rules, feel free to stay or leave honorably. Estimado Silvio, aquí ...
by karinha
Sat Oct 15, 2022 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 758

Search for a number on xbrowse and highlight it

... the colors to highlight the number (or numbers) are taken on the basis of a table, it is calculated if the number belongs to a specific decade and according to the decade there are different colors if the user presses "N +" the procedure must search in ...
by Silvio.Falconi
Tue Oct 11, 2022 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 619
Next

Return to advanced search