Search found 23 matches: repeatedly

Return to advanced search

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

... is that the reports and input screens with WEBVIEW look much more professional and nicer than the desktop versions. I am convinced that if people repeatedly see the examples and the problems, like how difficult, if at all possible, it is to achieve similar results with desktop tools, then the ...
by Otto
Thu Jan 25, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1687

Re: Saving OuterHTML using Await Implementation with TWebView

... 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 result is achieved ...
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: 1622

Re: Saving OuterHTML using Await Implementation with TWebView

... 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 result is achieved ...
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: 1622

Re: DBF to Excel Sheet, without Excel, using ADO ?

... understand the behavior of ADO with Excel tables, which is different from other datasources, and work accordingly. This is what I have been saying repeatedly many times. Had you done some tests at your end, you would have noticed this yourself. i like to REQUEST to enhance function FWAdoFieldStruct() ...
by nageswaragunupudi
Wed Aug 16, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2564

How to play a background-sound (SND_ASYNC) ?

... default sound. SND_MEMORY The parameter specified by cSndName to an in-memory image of a waveform sound. SND_LOOP The sound will continue to play repeatedly until sndPlaySound is called again with the cSndName parameter set to 0. You must also specify the SND_ASYNC flag to loop sounds. SND_NOSTOP ...
by ukoenig
Mon Sep 09, 2019 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to play a background-sound (SND_ASYNC) ?
Replies: 2
Views: 564

Re: strategies

... has been an unmitigated disaster Haley took office in 2011 – most notably as it relates to multiple instances in which vulnerable children were repeatedly placed in abusive homes. But the agency’s failure is much bigger and broader than that – even after Haley was forced to fire her first “rock ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8117

Re: Bug in TBitmap

... ) .and. ! Empty( ::cBmpFile )      ::LoadBmp( ::cBmpFile )   endif  keep calling LoadImage() repeatedly. This is fixed by inserting these lines before present line no. 833 ( FWH18.03)      if ::hBitmap == 0      ...
by nageswaragunupudi
Tue May 29, 2018 5:31 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 2
Views: 1249

Re: Function list builder application

... a WIKI which is a database available to everyone using FWH ... and IF it was current, we would have the solution we seek. I have asked for this repeatedly but it is not happening. It bothers me because I have a very comprehensive application out there for my clients, and it is fully documented, ...
by TimStone
Sat Jun 17, 2017 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function list builder application
Replies: 16
Views: 3027

Re: To Mr. Nages

... in one single update/insret and/or (2) where the network or server's configuration is the limiation. In such cases AppendChunk() is to be called repeatedly. Otherwise simple assignment ofield:Value := STRTOHEX( binarydata ) is better and simpler. (b) XBrowse, TDataRow and TRecSet classes take ...
by nageswaragunupudi
Thu May 21, 2015 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Nages
Replies: 3
Views: 1465

Re: Imagenes en Postgress

... Please see about "max_allowed_packet" parameter in MySql documentation. Otherwise you should use oRs:Fields( n ):AppendChunk( cPart ) repeatedly
by nageswaragunupudi
Mon Apr 20, 2015 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagenes en Postgress - SOLUCIONADO
Replies: 24
Views: 5947

Re: ADO & SQL INSERT Statement

... */ EXEC SQL COMMIT WORK; /* commit changes */ } else EXEC SQL ROLLBACK WORK; /* else undo changes */ The code in this example calls next_cust repeatedly. When it returns non-null data, the PUT statement sends the returned data to the row buffer. When the buffer fills, the rows it contains ...
by avista
Thu Jul 31, 2014 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2218

SqlQuery and Microsoft.ACE.OLEDB.12.0 error

... 543884569 Error Source: Microsoft Access Database Engine Sql State : 3011 FW_OPENRECORDSET(414) This happens when using the following code repeatedly (and on another piece of code that depend on SqlQuery further on): USE locations ALIAS Locations SHARED NEWDATABASE oDbfPoDbfP:LOAD()aLoc:= ...
by ellano
Fri Oct 11, 2013 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqlQuery and Microsoft.ACE.OLEDB.12.0 error
Replies: 14
Views: 3756

Re: MSVS 2012

... to the MSVC version. I did test moving about the controls in the dialog and had no problem. I was also able to open and close the edit boxes repeatedly without a problem. I don't know if this is what you are having problems with, but if so, you are using the Codejock controls more aggressively ...
by TimStone
Mon May 20, 2013 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15092

Re: Socket and Web server Not Working

... Obviousley i have stopped this service so that my fivewin prog gets the Port 80 Socket. If i re-enable and use the Built in server, this works repeatedly so i am assuming its not a bug in winsock just the way its being used/called in wifewin in CE6 The reason for the Server is to pass data ...
by johnshay
Wed Sep 26, 2012 11:14 am
 
Forum: FiveWin for Pocket PC
Topic: Socket and Web server Not Working
Replies: 8
Views: 4813

Re: RADIO BUTTON "ON CHANGE" FIRES WHEN DIALOG IS PAINTED

Antonio, As I said, it's a silly example, but it causes the event to fire repeatedly. In the real world, I have calculations tied to the ON CHANGE clause. The problem is, they run even if the value is already set and unchanged. The fix in my original post solves ...
by arpipeline
Thu Oct 15, 2009 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1101
Next

Return to advanced search