Search found 38 matches: rewriting

Return to advanced search

Re: PICTURE for DATE() ?

... waste of time and code space.\ Next, used in the right way, TDataRow and XBrowse do most of these works automatically. I do not see any point in rewriting everything that is already there in the library. oRec := TDataRow():new( cAlias, "ID,FIRST,AGE,SALARY" ) Is all ...
by nageswaragunupudi
Mon Jul 17, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 385

Re: ADS - The future is <sadly> now so where do you go ?

... are complex and coded directly using the Printer class in FWH. I've never gotten Easy Report to function properly in my application anyway, so rewriting reports is not a practical idea. Secondly, you have a fixed output. You essentially have a form, and then RTF text, all on one page. My situation ...
by TimStone
Mon May 09, 2022 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2722

Hiding windchild commands

I'm rewriting my application, perhaps the archive now is more fast, but I have a problem if I use Windows child on Mdi Sometimes I not see the commands of Child ( dx corner) https://i.postimg.cc/QdQzsn7D/ddddddd.jpg ...
by Silvio.Falconi
Fri May 06, 2022 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 0
Views: 166

Create stardard Browse

I need to create a standard browse to avoid rewriting the same lines for all the archives, so I wanted to create something useful to easily recall I saw the Nages xbrchild.prg example and tried to create my own test but ran into difficulties obviously ...
by Silvio.Falconi
Fri Dec 10, 2021 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create stardard Browse
Replies: 2
Views: 319

Re: LINK ERROR: 19.09

I did comment out the functions in G_Server and the graphs seem to work ... but maybe I need a different approach to graphs now.

What graphing functions are available in FWH 19.09 now that are working well ? ( I hate to think of rewriting a bunch of graphs ... but ...
by TimStone
Sat Oct 19, 2019 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LINK ERROR: 19.09
Replies: 11
Views: 1683

Re: To James Bott - Error Using TData

... an endless series of problems. I just had to convert my education from single user to multi user I didn't have to make a new application today I'm rewriting my application to the old way (cawind) because it worked well in the LAN network and I never had any problems (my library and warehouse software ...
by Silvio.Falconi
Wed May 29, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 4174

Re: OS Error .EXE is Not Responding

Dear Sir ,

Many Thanks for this XBROWSE code pattern, I am rewriting my existing code with this pattern.


Thanks
Shridhar
by shri_fwh
Mon May 27, 2019 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error .EXE is Not Responding
Replies: 12
Views: 1837

Re: trying with tdatabase

... out that was not necessary because tData works fine with tDatabase. Perhaps I could do everything now with just tDatabase but that would involve rewriting code, and I wouldn't want to devote time to that process unless it was necessary. Tim
by TimStone
Thu Jan 24, 2019 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4746

About defining fonts

Hi to all. I'm rewriting some functions of a big procedure and I'm trying to optimize some parts of it. I have a procedure that launch another one that make a big use of several fonts and opening and closing them for 70000 times ...
by Massimo Linossi
Sun Feb 18, 2018 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About defining fonts
Replies: 2
Views: 447

Re: Final conversion 16 bit to FWH

... the ntx to cdx and the reindex program, than I make FTP of them. I have my first resources screen back online in 32 bit FWH. Now looking into rewriting the main tsbrowse to Xbrowse. I see that I had the bad habbit of almost never using any local statements. Function blabla Local cData:="", ...
by Marc Venken
Fri Jul 07, 2017 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5023

Re: Size buttons in metroPanel

No, oMetroPanel:nScrollRange = 0, not helped

I got the desired result of rewriting methods lButtonDown and MouseWheel
by Natter
Thu Mar 24, 2016 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size buttons in metroPanel
Replies: 11
Views: 2768

Re: XBROWSE 15.12 Challenge

I reviewed your code carefully, but that would require MASSIVE rewriting of a whole module to follow that process. First, I am using a tdata / tdatabase data object format and I really want to stay with it. Please consider the following: First I have index ...
by TimStone
Wed Jan 20, 2016 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE 15.12 Challenge
Replies: 11
Views: 3360

Re: ADO RDD xHarbour

... fact that it is client/server). It seems like this is going to be a real issue with all but very small files. Yes, I know this can be solved by rewriting our apps to take advantage of SQL's query capabilities, but that is another entire project. We would pretty much have to rewrite our entire ...
by James Bott
Thu Sep 10, 2015 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441919

How to override a DATA's default value?

Given the following 2 classes

Code: Select all  Expand view
CLASS TClassA
   DATA uVar INIT 'X'
   METHOD New() CONSTRUCTOR
ENDCLASS

..

CLASS TClassB FROM TClassA
ENDCLASS


where TClassB inherits everything, including constructor.

How to change uVar's INIT value to 'Y' in class TClassB, without rewriting the CONSTRUCTOR?
by Carlos Mora
Tue Sep 08, 2015 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to override a DATA's default value?
Replies: 2
Views: 477

Re: Tablet and form style for Windows 8 (desktop ver.)

... invoking virtual keyboard in the gotfocus block Yes, this is required for our software to be used in tables and next Windows 10 ecosystem, without rewriting each Dialog. When those changes will be available please?. Thank you.
by MOISES
Sun May 03, 2015 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 23560
Next

Return to advanced search

cron