Search found 10 matches: explicity

Return to advanced search

XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

... is edited outside xbrowse in a dialog, (b) record is appended or (c) deleted, recalculation feature is not available and the programmer needs to explicity call oBrw:MakeTotals(). In both the above cases, there is hit on the performance. Extent of performance deterioation depends on the size of ...
by nageswaragunupudi
Fri Feb 03, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5598

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

... or enable all or some of these translations in the control panel. At times this behavior can be off initially and the user needs to turn them on explicity for the translations to work. In such cases the user may be thinking that our FWH application is not responding to touch. 3) We need to accept ...
by nageswaragunupudi
Mon May 04, 2015 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 24288

Re: A problem with GradientBrush()

Enrico, We need to explicity release it because we have created a new brush. It is not the original brush that was created by FWH. We have created a new one so we have to End() it. Keep in mind that End()s simply decrease the use counter ...
by Antonio Linares
Tue Feb 02, 2010 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11493

Re: dbskipper intermitent error

With due respects to one and all here, I can guarantee that this dbskipper error would NEVER occur, IF obrw:cAlias is explicity assigned and then oBrw;SetRDD is called, unless this alias is closed in some other code of the program. Conditions: 1) oBrw:cAlias ---> SHOULD BE EXPLCITLY ...
by nageswaragunupudi
Tue Oct 13, 2009 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9702

Re: How to Destroy Objects created using CreateObject()

OLE objects get automatically released at the end of their lifetime (ie. at the end of the function for local variables). You don't need to explicity release them.

EMG
by Enrico Maria Giordano
Mon Dec 01, 2008 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Destroy Objects created using CreateObject()
Replies: 4
Views: 766

If you have not already done, better you use explicity setrdd method by explicity specifying the alias. oBrw:cAlias := <TheAliasYouWantToBrowse> oBrw:SetRdd() or <DesiredAlias>->( oBrw:SetRDD() ) Then I am sure XBrowse will show ...
by nageswaragunupudi
Tue Sep 02, 2008 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data on lower into xBrowse!?
Replies: 10
Views: 2135

Anyhow, Windows automatically will take care of those GDI objects even if we don't explicity release them, when the app finsihes. Even though they will be cleaned up when the app ends, unreleased GDI objects can become a problem if the app is run for a long time. ...
by James Bott
Fri Aug 01, 2008 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4283

Antonio Linares wrote:Anyhow, Windows automatically will take care of those GDI objects even if we don't explicity release them, when the app finsihes.


Are you completely sure? Please, can you point me to where, in the Windows docs, this is clearly stated?

EMG
by Enrico Maria Giordano
Fri Aug 01, 2008 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4283

... as a DATA, has to be End()ed manually, as Enrico has pointed. Anyhow, Windows automatically will take care of those GDI objects even if we don't explicity release them, when the app finsihes. The problem only comes when a GDI object is created again and again from the application, so the the ...
by Antonio Linares
Fri Aug 01, 2008 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4283

... exist. Dos skeletons symbols may be used in the filename in <cFileSpec>, as may the drive and/or path name. If a path is not explicity specified, FILE() will look for the file in the SET DEFAULT path, then in each SET PATH path, until the file is found or there are no more ...
by Manuel Valdenebro
Tue Jul 11, 2006 5:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function FILE(...)
Replies: 18
Views: 5974

Return to advanced search