ok nageswaragunupudi, it's ok.
I have a question:
if I use ths code:
@ 10,10 XBROWSE oBrw SIZE -10,-30 PIXEL OF oDlg ;
      FOOTERS LINES CELL ;
ADD COLUMN TO oBrw;
  DATA utile2->descri;
  HEADER "DESCRIZIONE" ;
  SIZE 280
ADD COLUMN TO oBrw;
  DATA utile2->UM;
  HEADER "UM"
 Â
ADD COLUMN TO oBrw;
  DATA utile2->quanti;
  HEADER "QUANTITA'";
  PICTURE "@E 9,999,999.99" ;
  SIZE 70 TOTAL ntotal FOOTER ufoot
oBrw:MakeTotals()
oBrw:CreateFromCode()
I get this error:
Time from start: 0 hours 0 mins 15 secs
Error occurred at: 06-03-2013, 18:50:14
Error description: Error BASE/1004 Class: 'NIL' has no exported method: EVAL
Args:
[ 1] = U
[ 2] = U
Stack Calls
===========
Called from: => EVAL( 0 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:BOOKMARK( 2847 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:MAKETOTALS( 6593 )
can you help me?
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)