Search found 316 matches: improve

Return to advanced search

Errsysw

... to errorsysw where it writes to a diferent file each time and are willing to show me how they did it, so i can compare code and see if i can improve what i'm doing? Thanks in advance Pete
by PeterHarmes
Fri Aug 24, 2007 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw
Replies: 8
Views: 1705

Enrico,

We are sure that your tests with ADORDD will greatly improve it, as you have a great ADO experience and surely you can contribute to enhance it :-)
by Antonio Linares
Mon May 14, 2007 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 104530

... To lock one machine, open ACESSOS.DBF on server, locate user and change status for STATUS field, true or false. Implement the Enrico's code to improve. Full SERVICE.PRG code #include "FiveWin.ch" #include "dll.ch" #DEFINE WM_SYSCOMMAND 274 // &H112 #DEFINE SC_TASKLIST ...
by Rochinha
Fri Mar 02, 2007 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need to close others windows when my application is running
Replies: 5
Views: 1730

... ) for i = 1 to nLArray if substr(aItems[i],1,nLString) = cString return aItems[i] endif next return "" Improve it!
by Rochinha
Sun Feb 25, 2007 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Redefine ComboBox + oDB:FIELD - URGENT
Replies: 14
Views: 4744

... it change from what you have now ? You are already using a source code editor (the one of your choice) and a resources editor. How a FW IDE will improve that ? How will it help you to improve your development work ? As James has said, I personally use UEStudio as it is very usefull
by Antonio Linares
Sat Jan 20, 2007 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menus style office 2003 y xp
Replies: 29
Views: 10497

Ollie,

Ops, you need to link GTWIN.lib instead of GTGUI.lib to use the debugger.

The debugger is a [x]Harbour feature, thats why its not explained in FWH docs, and also it may change or get modified in the future (there are plans to rewrite it in pure C without using PRG to improve its speed).
by Antonio Linares
Mon Jan 01, 2007 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEBUGGING a program
Replies: 18
Views: 5130

... code this way: oCbx:oGet:bValid = { || MsgInfo(), .t. } but the wrong behavior persists. We may need to review the Class combobox to see if we can improve it.
by Antonio Linares
Sat Dec 30, 2006 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TComboBox
Replies: 2
Views: 651

DtePick

Hello, I try to improve the visibility from Dtepicker when it has focus , from resources with DTS_SHOWNONE . When the Date object receives focus , the checkbox should indicate he has focus , but this isn't always clear . In one from ...
by Frank Demont
Mon Nov 20, 2006 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DtePick
Replies: 1
Views: 791

Roberto

The ActiveX events supplied parameters were wrong managed from low level (C++) not from PRG level. Also parameters by reference (BYREF AS ...) were not managed. So you can't fix that changing the PRG class.

We have worked hard to improve the ActiveX support.
by Antonio Linares
Thu Jul 27, 2006 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX parameters
Replies: 8
Views: 1832

CVS Cambios

... priority remains preservation of the integrity of your data. The series of CVS hardware failures prompted us to expedite the deployment of planed improvements to our CVS infrastructure, drawing upon much of the knowledge that we gained from our Subversion deployment. Our improved CVS service architecture, ...
by rrgaona
Fri May 12, 2006 7:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CVS Cambios
Replies: 2
Views: 1070

Vertical Scroll in TsBrowse not working well

In all my apps the VScroll is not working as one should expect.
Moving it downwards it jumps all the way down.

Scrolling with the mouse is OK.

Any idea to improve this?

Jules de Pierre
by Jules de Pierre
Fri Mar 31, 2006 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vertical Scroll in TsBrowse not working well
Replies: 0
Views: 1133

Download statistics Beta-160

... If you didn't download any binary distribution of the official Beta-1-60 (especially those of you building directly from CVS) *please* help us improve xHarbour's ranking on SourceForge, by downloading binary for your compiler of choice, even if you don't think that you need such pre-built binaries. ...
by Enrico Maria Giordano
Fri Mar 10, 2006 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download statistics Beta-160
Replies: 0
Views: 406

Evans,

The slowness is caused by the "double buffer" painting technique that avoids "flickering" when you redimension a window.

In order to avoid this technique and improve speed, you may change these two methods in window.prg like this:

METHOD DispBegin() VIRTUAL
METHOD DispEnd() VIRTUAL
by Antonio Linares
Wed Mar 08, 2006 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDICHILD windows draw slowly
Replies: 7
Views: 1950

Luis,

As we have commented you by private email, we are going to improve CheckRes() for a better resources management control.
by Antonio Linares
Wed Feb 08, 2006 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory Leaks - any utility someone can recomend?
Replies: 1
Views: 728

FiveTech Software company 2005 bussiness report

... in around 3 months, and close to 400 registered users and growing. We want to thank all FiveTech Software products users for helping us to improve our quality with a highly valuable feedback and support. Happy new year 2006 to all FiveWinners and xbase language users! FiveTech Software ...
by Antonio Linares
Fri Dec 30, 2005 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech Software company 2005 bussiness report
Replies: 1
Views: 848
PreviousNext

Return to advanced search