Search found 181 matches: increment

Return to advanced search

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: 2363

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: 2363

GDI objects leaks

... nClrPane ) INLINE ; Super:SetColor( nClrText, 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 ...
by Patrizio
Wed Jan 23, 2008 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI objects leaks
Replies: 8
Views: 2363

... row 2 .. workstation 2 clicks on row 2 and they have 'stale' information because there was a change that was made behind them... signature gets incremented++ In a multi-user environment I use a 'signature' field called Updated, N, 5. I initialize all my variables before I display the information. ...
by Rick Lipkin
Wed Jan 02, 2008 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about SQL
Replies: 52
Views: 10834

Gracias marcelo por tu respuesta. Te adjunto el codigo y puedes mirar que está mal. Yo no he podido hacerlo funcionar. [code][/code] Function Creatabla() Local i Local cCadena Local oCn :=CreateObject("ADODB.Connection") Local aNombres := { { "Pedro", "3222551.00", &quo...
by horacio
Fri Nov 02, 2007 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear tabla en MySql
Replies: 8
Views: 1720

Prueba a quitarle el default 0

así:

oCn : Execute( "create table alumnos( codigo int( 10 ) primary key auto_increment, nombre varchar(30), fecha_nacimiento varchar(15), Importe decimal( 10, 2 ) Default 0.00 ) TYPE=InnoDB ", "CREATE" )

Un Saludo

Marcelo Jingo
by sjingo
Thu Nov 01, 2007 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear tabla en MySql
Replies: 8
Views: 1720

Prueba cambiando el primary key al final , cQry := "CREATE TABLA IF NOT EXISTS ALUMNOS ( " cQry += "codigo INT(10) DEFAULT 0, " cQry += "nombre VARCHAR(30) NOT NULL," cQry += "auto INT NOT NULL AUTO_INCREMENT," cQry += "PRIMARY KEY (codigo))" cQry += "ENGINE = INNODB" oCn:Execute( cQry ) Saludos Cor...
by sysctrl2
Thu Nov 01, 2007 5:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear tabla en MySql
Replies: 8
Views: 1720

crear tabla en MySql

He podido conectarme con el servidor sin problemas mediante ado. Pero al momento de crear una tabla me da error. Esta es la cadena del comando: oCn : Execute( "create table alumnos( codigo int( 10 ) default 0 primary key auto_increment, nombre varchar(30), fecha_nacimiento varchar(15), Importe decim...
by horacio
Thu Nov 01, 2007 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear tabla en MySql
Replies: 8
Views: 1720

hua wrote:Thanks for the feedback Enrico. Appreciate it. Just to seek out what's different as I'm also using the latest FWH, did you click the Increment button more than once?


Yes.

hua wrote:And did you use Harbour or xHarbour and which build was it?


Latest Harbour and xHarbour from CVS.

EMG
by Enrico Maria Giordano
Fri Dec 15, 2006 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different behaviour of TSay object
Replies: 6
Views: 1270

Thanks for the feedback Enrico. Appreciate it. Just to seek out what's different as I'm also using the latest FWH, did you click the Increment button more than once? And did you use Harbour or xHarbour and which build was it? I believe what I've encountered is what cdmmaui describe in his ...
by hua
Fri Dec 15, 2006 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different behaviour of TSay object
Replies: 6
Views: 1270

Different behaviour of TSay object

... "Current no: "+ltrim(str(no)) update @ 2, 2 SAY oSay2 PROMPT "x" size 50,10 update @ 3,3 BUTTON "Increment" OF oDlg ACTION refreshNo() ACTIVATE DIALOG oDlg CENTERED msginfo(no) return nil //---------------------------------------------------------------------------- ...
by hua
Fri Dec 15, 2006 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different behaviour of TSay object
Replies: 6
Views: 1270

Resizing with fonts

... sample from resizing also the fonts Fonts are only resized when the vertical factor exceeds 10 , 20 , 30 .. % from 1 . This can be changed in the increment ( 10 or -10 ) from currentheight Frank FUNCTION MAIN() *************** LOCAL oWnd , oFont LOCAL cVar := PAD("TEST ON ...
by Frank Demont
Sat Aug 19, 2006 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CONTROLS IN A WINDOW
Replies: 18
Views: 5698

How to use Free TWAIN_32.dll

... } } else { memcpy(pBuffer, _gpCurrentLine, _gdwLineSize); } _giRowsCopied++; /* * Move back a full line */ _gpCurrentLine -= _gdwLineSize; /* * Increment our byte count */ *pdwBytesWritten += _gdwLineSize; pBuffer += _gdwLineSize; /* * Check to see if we are at the end */ if(_gpCurrentLine==_gpImageData) ...
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: 1731

Counter increment of 'Views' of a particular post

Dear Mr.Antonio

A small suggestion.

The icrement of the Views of a particular post should be made only when
the members/viewers, other than the author of that post have viewed it.

Regards

- Ramesh Babu P
by RAMESHBABU
Fri Apr 07, 2006 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Welcome to the new FiveTech Software forums
Replies: 17
Views: 12989

ADO no me funciona en una tabla en especifico

Hola a todos, ... no tienen idea de lo que he buscado informacion sobre esto en la red, y finalmente he caido aqui, pues he llegado a la conclusion de que solamente Ustedes podran darme luz en esto. Se trata del ampliamente expuesto en la red, problema del mensaje de error que aparece: "No se puede ...
by jllinas
Mon Mar 27, 2006 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO no me funciona en una tabla en especifico
Replies: 14
Views: 6859
PreviousNext

Return to advanced search