Search found 66 matches: examine

Return to advanced search

Re: Another for Btnbmp

Silvio, Please include the file C:\FWH\source\classes\btnbmp.prg in your test program and then examine what the METHOD GotFocus( hCtlLost ) CLASS TBtnBmp does. You can then change the DrawFocusRect and the color. Best regards, Otto METHOD GotFocus( hCtlLost ) CLASS ...
by Otto
Sat Mar 23, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4943

Fulltext-Search

... files. I'm building a batch file with all the parameters and then call it with waitrun(). I redirect the response from findstr to a file and then examine the hits. Actually, the program only needs the search string and the path for now. I'm using a DIALOG here. It's an experiment with using a ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1238

Re: convert from a txt text file to a dbf with errors - RESOLVED

... or mm/dd/yy or yy/mm/dd, etc. In such cases, set date format is used. Still there may be some cases, where this function may fail I like to examine Mr.Silvio's data.
by nageswaragunupudi
Sat Sep 17, 2022 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from a txt text file to a dbf with errors - RESOLVED
Replies: 10
Views: 602

Re: Why am I having xbrowse too slow?

... This speed is definitely not slow. Even using TDatabase, you should not notice much difference. If it is conspicuously slow, then examine: 1. Data access speeds (nothing to do with xbrowse) 2. Complex filters. 3. Most likely, your own program.
by nageswaragunupudi
Sat Apr 09, 2022 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 635

Re: Iniciando con mod_harbour

... files with a built-in preprocessor. You build your framework yourself. One advantage is that the HTML and JS line numbers are retained. If you examine the website with F12, you will see the real line numbers. I would like if you give me more information about Harborino, I would appreciate it. ...
by Otto
Tue Jan 11, 2022 9:34 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3767

Re: proteccion de pagina web mod_harbour

... applications. That already thwarted a great many attacks. We use Panda watchguard antivirus software. It is a pity that you can no longer examine the system yourself. I always look first to see which bat, com, exe files have been installed in the last 24 hours. Then I compare the modification ...
by Otto
Fri Sep 17, 2021 6:15 am
 
Forum: mod_harbour
Topic: proteccion de pagina web mod_harbour
Replies: 11
Views: 1800

Re: GS1 DATAMATRIX

We are now providing DATAMATRIX only, not GS1 DATAMATRIX.
We will examine this issue.
by nageswaragunupudi
Thu Dec 17, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GS1 DATAMATRIX
Replies: 2
Views: 400

More details WIN_OLEAUTO information in debugger

... any details about the object. It'll just pop up a message that the Value cannot be edited. I coded an equivalent script in VBScript. When I examine the objects in the VBSEdit debugger, it displays all the Methods & Properties, with details about the internal arrays, & so forth. So ...
by FWExplorer
Thu Jul 09, 2020 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1694

Re: bug BTNBMP

We will examine this by testing at our end.
1) Please let us see the source code of this button.
2) Also please share this bitmap to us to the email address:
nageswaragunupudi <at> gmail <dot> com.
by nageswaragunupudi
Tue Dec 24, 2019 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug BTNBMP
Replies: 24
Views: 2574

Re: Latest FWH upgrade, performance issues, larger EXE

nageswaragunupudi wrote:Still, we will look into the internals of FWH libs and examine if it is possible to reduce the resultant application size.


Thank you, it would be great! :-)

nageswaragunupudi wrote:Navigation of XBrowse is as fast as WBrowse and scrolling is a lot faster than WBrowse.


What is the exact reason for that?

EMG
by Enrico Maria Giordano
Sun Jul 15, 2018 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4984

Re: Latest FWH upgrade, performance issues, larger EXE

... several improvements and additions which resulted in an increase of some library modules. Still, we will look into the internals of FWH libs and examine if it is possible to reduce the resultant application size. I actually watched customer run application and load data (DBFCDX). The DBFs are ...
by nageswaragunupudi
Sun Jul 15, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4984

Re: xBrowse TAB vs ENTER key EDIT_GET ( rao )

Rao

Hope you enjoyed the conference ... have you had a chance to re-examine this issue ?

Thanks
Rick Lipkin
by Rick Lipkin
Thu Jul 13, 2017 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse TAB vs ENTER key EDIT_GET ( rao )
Replies: 16
Views: 2600

Re: How to speed up your MySQL queries 300 times

... 2) I know that indexes play a role in optimization. This brings me to the point that optimization begins with database design. 3) I know how to examine my SQL statements. Good for many of us who did not know the existence of "EXPLAIN" and how to use it. This is a good beginning.
by nageswaragunupudi
Wed May 17, 2017 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1383

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

... the UI programmer. Obviously the above stored procedure might have been authored by a member of the Database Proramming team. It is of interest to examine how far the author is successful in hiding the details of the table and structure in question from the UI programmer. Sadly, the DB programmer ...
by nageswaragunupudi
Sun Dec 04, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2894

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... when we need to write SQLs for INSERT,UPDATE,REPLACE we can use METHODS Insert(...), Update(...) or Replace(...) and if we are so interested in examine the SQL statements, we can use METHODS InsertSQL(), ReplaceSQL(). Insert() method is very efficient and can handle multiple row inserts as well ...
by nageswaragunupudi
Tue Oct 04, 2016 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28419
Next

Return to advanced search