Search found 78 matches: float

Return to advanced search

Re: Intermittant xBrowse ADO error ( again )

... Setting book mark to zero errors out. Also in the present win32ole.prg, assigning integer value to BookMark errors out. So we are coverting n to float, if it is integer. All default codeblocks of xBrowse assume that the datasource ( ADO, RDD, TData, Array/ Hash ) are not nil and are *open*. They ...
by nageswaragunupudi
Sun Aug 09, 2009 3:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13218

Re: Drawing PNG from Resources !!!

... added full support for the PFM format + [Herve Drolon] added JPEG_EXIFROTATE load flag to the JPEG plugin + [Herve Drolon] added 16-bit RGB(A) and float RGB(A)F support to FreeImage_GetChannel / FreeImage_SetChannel + [Herve Drolon] added src FIT_RGBA16 to dst 32-bit FIT_BITMAP conversion to FreeImage_ConvertToType ...
by ukoenig
Sat May 16, 2009 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG from Resources !!!
Replies: 7
Views: 7125

Re: Method to transfer xBrowse Data to OpenOffice Calc

... = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xCellRange); //bold xPropertySet.setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD)); //italic xPropertySet.setPropertyValue("CharPosture", com.sun.star.awt.FontSlant.ITALIC); //underline ...
by Silvio
Thu Jan 15, 2009 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12989

En ButtonBar de un Dialog es posible anular boton derecho

... un ButtonBar en un Dialogo en recurso, al hacer click derecho a la barra sale un menu que permite mover la barra de posicion (Left, top, botton, Float). Es posible deshabilitar esa alternativa para q el usuario no la active ni me mueva la barra ?? Lubin
by lubin
Mon Dec 29, 2008 12:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En ButtonBar de un Dialog es posible anular boton derecho
Replies: 2
Views: 470

... ::nClrPane = If( l3D, GetSysColor( COLOR_BTNFACE ), CLR_GRAY ) ::lVisible = .t. ::l3D = l3D ::nMode = AScan( { "TOP", "LEFT", "RIGHT", "BOTTOM", "FLOAT" }, cMode ) ::oCursor = oCursor ::lValidating = .f. ::l2007 = l2007 //FranciscoA: Agosto 31/2008 ::nRGB1 = nRGB1 ::nRGB2 = nRGB2 //----------------------------------------------------------------------------// ...
by FranciscoA
Wed Oct 15, 2008 12:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentro las mejoras hechas a xbrowse por franciscoA ??
Replies: 17
Views: 4458

... el rango de valores va desde -9.223.372.036.854.775.808 a 9.223.372.036.854.775.807. Sin signo el rango va desde 0 a 18.446.744.073.709.551.615. Float: número pequeño en coma flotante de precisión simple. Los valores válidos van desde -3.402823466E+38 a -1.175494351E-38, 0 y desde 1.175494351E-38 ...
by goosfancito
Mon Sep 29, 2008 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con correcta instruccion en sql
Replies: 9
Views: 2533

C code in FiveWin

... on my version. Can you with a copy of that directory. -------------------------------------------------------------------------------- I need use float numbers in my fivewin C functions, but if I try to use float, an error occur when I link my application. What I do: example: CLIPPER XPDEG( PARAMS ...
by Antonio Linares
Wed Aug 27, 2008 7:38 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 67887

... el rango de valores va desde -9.223.372.036.854.775.808 a 9.223.372.036.854.775.807. Sin signo el rango va desde 0 a 18.446.744.073.709.551.615. Float: número pequeño en coma flotante de precisión simple. Los valores válidos van desde -3.402823466E+38 a -1.175494351E-38, 0 y desde 1.175494351E-38 ...
by Willi Quintana
Sat Aug 09, 2008 12:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con correcta instruccion en sql
Replies: 9
Views: 2533

Controlling alignment of SAYs

... sayKey:SetAlignment( 0.0, 0.5 ) Next step is to include in #xcommand @ <row>, <col> SAY By the way fHAlign is a float with 0.0 meaning left align, 1.0 meaning right align, fVAlign is a float with 0.0 meaning top align, 1.0 meaning bottom align. So the example ...
by xProgrammer
Sat May 03, 2008 11:33 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Controlling alignment of SAYs
Replies: 0
Views: 794

... an excel sheet. read from excel seet: itemid qty 001 1 002 1 003 2 004 2.11 011 18.10 ---> to database table1 wanted result : itemid(char) qty (float) 001 1.00 002 1.00 003 2.00 004 2.11 011 18.10 But actual wrong result: itemid(char) qty (float) 1.00 1.00 2.00 1.00 3.00 2.00 4.00 2.11 11.00 ...
by ShumingWang
Tue Apr 15, 2008 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour TOleAuto():New() 1 will read as 1.00
Replies: 11
Views: 2075

It could read int as int type , float as float:
1 read as 1
1.00 read as 1.00

Cell 001, 1 and 1.00 in excel are different.

Shuming Wang
by ShumingWang
Mon Apr 14, 2008 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour TOleAuto():New() 1 will read as 1.00
Replies: 11
Views: 2075

Re: Tget bug : delete float var

You have to use the PICTURE clause.

EMG
by Enrico Maria Giordano
Sat Feb 23, 2008 11:22 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Tget bug : delete float var
Replies: 1
Views: 884

Tget bug : delete float var

Hi,
n1:=1.0002
@1,1 get n1 of odlg

If you from '1' mouse L button down,drag to '2' ,L button up, press key delete, then n1 shows 0 instead of 0.0000 .
Regards !
Shuming Wang
by ShumingWang
Sat Feb 23, 2008 2:56 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Tget bug : delete float var
Replies: 1
Views: 884

Hi Enrico,
I made a self-contained sample that show the problem at
www.softwarexp.co.uk/beta/sample.zip

Pls. press the mouse right button on the right of the button bar and select "Float". You will see that error.

Any ideas ?

Thanks in advance.

Best Regards,

Marco
by Marco Turco
Mon Jan 21, 2008 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error using the buttonbar's "Float" function
Replies: 4
Views: 4079

Re: Error using the buttonbar's "Float" function

The following sample doesn't show any problems: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oWnd DEFINE WINDOW oWnd DEFINE BUTTONBAR OF oWnd DEFINE BUTTON OF oWnd:oBar; ACTION oWnd:End() ACTIVATE WINDOW oWnd RETURN NIL EMG
by Enrico Maria Giordano
Sun Jan 20, 2008 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error using the buttonbar's "Float" function
Replies: 4
Views: 4079
PreviousNext

Return to advanced search