Search found 224 matches: checks

Return to advanced search

Re: xbrowse problem with :bLClicked

...       nil),       Refresh_title(oBrw,oDlg,oDbf,cSection)   )}  Here's where the issue lies. When you press the spacebar, it checks if the current row is selected and updates the buttonbar accordingly. However, it doesn't take into account the overall selection state of the ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 97

Re: Compiler with MSVC y HARBOUR

... c:\Apache24\bin\libcrypto-1_1-x64.dll c:\Apache24\bin\libcurl-x64.dll Perhaps we could then create a Fivewin test program that checks all files and settings. Possibly also implements necessary security settings for us mod harbour developers. With best thanks in advance, Otto
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 136

New FTDN February 2024 (FWH 24.02)

... in MilliSeconds FW_UnixToDate( nUnixTimeStamp(inMilliSeconds) ) --> tDateTime * New: function FW_CheckFont( cFontName ) --> lFound. It checks if a certain cFontName is installed on Windows. * Fix: function WinINet() was not properly working for xHarbour. Now it is ok. * Enhancement: ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 205

Back after 10 years due to illness [ Javier Lloris ]

... that I do not have installed such as WinXP, WinVista, Win8, Win10 32bits and Win11 so that you can report me if any error appears, the program checks which operating system it is running on because it depends of the OS version of WMP can play different audio files but everything that WMP plays ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: enviar mensajes a whatsapp, ¿posible solucion?

... are displayed as images and other files are shown as attachments. Please try. Note: In the next version, the function FW_CopyToClipboard( aFiles ) checks for existence of the files and also coverts them to fullpath using FullName() function.
by nageswaragunupudi
Fri Oct 27, 2023 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4481

Re: Mr. Rao, more about xBrowse

... class. Well all this is handled in the Error Handler. There is no DATA nEditTypes in XBrowse, so this message goes to error handler. There it checks if there is any data of a Column class with that name without trailing "s" If exists then the rest of the logic is simple.
by nageswaragunupudi
Wed Aug 23, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 556

Re: Saving OuterHTML using Await Implementation with TWebView

... - There's a loop (`WHILE .T.`) that waits for the document to be completely loaded. The function `AWait_QuerySelector` checks the `readyState` of the document. - If the document isn't completely loaded in six attempts (or iterations), it will exit the loop and show an ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... - There's a loop (`WHILE .T.`) that waits for the document to be completely loaded. The function `AWait_QuerySelector` checks the `readyState` of the document. - If the document isn't completely loaded in six attempts (or iterations), it will exit the loop and show an ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: PICTURE for DATE() ?

... change the date to a string by using DTOC(). I can give the picture to my date anyway I want and in the VALID clause, I can link a function which checks if the date is correct or not. Afterwards, I change the string back to a date by using CTOD(). It is quite easy and it gives you the possibilities ...
by driessen
Mon Jul 17, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 398

[solved] APP on the Windows toolbar near the clock

Hello friends:

I already used a FiveWin app a few years ago that installed itself on the Windows bar, I think it was try.prg, I couldn't find it in my stuff. Does anyone know where I can find it?

an app that starts or stops another app and checks its running status
by Ari
Fri May 05, 2023 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [solved] APP on the Windows toolbar near the clock
Replies: 1
Views: 159

Re: Forcing to unlock a record

... mode. Next, user2 modifies the record again. When they go to save the changed data, the program again re-reads the record from the disk and then checks all the fields to see if any are different than the original in-memory copy. If not, then the modified data is written to the disk. I have not ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: SMS Text messaging

... they don't have a website. Therein lies the complication. I'm asking if it is possible to get around this, and I could just build a service that checks their server periodically to see if a reply exists, or if they have the ability to supply a URL for the webhooks, and I can just query that. ...
by TimStone
Fri Nov 04, 2022 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1706

Re: Resource Bitmap for Fivewin

... contents as a string, When FWH reads the resource, what all it gets is a string, which can be a pure text or binary data. FWH ReadImage function checks if the data is a binary data and then if it is an image type and then what image type it is (bmp,ico,cur,jpeg,png,tiff,etc) and then reads it ...
by nageswaragunupudi
Sun Oct 30, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Bitmap for Fivewin
Replies: 7
Views: 435

Re: MS Visual Studio

Dear Antonio, my app just opens seven dbf files via dbfcdx in exclusive mode. Then it checks if all Index files are present and created them if not. After that I call my dialog for start which shows a button bar with 3 buttons and 3 XBrowses in one to many relationship. ...
by Detlef
Sat Jul 09, 2022 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1487

Printing RTF 22.03

... oEndText:tagtext, 120, lx,, .T. ),nCsp*120, nRsp * 1.1, oFcond )      ENDIF      nRow += nRsp   NEXT  The function WOPAGEHEAD( ) checks the row number to be sure there is enough space for the next line on the page , If not, it advances to the next sheet, prints the header, and ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 573
Next

Return to advanced search