Search found 59 matches: approaches

Return to advanced search

Re: GetHostByName( GetHostName() )

... to different subnets. GetHostByName might pick the address associated with a different adapter than the one you intend to use. Here are some approaches to get the local IP address on the desired subnet: 1. Enumerate Adapters: Use WSAEnumNetworkAdapters to enumerate all network adapters on ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 182

Re: ID of the new process

... Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are a few other potential approaches you could consider: 1. **Using `GetOwner` Property:** You can use the `GetOwner` property of the `Win32_Process` class to get the owner of ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 327

Re: Interesting discussion with ChtGPT

... related to the topic of AI always ends in a black and white discussion. Whether we like it or not, AI is a fact. I think we now need creative approaches on how we can make the best of it. I just saw in the ChatGPT update that soon one will be able to "Create a GPT Beta Customize a version ...
by Otto
Tue Nov 07, 2023 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1250

Interesting discussion with ChtGPT

... and now there are discussions about "monoliths done right". So, it wouldn't be surprising if simpler programming languages or approaches experience a renaissance in the future. Education and Learning: As AI tools become more accessible and simplify code creation, it could also ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1250

Re: PDF EN RPREVIEW

... of harupdf, where you can click on the photo to go to a website You will interestingly notice some capabilities and limitations of these different approaches. It is important for you to know them. You can also notice any difference in the fonts. Kindly report to us.
by nageswaragunupudi
Sat Aug 12, 2023 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 980

Re: libcurl issues

Sometimes no matter how long you look at something, the answer just doesn't come, even when trying multiple approaches. This is one of them. Still using libcurl: This is a working format in straight c-libcurl:   const char *data = "{\r\n  \"transactionData\": ...
by TimStone
Sat Feb 11, 2023 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 479

Re: Read API data one by one or in block

... In terms of how to process the data from API readings, it really depends on the structure of the data and what you want to do with it. Some common approaches include: Parsing the data into a structured format, such as a list or a dictionary, to make it easier to access specific pieces of information. ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 263

Re: Dark mode

... applications. We can see the difference in applications like Explorer, Calculator, etc but not with Notepad, etc. So, We need to adopt 2 different approaches for OS upto Windows 8.1 and for OS Windows 10 and later. For older versions we can use SetSysColors() For W10 and later, we still don't have ...
by nageswaragunupudi
Tue Nov 16, 2021 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2954

Re: 1-to-many loke Foxpro

Unless we are very clear with your requirements, we can not suggest what is appropriate for you. We can only suggest some approaches. We have created three tables: https://imagizer.imageshack.com/v2/xq90/924/9nFPUp.jpg #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Fri Sep 17, 2021 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1254

FTP: Request to share samples

Many of our colleagues are successfully using different approaches to upload/download files to/from FTP Servers and also to manage folders and files on FTP servers. At the same time, there are also some users who are seeking such solutions. We thought ...
by nageswaragunupudi
Wed Apr 28, 2021 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP: Request to share samples
Replies: 22
Views: 2802

Re: Printer class question - RESOLVED

... using flags. It also allows me to create Excel outputs from the same source. FOR ME, this is the best way. I know many find success with other approaches, and/or tools, but my personal methods produce what my clients want. In the end, programming for the needs of our clients is the most important ...
by TimStone
Fri Oct 23, 2020 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3445

Re: filter or where statement in SQL

Both work. Let us now see the pros and cons of the two approaches. 1st method: - Reads the entire table in the beginning itself. If it is a big table and we do not need all the rows lot of time, server and network resources are wasted - Once read, we ...
by nageswaragunupudi
Wed May 06, 2020 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 706

Re: OT Optimizar query MySql

... AS nombre, B.codicont AS catalogoFROM facturas A LEFT JOIN catalogo BON A.codicont = B.codicont ;) ABWHERE catalogo IS NULL  Please try both approaches The result is correct but... it took 5 minutes 5 seconds. I'm using SqlYog for the tests.
by FranciscoA
Wed Mar 04, 2020 5:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Optimizar query MySql
Replies: 30
Views: 5234

Re: OT Optimizar query MySql

... AS nombre, B.codicont AS catalogoFROM facturas A LEFT JOIN catalogo BON A.codicont = B.codicont ;) ABWHERE catalogo IS NULL  Please try both approaches
by nageswaragunupudi
Wed Mar 04, 2020 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Optimizar query MySql
Replies: 30
Views: 5234

Re: Genesis - mod harbour

Cristobal, I think there are several approaches to web programming. You start with a program at zero and take eg, genesis, and then expand the functions and optics according to your needs. Or you look for a finished template and then build ...
by Massimo Linossi
Tue Jan 14, 2020 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genesis - mod harbour
Replies: 10
Views: 1510
Next

Return to advanced search