... information, but I don't know how to use it. Currently it displays and xbrowse window, how do I just get the information in an array so I can utilize it later. Don't need the xbrowse dialog.
Function Antonio()
EnumDisplayMonitors( { | nMonitor, hMonitor, hdcMonitor, lPrimary, aMonitorRect ...
Search found 104 matches: utilize
Searched query: utilize
- Mon Jan 06, 2025 10:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetDesktopWindow() on dual monitor system.
- Replies: 10
- Views: 1446
- Mon Jan 06, 2025 10:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OpenAI vision API from FWH
- Replies: 10
- Views: 8801
Re: OpenAI vision API from FWH
... bash
docker run --runtime nvidia --rm --network=host -v ~/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:r36.2.0
```
By following these steps, you can fully utilize the capabilities of your Jetson Nano Orin to run large language models efficiently.
We can use ollama from Harbour :)
docker run --runtime nvidia --rm --network=host -v ~/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:r36.2.0
```
By following these steps, you can fully utilize the capabilities of your Jetson Nano Orin to run large language models efficiently.
We can use ollama from Harbour :)
- Wed Sep 25, 2024 2:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
- Replies: 37
- Views: 6333
Re: Bug Maria_Connect() FWH-24.07 64 bits ???
... enable additional warning levels to catch potential issues at compile time (`-Wall` or equivalent).
### 9. **Use 64-bit Debugging Tools**
Utilize 64-bit debugging tools to check memory, stack, and pointers during runtime. Tools such as Valgrind (for memory checks), gdb (for stack traces), or ...
### 9. **Use 64-bit Debugging Tools**
Utilize 64-bit debugging tools to check memory, stack, and pointers during runtime. Tools such as Valgrind (for memory checks), gdb (for stack traces), or ...
- Tue May 14, 2024 2:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: send an email using the Outlook object
- Replies: 5
- Views: 1082
Re: send an email using the Outlook object
... Outlook since the old DOS days, and today's version is not nearly as reliable as what we had in the early days of Windows.
It might be best to utilize an alternate way of creating, sending, and tracking your emails instead of Outlook. I think that will become an ever more difficult interface.
Tim
It might be best to utilize an alternate way of creating, sending, and tracking your emails instead of Outlook. I think that will become an ever more difficult interface.
Tim
- Mon Apr 29, 2024 10:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: combobox color
- Replies: 22
- Views: 3548
Re: combobox color
... and it's essential to accelerate our learning curve.
Providing samples that address specific questions, such as how things can be accomplished using the WebView interface, would be beneficial.
Thanks to FIVETECH, we have the necessary tools; now we just need to utilize them.
Best regards,
Otto
Providing samples that address specific questions, such as how things can be accomplished using the WebView interface, would be beneficial.
Thanks to FIVETECH, we have the necessary tools; now we just need to utilize them.
Best regards,
Otto
- Sat Apr 13, 2024 6:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Digitally signing a document
- Replies: 14
- Views: 2072
Re: Digital signing a document
Dear Michel,
Asking chatgpt:
you can utilize a C library that provides PDF parsing capabilities. One such library is Poppler, which is widely used for working with PDF files in C
You can download the pre-built Poppler library for Windows from the Poppler website: https://poppler.freedesktop.org ...
Asking chatgpt:
you can utilize a C library that provides PDF parsing capabilities. One such library is Poppler, which is widely used for working with PDF files in C
You can download the pre-built Poppler library for Windows from the Poppler website: https://poppler.freedesktop.org ...
- Thu Mar 21, 2024 10:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView resize
- Replies: 9
- Views: 3256
Re: WebView resize
... input within the WebView2 embedded content.
By embedding WebView2 in your application, you effectively create a hybrid environment where you can utilize web technologies for the UI and interact with the native application layer for deeper system integration or advanced functionalities. This ...
By embedding WebView2 in your application, you effectively create a hybrid environment where you can utilize web technologies for the UI and interact with the native application layer for deeper system integration or advanced functionalities. This ...
- Sat Feb 24, 2024 12:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Data exchange between PC and Android device on the same loca
- Replies: 17
- Views: 3546
Re: Data exchange between PC and Android device on the same loca
... introduction of Mod Harbor.
Now, you can achieve the same results with Mod HARBOUR.
I provided the link to illustrate the server hardware we utilize. As mentioned in the most recent post, we are currently employing this hardware for RDP and Apache server applications for mod harbour.
Best ...
Now, you can achieve the same results with Mod HARBOUR.
I provided the link to illustrate the server hardware we utilize. As mentioned in the most recent post, we are currently employing this hardware for RDP and Apache server applications for mod harbour.
Best ...
- Tue Feb 13, 2024 12:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with FiveWin and PDF995 on Windows 11.
- Replies: 29
- Views: 4953
Problem with FiveWin and PDF995 on Windows 11.
I have an application where several users utilize it every day. The IT Department just upgraded all the workstations from Windows 10 to Windows 11. Now on the reports which print to the PDF995 driver the fonts are reduced to a really small size. If they print directly to the printer the fonts look ...
- Thu Feb 08, 2024 12:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SAPI : change Voice
- Replies: 69
- Views: 25202
Re: SAPI : change Voice
... actuales. Si el tipo de evento es de interés, se genera un evento de ese tipo. Los eventos de voz devuelven el número de flujo de entrada para asociarlos con el flujo apropiado.
voy a ver como hacer un ejemplo en Harbour/HMG que es lo que utilizo, ya que nunca utilize FiveWin que es su producto.
SLDS
voy a ver como hacer un ejemplo en Harbour/HMG que es lo que utilizo, ya que nunca utilize FiveWin que es su producto.
SLDS
- Tue Nov 21, 2023 7:33 am
- Forum: mod_harbour
- Topic: Fivewin controls similar to javascript elements
- Replies: 2
- Views: 2649
Fivewin controls similar to javascript elements
Dear friends,
I asked ChatGPT for tutoring:
I use FiveWin, and it appears to be based on C++. In this environment, we utilize controls similar to elements. However, these controls consume events,
necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong ...
I asked ChatGPT for tutoring:
I use FiveWin, and it appears to be based on C++. In this environment, we utilize controls similar to elements. However, these controls consume events,
necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong ...
- Thu Aug 17, 2023 9:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Saving OuterHTML using Await Implementation with TWebView
- Replies: 24
- Views: 5437
Re: Saving OuterHTML using Await Implementation with TWebView
... when `SendToFWH` is invoked from the web page.
5. **Synchronous-like Behavior**:
- Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded).
- This loop will exit either when the desired ...
5. **Synchronous-like Behavior**:
- Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded).
- This loop will exit either when the desired ...
- Thu Aug 17, 2023 8:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Saving OuterHTML using Await Implementation with TWebView
- Replies: 24
- Views: 5437
Re: Saving OuterHTML using Await Implementation with TWebView
... when `SendToFWH` is invoked from the web page.
5. **Synchronous-like Behavior**:
- Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded).
- This loop will exit either when the desired ...
5. **Synchronous-like Behavior**:
- Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded).
- This loop will exit either when the desired ...
- Wed Jul 05, 2023 2:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fancy Dashboard
- Replies: 11
- Views: 1515
Re: Fancy Dashboard
... admin-dashboard-template/
Now we need to populate it with live data. I have a lot of experience working with WINHOTEL using HYPER and Mod Harbour. However, with the introduction of webview, I will attempt to utilize the same code for the user interface in Mod Harbour as Fivewin.
Best regards,
Otto
Now we need to populate it with live data. I have a lot of experience working with WINHOTEL using HYPER and Mod Harbour. However, with the introduction of webview, I will attempt to utilize the same code for the user interface in Mod Harbour as Fivewin.
Best regards,
Otto
- Wed Jun 28, 2023 6:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview2
- Replies: 5
- Views: 859
Re: Webview2
... will be converting more reports and lists, which is why I will be revisiting WebView2 for quite some time.
It's a great technology because you can utilize the work for Fivewin and mod harbour as well.
Best regards,
Otto
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42879&p=257998&hilit ...
It's a great technology because you can utilize the work for Fivewin and mod harbour as well.
Best regards,
Otto
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42879&p=257998&hilit ...