Search found 4486 matches: check

Return to advanced search

Re: Mark field as required

... are marked with a little triangle indicating their obligation when they are empty. It is true that this system is not valid for radio button or check button. The changes to the TGet class consist of adding a new data bMandatory that returns .t. If the Get is mandatory and a call to a new method, ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: WebView2 sample

Dear Otto,

I was answering to Silvio's comment:
I have last release and not run webview

> WEBVIEW also works with Windows Server 2012

thanks for the feedback

Dear Detlef,

Could you please check if you have the file FWH\source\classes\twebview.prg ?

thanks
by Antonio Linares
Mon Jan 29, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1214

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Hello Detlef, you are right, the example works perfectly in Webview2. Check out the GIF. We would now need to program a dual adapter, so that when working in the Webview, save2FWH is called, and otherwise the AJAX function. Here is the link to enter your email. ...
by Otto
Sat Jan 27, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: erase files

Insert a msginfo() before you delete the files and check with "Resource Monitor" the "Assoiated Handles" of your file. Open the Start menu, type "Resource Monitor" and press Enter. Switch to the "CPU" tab. Expand ...
by Otto
Thu Jan 25, 2024 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1545

Re: problem with Barcode (sebra) no Html no web

nBackcolor what color du you have here? EAN cod not corret. Please post some to see. EAN 13 12 characters + Check Digit (1 digit) you're Right I decided to change barlib for the new fwbarcode barcodes because in barlib we don't have the new qr type codes to do a demo I think ...
by Silvio.Falconi
Tue Jan 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

Re: problem with Barcode (sebra) no Html no web

nBackcolor what color du you have here?
EAN cod not corret.
Please post some to see.
EAN 13
12 characters + Check Digit (1 digit)
by Otto
Mon Jan 15, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

Soap Web Service - timeout request

Hello, It is possible to set a timeout request for a web service request? I added to IF oHttp:status=200 to check status but sometimes request hangs. TRY oHttp := CreateObject( 'MSXML2.XMLHTTP' ) CATCH oHttp := CreateObject( 'Microsoft.XMLHTTP' ) END cHttpSend := [<?xml version="1.0"?>] ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 706

Re: Determine lib name of a function

Dear Hua,

If it is a Harbour function, you can check in the Harbour source code for it
by Antonio Linares
Tue Jan 02, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 429

Re: phpBB to LLM

... with installing PyTorch using pip install torch, it could be due to several reasons. Here are a few steps you can take to resolve the issue: Check Python Version: Ensure that you are using a compatible version of Python. PyTorch may have specific requirements for the Python version. As of ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4697

Re: phpBB to LLM

Here you have a posts.dbf and posts.fpt with all the contents of these forums :-) We appreciate if you can review it and check if they are fine for you: https://github.com/FiveTechSoft/forums/blob/master/posts_dbf.zip join these parts using Total Commander so you get a ...
by Antonio Linares
Sat Dec 23, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4697

Re: Using Microsoft AI Phi-2 from FWH

hi, i have change all Property and CODE as advice but can´t create Simple.DLL Die Neuerstellung wurde um 02:50 gestartet... 1>------ Neues Erstellen gestartet: Projekt: ZERO_CHECK, Konfiguration: Release x64 ------ 1>1>Checking Build System 2>------ Neues Erstellen gestartet: Projekt: gg...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8336

Re: Using Microsoft AI Phi-2 from FWH

... encourage you to try different GGUFs from HuggingFace until you find the best that works for you Orca2 large works very well though it is slower. Check for yourself the best one for you and please share your results here :-) There is a new project, based on llama.cpp, that works 12% faster than ...
by Antonio Linares
Wed Dec 20, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8336

Merry Christmas and a Happy New Year

Hello friends,
I wish you all a Merry Christmas and a Happy New Year.

I'm currently busy with the release of the table plan for restaurants and don't have time to be active here anymore.

I'll check back in after the New Year.

Best regards,
Otto
by Otto
Sat Dec 16, 2023 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Merry Christmas and a Happy New Year
Replies: 13
Views: 1749

Re: FW_OpenAdoConnection reconnect

Please check the value of oCn:State. If the value is 0, the connection is closed. If the value >= 1 the connection is open and the actual value depends on the current activity. If oCn is closed we can try reconnect by oCn:Open() ...
by nageswaragunupudi
Thu Dec 14, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 539

Keyboard event and the ActiveX object

Hi,

I need to handle the keyboard event when the ActiveX object is active.
The only thing that comes to mind is to check lastkey() by timer. Maybe there are some ideas ?
by Natter
Wed Dec 13, 2023 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Keyboard event and the ActiveX object
Replies: 1
Views: 207
PreviousNext

Return to advanced search