Search found 141 matches: figured

Return to advanced search

Re: Error: FWH2206 Parte1

... := .f. antes de activar el dialogo ya no aparecen los dos primeros mensajes, y se soluciona el problema. Wonderful observation. I would have never figured it out, because in my FWH2206 build the data lHtml is initialized to .F. even inside dialog.prg. Looks like I have a revised build. If you like, ...
by nageswaragunupudi
Tue Feb 13, 2024 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Re: DateTime calculation

I figured it out.
by cdmmaui
Fri Jan 26, 2024 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 690

SetAutoHelp

... Any suggestions for making both work ... F1 for the context sensitive help in the manual, and F2 so the user can write their own help notes ? I figured I'd ask first since it might be a simple solution with the existing source code.
by TimStone
Fri Nov 03, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 193

Re: Native access to Sqlite3

I haven't figured out a good way to display the records in xbrowse. I convert them to an Array, and it works fine, but it's not the cleanest solution

This is the best approach.

For information: Soon FWH is planning to come out with a native sqlite3 class included in the FWH libs
by nageswaragunupudi
Wed Jun 28, 2023 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Native access to Sqlite3
Replies: 9
Views: 1076

Native access to Sqlite3

... to access sqlite3 databases natively, I have created two classes, which I am attaching along with a small example of usage. However, I haven't figured out a good way to display the records in xbrowse. I convert them to an Array, and it works fine, but it's not the cleanest solution. If anyone ...
by alvaro533
Wed Jun 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Native access to Sqlite3
Replies: 9
Views: 1076

Re: A simple LLM using Harbour's hashes

... submit larger amounts of text to the ChatGPT prompt? Is there any way to bypass the token limit of approximately 4000 per request here? I haven't figured out yet if, when I'm within a chat and I post multiple "knowledge bases" there, all of them are considered, and I can input more text ...
by Otto
Tue May 16, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 423

Re: View deleted records in xBrowse

James, My concern was my clients. I figured they wouldn't normally use this capability. I resolved it by doing the following: 1) I left SET DELETED ON when starting the program 2) I put in a Menu item that calls a Function: FUNCTION SelDelStatus  ...
by TimStone
Fri Dec 16, 2022 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 702

how to display sorce code inside html

... FAQ for mod harbor beginners. It would be great if I could also store source code examples in the memo field in the database. But I still haven't figured out how to encrypt the source code so that it can be displayed in the website. I'll use photos meanwhile. Best regards, Otto https://www.modharbour.club/mh_faq_mh/faq.prg ...
by Otto
Mon Feb 14, 2022 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to display sorce code inside html
Replies: 2
Views: 229

Re: Copy File Name

... be deleted. I can edit the file headers in Explorer or TC, but there are a lot of files with the CC86 symbol in my name on the network (I haven't figured out where yet), You can rename such files from FW, apparently, through the bat file chcp 1251 cmd ren C:\file1*.pdf file2.pdf or bat file Powershell
by Natter
Sat Jan 22, 2022 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy File Name
Replies: 21
Views: 976

Re: Error log location

Antonio,

How can I avoid the issue of the linker complaining that LogFile() already exists in a fivewin library? I'm used to having local code just supercede the library functions when there is a name conflict, but I haven't figured out how to get the linker to ignore this particular conflict.
by rhlawek
Fri Jun 25, 2021 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Re: TDatabase Class

... oDlg:END() RETURN(NIL) ENDIF Select 9 DATABASE oDbf James ... I saw this code on opening a database .. I figured the statement DATABASE oDbf created the database object .. which it appears to do .. I pass oDBf to multiple modules and the table and data ...
by Rick Lipkin
Wed May 19, 2021 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

Re: Help checking these forums cookies

... find it here: ACP ==> Tab "General" ==> Server configuration ==> Cookie settings Here fill in your new cookie settings you've figured out above. Very simple. 2. A special file First of all copy the following code and give the file the name cookie.php, upload it in to your forum ...
by Silvio.Falconi
Fri Apr 02, 2021 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help checking these forums cookies
Replies: 22
Views: 2207

Re: What's the best way to set individual bits, in a bit string

... Months back, Antonio put together a full-working sample, within a couple of days, that interfaced to a Prolog dll library. I could NEVER have figured out how to construct Antonio's interface. There doesn't seem to be any step-by-step tutorial and exercise guide for coding in the Harbour C ...
by FWExplorer
Sun Feb 28, 2021 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

xbgetbar

... clearfilter function without pressing the button? sample : https://i.postimg.cc/wvnY9p7M/pr.png I tried to make it , so I haven't figured out how to build the search dialog yet https://i.postimg.cc/0NQpsgTL/jku.png static function Sample1()   local ...
by Silvio.Falconi
Thu Nov 05, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbgetbar
Replies: 2
Views: 481

Re: Ambiguous reference VS Code

Already figured out!

"Harbour.warninglevel" was missing in settings.json :D
by ricbarraes
Mon Jun 01, 2020 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ambiguous reference VS Code
Replies: 1
Views: 305
Next

Return to advanced search