Search found 47 matches: simplifies

Return to advanced search

Re: TWebView window size

... oWebView:Destroy(), oWebView2:Terminate(), oWebView2:Destroy(), .T. ) We have added a new METHOD End() that simplifies it:   ACTIVATE DIALOG oDlg    ;      VALID ( oWebView:End(), oWebView2:End(), .T. ) In Class TWebView please addd ...
by Antonio Linares
Sun Feb 04, 2024 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 853

Re: Help splitting up a character address string

... on Harbourino provides insight into its functionality as a preprocessor. Key points include: Functionality: Harbourino is a preprocessor that simplifies the development, readability, and modification of code. It takes a text file written in a certain programming language syntax and outputs ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Xbrowse : Tooltips timers

... navigates to the mouse over row and then evaluates the codeblock with mouse over column object as parameter and returns to the current row. This simplifies the programmer's job. It is suggested to use bCellToolTip in future development instead of bToolTip. So, this is available in your version. ...
by nageswaragunupudi
Mon Jun 12, 2023 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 231

Re: Fivewin and ADO

... Excel OLE. Similar to Word OLE and PowerPoint OLE. Please study the subject of Microsoft Office OLE for better clarity. GetExcelRange() function simplifies the programmers work by including long code of 1. Open Excel OLE object 2. oExcel:WorkBooks:Add( cBook ), if the cBook is not already open ...
by nageswaragunupudi
Fri Jun 09, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3800

Re: HTML report sample

Hello friends, I think that the HTML report is not that bad after all. The subsequent replacement of the "placeholders" simplifies the program. Best regards, Otto        cHtml += memoread("c:\fwh\samples\manfred.html")       cHtml := STRTRAN( cHtml, "[text1]", ...
by Marc Venken
Sat Jul 24, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1545

HTML report sample

Hello friends, I think that the HTML report is not that bad after all. The subsequent replacement of the "placeholders" simplifies the program. Best regards, Otto        cHtml += memoread("c:\fwh\samples\manfred.html")       cHtml := STRTRAN( cHtml, "[text1]", ...
by Otto
Fri Jul 02, 2021 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1545

Re: create a function with Tdatabase

... indexes or in one of the functions that I have seen that does not load them all Hmm, I always open the indexes whether they are used or not. This simplifies coding doesn't have a downside that I can think of. If you are using database objects, in order to not open the indexes sometimes, it would ...
by James Bott
Thu Apr 29, 2021 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a function with Tdatabase
Replies: 7
Views: 1172

Re: Sincronizar combobox con evento Xbrowse (SOLUCIONADO)

FWH 2103 simplifies it all: This is what all required:   USE CUSTOMER NEW VIA "DBFCDX"   SET ORDER TO TAG FIRST   GO TOP   DEFINE DIALOG oDlg SIZE 800,600 PIXEL TRUEPIXEL RESIZABLE  ...
by nageswaragunupudi
Tue Apr 13, 2021 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sincronizar combobox con evento Xbrowse (SOLUCIONADO)
Replies: 8
Views: 986

Re: error con adoimportfromdbf

... have an auto-inc field. Many a time we forget or ignore that is essential to have a primary key when we migrate to SQL databases and this feature simplifies the process of migration. Still, we can override by specifying one of the other existing fields as the primary key. But never, never create ...
by nageswaragunupudi
Sun Aug 23, 2020 3:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error con adoimportfromdbf
Replies: 4
Views: 695

Re: Ayuda con Mysql

... MSSQL, MYSQL, ORACLE. They work with any other OLEDB provider if the programmer provides connection string. Using FWH ADO functions greatly simplifies your work. For all functions please see fwh\source\function\adofuncs.prg For working with MySql, you may also consider using the inbuilt ...
by nageswaragunupudi
Wed Jul 08, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 1953

Re: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset

... I suggest you use simple RecordSet only. I have another important suggestion. For master-detail tables with ADO, you better use Data Shaping. This simplifies master-detail table views a lot. https://docs.microsoft.com/en-us/sql/ado/guide/data/data-shaping-example?view=sql-server-ver15 You can use ...
by nageswaragunupudi
Sat May 09, 2020 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Replies: 3
Views: 662

Re: strange problem with tdatabase

You want to read all records relating to one invoice, add/edit/delete in memory and save all changes at once to the database. FWH1907 simplifies the entire process. oBatch := oPartRes:ReadBatch( { "INVNUM", nInvoice } )// oBatch is like a mini Tdatabase// Browse, ...
by nageswaragunupudi
Sun Aug 11, 2019 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange problem with tdatabase
Replies: 5
Views: 1008

Re: SQL Update Response

... statements, use oCn:Execute( cSql ) 2) Use FW_ShowAdoError( oCn ) for display of any ado error. 3) FW_AdoApplyParams( cSql, aParams ) simplifies conversion of harbour variables into SQL literals
by nageswaragunupudi
Thu Aug 08, 2019 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1771

Re: SayBarCode control

... equal to 2 times the radius of the innermost circle; this feature can avoid the purchase of scanners with multiple reading directives, it greatly simplifies the acquisition of the bar code through sliding devices and allows printing of higher density codes, as the vertical redundancy increases ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6532

Re: Error from ADO

... if you are using MySql or MariaDB through ADO. If you are using built-in MariaDB library of FWH, then you can ignore all this. This library simplifies everything and is more powerful than ADO. The built-in library enables you to do things not possible with ADO or any other MySql libraries ...
by nageswaragunupudi
Sat Aug 18, 2018 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error from ADO
Replies: 14
Views: 3501
Next

Return to advanced search