Search found 14 matches: decrement

Return to advanced search

Implement gradual zoom in print preview

... version of rpreview.prg which has been customized to add the following feature: 1) Pressing Ctrl - Minus at preview screen will zoom out in small decrement 2) Pressing Ctrl - Plus at preview screen will zoom in in small increment I don't want to maintain and link in the old rpreview.prg anymore ...
by hua
Fri Dec 27, 2019 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implement gradual zoom in print preview
Replies: 0
Views: 309

Re: To James Bott - Error Using TData

... is canceled by the user there must be another method which cancels the counter, ie it opens the sysfile file and saves nId: = oSys: = id-1// decrement the key field value by 1 when a user add a new customer have the real number ( no lose any numbers) is it possible to make it ? First to be ...
by James Bott
Wed May 29, 2019 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5124

Re: To James Bott - Error Using TData

... is canceled by the user there must be another method which cancels the counter, ie it opens the sysfile file and saves nId: = oSys: = id-1// decrement the key field value by 1 when a user add a new customer have the real number ( no lose any numbers) is it possible to make it ? only this ...
by Silvio.Falconi
Wed May 29, 2019 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5124

Re: Fuga de recursos

... Patrizio, > TVSetColor increment by two the GDI objects (two brushes) in use without decrement when destroy the TreeView. > How do you know this ? How have you checked it ? Thanks I use MSDN GDIndicator e GDIUsage : http://msdn.microsoft.com/msdnmag/issues/03/01/GDILeaks/ ...
by Cgallegoa
Tue Jul 30, 2013 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuga de recursos
Replies: 16
Views: 5102

Re: Menu stops working after several hours working in applicatio

Antonio,

Is there no way to automically decrement the counter when a menu is closed?

James
by James Bott
Fri Jan 09, 2009 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu stops working after several hours working in applicatio
Replies: 19
Views: 3699

Api-Function

... function returns ERROR_NO_MORE_ITEMS). The application can also set dwIndex to the index of the last value on the first call to the function and decrement the index until the value with index 0 is enumerated. To retrieve the index of the last value, use the RegQueryInfoKey function. While using ...
by ukoenig
Thu Sep 25, 2008 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegEnumValue - Win98
Replies: 3
Views: 866

... If it is 0 increment to 1 and open the window. If its one then don't open what would be a second invoicing window. When you close the window decrement ::nCount - maybe in a VALID clause. If you aren't using classes you can do the same thing - you just need to decide on the variables you need ...
by xProgrammer
Tue Sep 09, 2008 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Details of the opened dialogs/windows in application
Replies: 18
Views: 4129

Fivewin Classes

... the first program that quits and requests that the DLL be unloaded, the counter is checked. If it is greater than 1, then the counter is merely decremented by 1. If the counter is 1, then the DLL is unloaded. >Perhaps the use of the BWCC.DLL library should be better explained in the >help ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65274

... where you have granted your user limited concurrent user rights that are overseen by some type of concurrent-user-counter, then you need to decrement the number of users online so someone else can access the user right that is being vacated. So, depending on how complex the app is, shutting ...
by Roger Seiler
Thu Apr 10, 2008 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: End Application ( for Antonio! )
Replies: 9
Views: 1609

Connecting

Yes,

The main pc runs the listen socket, and all the others connect to it on startup.

Increment a counter when they connect, and decrement when they disconnect
by AlexSchaft
Wed Feb 06, 2008 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Remote IP
Replies: 20
Views: 4247

Patrizio, > TVSetColor increment by two the GDI objects (two brushes) in use without decrement when destroy the TreeView. > How do you know this ? How have you checked it ? Thanks I use MSDN GDIndicator e GDIUsage : http://msdn.microsoft.com/msdnmag/issues/03/01/GDILeaks/ ...
by Patrizio
Thu Jan 24, 2008 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI objects leaks
Replies: 8
Views: 2329

Patrizio,

>
TVSetColor increment by two the GDI objects (two brushes) in use without decrement when destroy the TreeView.
>

How do you know this ? How have you checked it ? Thanks
by Antonio Linares
Wed Jan 23, 2008 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI objects leaks
Replies: 8
Views: 2329

GDI objects leaks

... nClrPane ), TVSetColor( ::hWnd, nClrText, nClrPane ) TVSetColor increment by two the GDI objects (two brushes) in use without decrement when destroy the TreeView. If you don't use custom color for the treeview you can don't call TVSetColor so I've change in: METHOD SetColor( ...
by Patrizio
Wed Jan 23, 2008 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI objects leaks
Replies: 8
Views: 2329

How to use Free TWAIN_32.dll

... if we are at the end */ if(_gpCurrentLine==_gpImageData) { *pbLastBuffer = TRUE; break; } } return TRUE; } return FALSE; } void StopScan() { /* * Decrement the page count */ _giPagesRemaining--; if(_giPagesRemaining < 0) { _giPagesRemaining = 0; } /* * Clean up the DIB */ if(_gpHeader) { GlobalUnlock(_ghDIB); ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1730

Return to advanced search