Search found 38 matches: numerical

Return to advanced search

Re: xharbour a harbour

... surrounded by delimiters without setting SET TEXTMERGE to ON. NOSHOW Disables display of the text merge to the screen. FLAGS nValue Specifies a numerical value that determines if output is suppressed to an output file, or if blank lines preceding any text are included in the output. Value (additive) ...
by carlos vargas
Wed Jul 25, 2012 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour a harbour
Replies: 19
Views: 9864

Re: Problema com CDX Numerico em WM6.1 e 6.5

Hello to all. There are already some time that reported a problem with failures in indices.CDX numerical fields. At that time it was a IPAQ 114 with WM 6.1. Thought it might be a problem with that model of PDA. But now I had the opportunity to test with other PDAs M3 SKY ...
by PeterBaga
Tue Jul 12, 2011 4:13 pm
 
Forum: FiveWin for Pocket PC
Topic: Problema com CDX Numerico em WM6.1 e 6.5
Replies: 3
Views: 2769

Re: errsysw.prg

... Why won't either of my suggestions work? Is the data coming from some unconrolled source such as a file import? I think this error only comes from numerical data. How is the user going to "fix" it? Assuming the source data is real, are they then going to be forced to change the number ...
by James Bott
Tue Aug 24, 2010 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: errsysw.prg
Replies: 10
Views: 1536

Re: How are you designing your screen layout?

Thanks Antonio. If I understand you correctly, you are saying ... use any GUI IDE to prototype the layout and then transfer the numerical data of the size and positions of the controls to the code. I have already had a lot of success using the IDE available with the Harbour mg Extended ...
by Ross_ValuSoft
Wed May 20, 2009 11:55 pm
 
Forum: FiveWin for Pocket PC
Topic: How are you designing your screen layout?
Replies: 5
Views: 1165

Re: Codejock RibbonBar first tests

... this know how, compliments to them. Perhaps I have to read the Codejack help file more systematically :wink: BTW, sometimes <cEvent> is numerical, if so on your machine, the code crashes the first time (after 'AttachToWindow') your code block is executed!
by frose
Sat Apr 04, 2009 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35397

Re: Codejock RibbonBar first tests

... block 'RibbonBarEvent' will be executed and failed 'in the line 'case cEvent == "Execute"' with the error '==' because <cEvent> is numerical! Solution: Put in the following code: function RibbonBarEvent( cEvent, aParams, pParams, aButtons, oWnd )    IF Valtype( cEvent ...
by frose
Sat Apr 04, 2009 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35397

Re: Codejock RibbonBar first tests

Hi all, as described above, on my machine <cEvent> is numerical, so I have changed the RibbonBarEvent() as follows: FUNCTION RibbonBarEvent( cEvent, aParams, pParams, aControls )   IF Valtype( cEvent ) == "N"      DO CASE  ...
by frose
Fri Apr 03, 2009 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35397

Re: Codejock RibbonBar first tests

Hi all, on my machine <cEvent> is numerical, so I have to add the the following code to RibbonBarEvent(): IF Valtype( cEvent ) == "N"      DO CASE         CASE cEvent == 1 .AND. Len( aButtons ) > 0           ...
by frose
Wed Apr 01, 2009 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35397

Re: Method to transfer xBrowse Data to OpenOffice Calc

... whether a particular date/number format exists in OpenOffice and if the format does not exist then it will add as a new format and will give the Numerical ID associated with that particular format Can you let me know the status. Here it is working fine, I tested atleast in 10 different PC's running ...
by anserkk
Thu Jan 22, 2009 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13150

Re: Method to transfer xBrowse Data to OpenOffice Calc

... whether a particular date/number format exists in OpenOffice and if the format does not exist then it will add as a new format and will give the Numerical ID associated with that particular format Regards Anser
by anserkk
Mon Jan 19, 2009 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13150

... through bitmaps was good and easy to under stand. Now I was compelled to stop calling bitmaps in the timer, instead I am displaying only the numerical value of signal strength in percetage. Can you please look into the problem. Thanks you - Ramesh Babu P
by RAMESHBABU
Fri Oct 17, 2008 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Refresh the Desktop when quit from FWH Programe
Replies: 5
Views: 864

... attributes on each one. 2.- You can control independently, for each column, the color attributes defined as code blocks or directly with the numerical value of RGB mixes. You can handle for each column, the following color kits: a).- Text and background in cells. b).- Text and background ...
by George
Fri Feb 08, 2008 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8869

xBrowse - numerical pad on keyboard

the numerical pad returns if you press 1 - > 97 which is the ASC value for the a .

Could someone please help on that.

Regards,
Otto
by Otto
Sat Nov 03, 2007 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - numerical pad on keyboard
Replies: 5
Views: 1269

Mr Marcelo You simply assign and retrieve numerical values to and from these fields also as usual. You are mentioning about the precision of Money fields. When we ask the server to do the totals and sums of large number this precision helps. We ...
by nageswaragunupudi
Fri Nov 02, 2007 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TimeStamp data types from xharbour
Replies: 10
Views: 2124

... also means that you cannot compress programs that are used during the boot sequence before /proc is mounted. - Utilities like `top' will display numerical values in the process name field. This is because Linux computes the process name from the first argument of the last execve syscall (which ...
by karinha
Fri Oct 19, 2007 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: proteger exe contra debuggers y cracks
Replies: 16
Views: 6811
PreviousNext

Return to advanced search