Search found 44 matches: ultimately

Return to advanced search

Steps to integrate AI

... OpenAI. However, what we don't know is how to integrate this technology into our application, teach it certain things we need it to resolve, and ultimately implement a transparent process for the user where we make a request and receive the most accurate response, similar to what a regular function ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 615

Re: DBF . Commit

... PC buffers can not be refreshed. So we are clear that simple Unlock is flushing data and index buffers to the disk buffers of the Windows OS. Ultimately any RDD finally writes the data to the disk using fwrite (or similar function). Harbour can write only to the file buffer of Windows OS, ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2210

Re: Shell.Explorer.2 problem

... and look for the script tag that grabs the ThreatMatrix Javascript file and remove it from the DOM before it renders the hosted payments page. Ultimately that is where the failure is occurring so it would be wherever you can implement a way to block that from happening." Does anybody know ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Re: "Shortname" for FIELD of DBF

... as a timestamp to make the shortname unique. Use a unique id generator library: You can use a library that generates unique ids, such as uuid. Ultimately, the best approach will depend on your specific use case and requirements. how to do this with harbour Here's an example of how you could ...
by Otto
Sat Jan 14, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 406

Re: Read API data one by one or in block

... libraries or frameworks that make it easier to work with the data, such as Pandas for data analysis or requests for making HTTP requests to APIs. Ultimately, the best approach will depend on your specific needs and goals. Everytime you ask chatGPT you get a different answer that somehow complement ...
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: 248

Registering .ocx in 64 bit

... research on the web for that error code, and it can any number of issues. It is not specific enough. I have to register it manually for testing. Ultimately my install package will register it. I'm using Visual Studio 2022, the latest Harbour build, FWH 22.03. Any suggestions or thoughts on this ...
by TimStone
Tue Jun 14, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 705

Printing RTF 22.03

... I hope this isn't too confusing. What we have is significant, but I think we will see this be a concern no matter what type of RTF content we ultimately decide to print. We must handle the length and page breaks. I am very willing to test any ideas. I'm already experimenting with this. Thank ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 550

Re: Enhanced Sharpness of XBROWSE Looks

... You have some very nice dialog's..... Thank you. Is it hardcoded or Resource ? Some dialogs are designed in Resources and some are Hardcorded. Ultimately the design layout and the color combinations used in the dialog plays very important roll in its presentation. These screens are redesigned ...
by RAMESHBABU
Mon Oct 05, 2020 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Sharpness of XBROWSE Looks
Replies: 7
Views: 991

harbour in DLL accessible to Visual Studio C# .Net

... into a DLL which can be linked into and used by a C# .Net program? Same question for the FiveWin libraries. Same question for my .prg files. Ultimately, I'd like one integrated program solution which is started as a C# / .Net app, but runs with Harbour and FiveWin natively.
by don lowenstein
Wed Jun 05, 2019 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour in DLL accessible to Visual Studio C# .Net
Replies: 1
Views: 499

Re: When will this happen again ?? 10 Years are gone

... to purchase to stay current. We also have families to support, which includes providing a home, cars, schooling, food, clothing, medical care, and ultimately weddings. For those of us who have been blessed with kids and grandkids, we help out in many ways. Our ability to do all of this is dependent ...
by Silvio.Falconi
Wed May 29, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3207

Re: When will this happen again ?? 10 Years are gone

... to purchase to stay current. We also have families to support, which includes providing a home, cars, schooling, food, clothing, medical care, and ultimately weddings. For those of us who have been blessed with kids and grandkids, we help out in many ways. Our ability to do all of this is dependent ...
by TimStone
Wed May 29, 2019 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3207

Convert DBF 2 SQL

... to the DBF2SQL.prg available in FWH, but some comments stated it would not work with FPT files. Has anyone found a reasonable way to do this ? Ultimately all of my clients, with about 115 DBF files each, would need to be converted. Many of those files do have memo fields. I likely would want ...
by TimStone
Wed Mar 20, 2019 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF 2 SQL
Replies: 9
Views: 2549

Re: OT: ADS & Win 10 April Update RESOLUTION

... the problem stated here says it may be related to Windows Defender ... I've spent a lot of time with ADS ( SAP ) testing various options here. Ultimately we will come up with some definitive answers, but for now, the one solution that works immediately is to not depend on discovery, and to ...
by TimStone
Thu May 17, 2018 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6108

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... problem.. but when the vertical scrollbar hits EOF .. it creates 1 new empty row .. which is much better than creating 30 new rows .. What ultimately I wanted to do is be able to trap the down arrow key only at the Eof code-block and ignore any other inputs such as the vertical scroll bar. ...
by Rick Lipkin
Fri Feb 09, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 5961

Hash when decoding JSON [ Mr. Rao ]

... // Each of these may have multiple lines I will be reading all lines in Section 3, in sequence, and will want to add each line to an array. Ultimately this will display a BROWSER display. Currently, if I use hb_JSONdecode( file ) and put that in a browser, it shows me the 3 sections. Then ...
by TimStone
Wed Jul 19, 2017 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash when decoding JSON [ Mr. Rao ]
Replies: 7
Views: 1772
Next

Return to advanced search