Search found 51 matches: presumably

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

TWebView Class from FIVEWIN ChatGPT The provided code is a class definition for TWebView, a custom class presumably designed to interface with a web view control, possibly for embedding web content in a desktop application. The class seems to be written in a language that resembles ...
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: Calculate total pages

... := PrintBegin(...)`: Initializes a new print job with various parameters (like document name, printer setup, etc.). This is done twice, once presumably for a regular printer and once for a PDF printer. 4. **Document and Page Initialization:** - `StartDoc(oDevice:hDC, oDevice:cDocument)`: ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5877

Re: Saving OuterHTML using Await Implementation with TWebView

... Class**: - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, `nSecond`, `cReturn`: Parameters used for querying. - Methods ...
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: 1633

Re: Saving OuterHTML using Await Implementation with TWebView

... Class**: - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, `nSecond`, `cReturn`: Parameters used for querying. - Methods ...
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: 1633

Re: FW Preview user style

... objects. Your example of deleting a customer when using objects would just be: oCustomers:Delete(nCustNo) Another issue with your delete code: Presumably you would need to delete all other data related to that customer, so you would also need to delete sales orders, invoices, past due notices, ...
by James Bott
Sun May 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

downloading a specific file

...  WinExec( "Start " + cUrl, 0 )      ENDIF  Now I would have the problem of locating the downloaded file presumably in the download folder of the window since I can't force my folder where to download the file how do i calculate the exact route in windows ...
by Silvio.Falconi
Sat Mar 05, 2022 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: downloading a specific file
Replies: 3
Views: 356

GET with SPINNER

... number ranges via Spinner and show the number of records that match the various ranges entered as the Up or Down key is selected (example below) Presumably while I just press the UP or DOWN arrow it's still in focus and the VALID clause isn't getting called. Calling it via ON UP and ON DOWN just ...
by reds
Thu Jul 04, 2019 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 683

Re: Ribbon Theme

... be there. This is a sample of the problem. These line artifacts are due to the fact that some styles use two outline lines around each tab, presumably to provide a gradient look. However, the newer MS Office versions do not use these gradients anymore. The only solution, I think, is to modify ...
by James Bott
Tue May 07, 2019 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Informative Screen

Adolfo, Since you are using SQL presumably you have an autoincremented ID field. You can use that to sort the data however you wish, newest (largest ID) at the top is what I would use. In the browse just skip one record at a time using a ...
by James Bott
Thu Jan 17, 2019 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Informative Screen
Replies: 8
Views: 1819

Re: MariaDB RS AppendBlank

... value"oRec:Save()  //returns .T., no trigger error!? (there should be...)oRS:Save()   //returns .F....  but with this (presumably correct) ...oRs:Append()oRs:field := "wrong value"oRS:Save()  //returns .F., triggers error. (of which user needs ...
by fraxzi
Wed Sep 12, 2018 5:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1664

Re: Database - 17.07 - Problems

... them. Some of the things we have shown are not things you should be doing in your code. For instance saving data directly to a field number--you presumably are using the Save() method which would crash if it was trying to save to the wrong database. So, for now, I would stick with ver 17.06 or ...
by James Bott
Fri Sep 08, 2017 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11898

Re: GDIPLUS.DLL requested

... your program. And if Win 98 doesn't come with gdiplus, then the problem has nothing to do with the version of FWH/(x)Harbour that you are using (presumably they all require the GDIPLUS.DLL). James
by James Bott
Thu Apr 21, 2016 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIPLUS.DLL requested
Replies: 7
Views: 992

Re: Richedit on a dialog

... but it is never defined. nHeight is set to a default but not nWidth. I have never seen the "@ nRow,nCol BUTTONBAR..." syntax before so presumably this is new syntax and perhaps it was not completed? This code errors out: #include "fivewin.ch"Function Main()   Local ...
by James Bott
Mon Apr 18, 2016 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8928

Re: Xbrowse a speed problem using SCOPE ?

... I was trying to make a sample as simple as possible. It is also possible to have two or more people with the same surname and forename. And presumably users can edit the name fields which can create all kinds of problems. These are all very good reasons for always using ID numbers for primary ...
by James Bott
Tue Mar 01, 2016 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9044

Re: FWH 15.08 UNICODE support: Beginnings

... of a unicode character displays only double question marks. If the app is closed then restarted, which uses the previously created dbf where presumably the ?? was saved, the application will crash immediately. I'm seeing a lot of other spurious crashes in my code now as well, all appear to ...
by rhlawek
Tue Sep 15, 2015 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.08 UNICODE support: Beginnings
Replies: 2
Views: 850
Next

Return to advanced search