Search found 256 matches: likely

Return to advanced search

LLM metrics - métricas

... cell count of 15,000/μL, with 80% neutrophils. Imaging studies reveal a 3-cm gallstone in the gallbladder." Pregunta: "What is the most likely diagnosis for this patient?" Respuesta correcta: "Cholecystitis" (inflamación de la vesícula biliar) MedQA es una métrica desafiante ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 27

Re: xbrowse problem with :bLClicked

... release all keys and then execute the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function. By using SetKey() with a dummy ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: xbrowse problem with :bLClicked

... release all keys and then execute the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function. By using SetKey() with a dummy ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: Switching my setup program to webview2

... - WHSetup" with the date "2019-05-21" in the title bar. The window contains multiple tabs and input fields for various information likely related to a hotel or accommodation. The tabs at the top are: "General", "Invoice", "Invoice 2", "Text", ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Re: Mark field as required

There is a serious issue when making fields required. If the user doesn't have that information, they will likely just put anything in the field so they can save the record. An alternative is to allow the user to save the record even if some of the "required" data ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: WebView2 Essentials: Guides, Tips & Resources

... and event handling. This class provides a comprehensive interface for embedding and controlling a web browser within a desktop application, likely tailored for the specific needs of the application it's designed for.
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

... "pytorch". The package named for PyTorch is "torch" [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pytorch Failed to build pytorch ERROR: Could not build wheels for pytorch, which is ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Calculate total pages

... .t.)`: Plays or renders the metafile onto the device context. - `oDevice:hDCOut := oDevice:hDC`: Assigns the device context to another property, likely for output. - The `oDevice:CmSay` and `oDevice:SayBitmap` calls seem to place text and bitmap images (like QR codes) on the document. 6. **File ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Learn SQL with ChatGPT or when can ChatGPT really help

I can't believe that one would want to use such a totally non-standard SQL statement. What if you want to switch SQL engine in the future (most likely)? I recommend to ever use plain standard SQL.
by Enrico Maria Giordano
Fri Nov 17, 2023 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 670

Re: DBF . Commit

... users accessing the same file, provided the cache is properly managed and synchronized. The function cmxSys( 1002, .f. ), when set to false, would likely affect the automatic commit or flush operations that write the cache to the hard disk. However, the changes, as long as they are in the cache, ...
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2342

Re: Help with complex JSON

... "" ) )return { dDate, cTime }//----------------------------------------------------------------------------//  It is likely to answer your second post also automatically. HI, [{"numEjercicio":"2023", "desEstado":"No Presentado", ...
by CARLOS ATUNCAR
Sat Sep 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1216

Re: Choise : Windows server standard 2022 versus essential 2022

Dear Marc, I think the prices are about right, with the Server 2019 version likely being a bit cheaper. We are reducing expenses through the use of "Serverbooks". For example, we have the following device in continuous use without any issues: HP ProBook ...
by Iris Gesser
Sat Sep 02, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1445

Re: Create solid color bitmap array

... not match the IDs that are described in the documentation help file. That is why it is a Codejock issue. What you gave me works perfectly. I can likely do a work around by finding the current id values through testing, and then making my bitmaps use those. It's just annoying ! Your solution was ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 324

Re: Shell.Explorer.2 problem

Most likely, the site that you use has stopped running under IE. Try opening it in other browsers. If it opens normally, then install the WebView and work through it.
by Natter
Tue Jun 27, 2023 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

simple image viewer - sample

... break down what the program does: 1. **Includes**: It starts by including two header files, "FiveWin.ch" and "Image.ch". These likely provide additional functionality or definitions used in the program. 2. **Main Function**: The `Main()` function is the entry point of the program. ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289
Next

Return to advanced search