Search found 54 matches: isolate

Return to advanced search

Re: xBrowse - Dates - FWH 2310

... all of the files from the directory where the .exe resides, including .dll files, and suddenly it worked. So ... my first step is to see if I can isolate exactly what .dll file might have been different.
by TimStone
Tue Nov 07, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1450

Interesting issue

... of course it all works perfectly on my computers so I can't replicate a problem ... I'd appreciate any thoughts on where I should look to try and isolate this problem. Your input is appreciated.
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 202

Re: View deleted records in xBrowse

... it, then SET DELETED OFF is still active, and every browse in the system will show the deleted records again. What would be helpful is if we could isolate the deleted to the tDatabase class. For now, I will play with this to see if I can better protect it.
by TimStone
Thu Dec 15, 2022 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 703

Re: Splash Screen for Startup

... bring them back. I noticed this several years back, then it disappeared, and in recent versions it is back. What should I look for in my code to isolate and correct this behavior ? I'm using the latest build of FWH, with Microsoft Visual Studio Community. My resources are all in an .rc file. ...
by TimStone
Mon Oct 24, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 801

Fix for Resedit

To All I have been trying to isolate the "service" that causes Resedit to Start and then quit ... quite by accident I disabled the Networking services and Resedit is now working .. Connect the internet ( either wireless or ethernet ...
by Rick Lipkin
Thu Aug 05, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: Example Business Object (Customer)

... lower level ORM that you refer to, we can accomplish the same objectives with our OOP (even if it may require slightly more code). And this does isolate our code from the relational database so it does accomplish abstraction. So we can either continue to write procedural code, or we can use the ...
by James Bott
Tue Nov 27, 2018 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8597

Unicode characters displaying as ANSI on windows title bar

I brought this issue up a long time ago. I never fixed it but I did just spend the last few minutes trying to isolate it to root cause. It appears to only happen with an MDI window, and can be reproduced by a simple edit of c:\fwh\samples\mdi.prg. This issue doesn't show up everywhere, ...
by rhlawek
Thu Jul 05, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters displaying as ANSI on windows title bar
Replies: 11
Views: 1861

Re: Harbour 3.2 con Profiler para Borland 32 bits

Hakan,

https://en.wikipedia.org/wiki/Profiling_(computer_programming)

Provides measurements of application performance. The better ones isolate methods that:

1. Consume the most amount of time
2. Have the most amount of calls
by Antonio Linares
Tue Mar 13, 2018 4:24 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.2 con Profiler para Borland 32 bits
Replies: 8
Views: 2620

Re: Update problems: Undefined symbol 'ModuleFakeDyn'

... also can compile projects without a call to nmake. Only our big project with a mak-file and call to nmake.exe has this issue. I'm still trying to isolate the problem and will respond once I have more details or when it is solved. Thanks for your help.
by gkuhnert
Thu Jun 29, 2017 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update problems: Undefined symbol 'ModuleFakeDyn'
Replies: 6
Views: 928

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

... database. Even simple bugs in any of these programs can play havoc to the entire database. Large organisations which adopt good practices isolate UI software from DataBase software, generally handled by different teams. UI programmer does not have to know anything about the backend database ...
by nageswaragunupudi
Sun Dec 04, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2896

Re: More 16.01 problems with xBrowse UPDATED

I'm sorry, but I tested T4 also and it does work correctly.

There are a couple of differences in your implementation, and I worked with those also but that did not resolve the problem.

I will report back if/when I isolate the problem.

Tim
by TimStone
Mon Mar 07, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9541

Re: More 16.01 problems with xBrowse UPDATED

OK ... I must admit this is a very strange, yet specific, problem. I've tried a lot of ways to isolate and resolve the problem but so far have not been successful PROBLEM When activating a xbrowse of a database, using no index, point to a record and click the left mouse ...
by TimStone
Thu Mar 03, 2016 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9541

Re: CURSOR question

... If it does, then try searching your step 3 code, but it could be in Fivewin code, so you may need to comment out sections of Step 3 to try to isolate where it is happening. I always try to do a binary search thing, but commenting out half the code, then the other half. Then if you find which ...
by James Bott
Sat Aug 08, 2015 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURSOR question
Replies: 4
Views: 916

libeay32.dll / ssleay32.dll origin ?

... in my applications. This is a library that was provided along with some code for using SSL capabilities in programs, but I can't seem to isolate where / why. The libraries also have .lib files for use in xHarbour / Harbour applications. I'm trying to track back and see what they are used ...
by TimStone
Mon Aug 04, 2014 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libeay32.dll / ssleay32.dll origin ?
Replies: 9
Views: 3554

Re: Security of array data

... is to be able to 'STOP' download requests at the infrastructure level .. from the gateways and routers of our companies and to be able to isolate outgoing packet traffic to suspicious IP addresses which alerts the IT staff a particular machine may be compromised... and that is only a partial ...
by Rick Lipkin
Mon Sep 30, 2013 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Security of array data
Replies: 10
Views: 3694
Next

Return to advanced search