Search found 195 matches: negative

Return to advanced search

Re: Big Popup

... ), before call your menu, and try Save this value before change with this function Not is possible use value 0, but is possible use negative values static nOldXtrasFunction Main()    nOldXtras := SetSpaceXTrasPop()....     SetSpaceXTrasPop( 10 )...// ...
by cnavarro
Sat Oct 03, 2020 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Big Popup
Replies: 1
Views: 425

FOR NAGES- RESOLVED

... before inserting the new record [b]I have to delete the contents of oBrowse:aArrayData whether the search is successful and whether it is negative I tried with aSize( oBrowse:aArrayData, 1 ) or aSize( oBrowse:aArrayData, 0 ) but not run I tried with aData:={} for n := 1 to len( aData ) ...
by Silvio.Falconi
Wed Jun 24, 2020 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR NAGES- RESOLVED
Replies: 22
Views: 2354

Re: How to copy a row of a rowset

oCurrentRs := oCn:Query( "SELECT * FROM CUSTOMER" )

oNewRow := oCn:Query( "SELECT * FROM CUSTOMER WHERE ID < 0" ) //Get an empty row (There is no customer has a negative id)

FOR nI=1 TO oCurrentRs:FCount()
oNewRow:FieldPut(nI, oCurrentRs:FieldGet(nI))
NEXT
by betoncu
Fri Mar 27, 2020 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy a row of a rowset
Replies: 14
Views: 1555

Re: Possibilities of PiCTURE

... and numbers in British format L Pads numbers with zeros instead of blank spaces R Nontemplate characters are inserted X Adds DB (debit) after negative numbers Z Formats zeros as blanks ( Encloses negative numbers in parentheses ! Converts alphabetic characters to uppercase Picture mask The ...
by nageswaragunupudi
Sat Dec 28, 2019 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibilities of PiCTURE (solved)
Replies: 2
Views: 497

Re: Menu-question

Ok, try and tell me Look value negative of clause HEIGHT for MENUBAR Static oFontStatic oFontMenuStatic oWndFunction Main()   Local oMnu   Local cFont   := "Tahoma"   Local cFontH  := -14   DEFINE FONT oFont NAME "TIMES ...
by cnavarro
Fri Dec 13, 2019 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 943

Minutes calculation- RESOLVED

...     nMinutes2   := TimeToSec(cTimeEnd)      nMinutes    :=  (nMinutes2-nMinutes1)  But sometimes give me a negative value
by Silvio.Falconi
Mon Sep 16, 2019 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Minutes calculation- RESOLVED
Replies: 7
Views: 1326

New FTDN May/Mayo 2019 (FWH 19.05)

... In case of new (blank record) initial values can be pre-assigned with this method. * Enhancement: When the number format "@X" is used, negative numbers are treated as debits and displayed with suffix of " DB". In some regions, users prefer displaying " DR" instead ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3221

Automated Machine Learning using Harbour

... amount of steps. When the robot exits the house, he gets a positive reinforcement (the State's nScore increases in 0.1). When he fails, he gets a negative reinforcement (the state's nScore decreases in 0.1). After a few tries, the robot learns the right way. qlearning.prg #include "FiveWin.ch"static ...
by Antonio Linares
Tue Apr 23, 2019 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated Machine Learning using Harbour
Replies: 1
Views: 601

Re: FW_SETUNICODE

negative my friend. I reinstalled fw17.01 and it does not work. shows the same error
by JoseAlvarez
Tue Feb 12, 2019 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SETUNICODE
Replies: 15
Views: 1916

Re: trying with tdatabase

... is the most convoluted, unorthodox, complex application I have ever seen in my 33+ years of writing code. I don't mean for that to sound negative, it just is the way you have done things. The purpose of the application is like nothing I have ever seen too. So both of us have to go through ...
by James Bott
Thu Jan 24, 2019 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 5019

Re: TO Cristobal

...            CLR_BLUE, , CLR_WHITE, 255, 4000, lUp, , lLeft, , , 250, -100 )  Try with values positive and negative and revise order parameters
by cnavarro
Wed Jan 16, 2019 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal
Replies: 7
Views: 1147

Re: change background file PNG inside .pgm

I think in case of black and white printing
You have to convert the images to NEGATIVE

You can use GIMP ( freeware )
select option < Colors > -> < Invert >

Image

regards
Uwe :D
by ukoenig
Wed Nov 14, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change background file PNG inside .pgm
Replies: 9
Views: 1801

Re: Funcion I2BIN(n)

... cRet, digits );   hb_xfree( cRet );}#pragma ENDDUMP  This function (my previous version also) handles negative numbers correctly. ? "NUMTOBINARY( -100, 64 ):", NUMTOBINARY( -100, 64 ), "NTOC( -100, 2, 54, '0' ):", NTOC( ...
by nageswaragunupudi
Sun Jun 17, 2018 4:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion I2BIN(n)
Replies: 10
Views: 1739

Re: FWH 18.03: FW_SaveImage()

Ok. Let us attempt to describe. nRotate: Degrees. Positive values for anti-clockwise and negative values for clockwise rotation. (Same in XImage also). nZoom: 1.0 is same size. Less than 1.0 is reduction (unZoom). 0.75 means 75% of the size. Values greater than 1.0 ...
by nageswaragunupudi
Tue Apr 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 1020

New FTDN March/Marzo 2018 (FWH 18.03)

... SIZE 0,12 POINTS is equivalent to DEFINE FONT oFont NAME "Calibri" SIZE 0,-16 * Fix: TBitmap class. Setting DATAS nX and nY to negative values was not working as expected in versions 18.01 and 18.02. Fixed. * TXImage class: - New method SetOrigin( nTop, nLeft ) Sets top and ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1708
PreviousNext

Return to advanced search