problem with xbrowse show adata

problem with xbrowse show adata

Postby Silvio.Falconi » Mon Oct 07, 2024 12:23 pm

xbrowse show wrong measures "..." why ?

The measurements are expressed in millimetres 3 digits + 2 decimal places

Image

Code: Select all  Expand view

 @ 0, 0 XBROWSE  oBrw OF oFld:adialogs[6] ;
        COLUMNS 1,2,3;
        HEADERS "Descrizione","X","Y";
        PICTURES nil,"999.99" ,"999.99";
        COLSIZES 220,110,110;
        ARRAY  aData ;
        SIZE 200,200 PIXEL NOBORDER  FASTEDIT


where is the error ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 7061
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem with xbrowse show adata

Postby nageswaragunupudi » Mon Oct 07, 2024 1:17 pm

Code: Select all  Expand view
       COLSIZES 220,110,110;
 

Error: You specified column sizes less than required to display the full value.
Solutions:
1) Specify adequate width.
or
2) The Best way. Do not specify COLSIZES and let xbrowse calculate the width required
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10641
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 44 guests