Search found 384 matches: previously

Return to advanced search

Re: XP and FWH2402+bcc7.70

... Thank you very much. I did not find BCC77 in Embarcadero Site. I have downloaded BCC102.Zip, Which contains BCC730 Version only. Any more clue? Previously, we used to get xHarbour, BCC etc. Versions from "WHOISAWAY.COM" . Now a days I am not able to get into that site due to Some Errors. ...
by RAMESHBABU
Tue Mar 26, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2293

Re: WebView2 Essentials: Guides, Tips & Resources

... pFunction): Binds a native function to a JavaScript function in the web view. Center(): Centers the web view window. Unbind(cName): Unbinds a previously bound JavaScript function. Return(cRequest, nBindResult, cFromPrgToJS): Handles the return value from a bound function. SetTitle(cTitle): ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: phpBB to LLM

... there are no viable options ├─ torchvision 0.11.2 would require │ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported; ├─ torchvision 0.11.2 would require │ └─ cudatoolkit >=11.3,<11.4 , which requires │ └─ __cuda >=11.3 , which conflicts ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4690

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

Dear Jimmy, As a first approach I have taken all C++ code out of main.c (previously main.cpp) and created a new file builddrop.cpp This way we can simply compile the cpp files and use them from Harbour. I am building it from Visual Studio and it properly builds ...
by Antonio Linares
Wed Dec 20, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 581

Re: Help splitting up a character address string

... correct syntax to end a function is RETURN for the function's return value and FUNCTION to declare the end of the function, not ENDFUNCTION as I previously stated. Here's the corrected code: harbour Copy code FUNCTION SplitAddress(cAddress) LOCAL cStreet, cCity, cState, cZip LOCAL nPos1, nPos2 ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Fwh 23.10 TGet another problem

... DEFINE FONT oMyFnt NAME "Verdana" SIZE 0, -12 If there was a font definition problem, I should not have seen the Turkish characters previously entered in the TGet fields. However, I can see the previously entered Turkish character data. Only when I type Turkish characters on the ...
by Horizon
Tue Nov 07, 2023 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54304

Re: Lost connection to MySQL server during query

This can work if you use only a table.

However, if you had previously opened other tables, do you find them closed?

It is a problem that even when the internet connection is not stable

Maurzio
by Maurizio
Mon Jul 31, 2023 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12379

Re: EXE Author's name on Windows 11

Here it is (it worked fine previously):

Code: Select all  Expand view
VS_VERSION_INFO VERSIONINFO
{
 BLOCK "StringFileInfo"
 {
  BLOCK "040904E4"
  {
   VALUE "CompanyName", "EMAG Software\0"
  }
 }
}
by Enrico Maria Giordano
Sat Jul 29, 2023 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1270

EXE Author's name on Windows 11

Dear friends, I noticed that on Windows 11 I can't see the Author's name of my EXE files. It was displayed previously (on Windows 10 and maybe on an earlier version of Window11, I don'r remember exactly). Any ideas?
by Enrico Maria Giordano
Sat Jul 29, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1270

Re: Numeric alignment with oPrn:SayText( )

... as you suggested, and everything lines up perfectly. I prefer Calibri as a font because it is easier to read than the old Courier New I used previously. So far all is progressing well. I am completely updating the output of my invoices, and since I now have full RTF capability for essential ...
by TimStone
Thu May 18, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 534

Understanding how autoGPT works...

... limit for short term memory. Your short term memory is short, so immediately save important information to files. 2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember. 3. No user assistance 4. Exclusively use ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

Re: chatGPT writes and executes Harbour code !!!

Dear Otto,

good morning

I am subscribed to chatGPT (previously I was using davinci 2 from OpenAI too) and up to now, they have not asked me for any money :-)
by Antonio Linares
Sun Dec 11, 2022 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: cyclometric circle

https://i.postimg.cc/85X8RJvb/last.png when I select another record in the xbrowse , the class doesn't delete the previously drawn lines, how can I fix it? I would like to fill the polygon space with a gradient color but I can't do that test.prg #include "fivewin.ch"#include ...
by Silvio.Falconi
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3027

COMBOBOX with 2 element array

... in the second element to be assigned to a variable used in a separate GET ( for editing ). I thought this was addressed in the forum, and code, previously, but I can't find it. Currently I assign the values to 2 arrays, use the first to select the title, and knowing it's position, I load the ...
by TimStone
Fri Nov 11, 2022 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX with 2 element array
Replies: 3
Views: 353

Re: Search for a number on xbrowse and highlight it

... +" button is selected, the procedure looks for the same numbers and colors them but removes the color from the other numbers already selected previously.
by Silvio.Falconi
Wed Oct 12, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 620
Next

Return to advanced search