Error en Windows Vista

Post Reply
dobfivewin
Posts: 325
Joined: Sun Feb 03, 2008 11:04 pm
Location: Argetnina

Error en Windows Vista

Post by dobfivewin »

Estimados

Porque me pueda dar el siguiente error en Windows Vista, se puede solucionar?

Application
===========
Path and name: C:\EMPRESA\ECOGRA\dob_Ecog.Exe (32 bits)
Size: 706,048 bytes
Time from start: 0 hours 0 mins 8 secs
Error occurred at: 17/12/2009, 11:29:37
Error description: Error BASE/1004 Class: 'NIL' has no exported method: NMAX
Args:
[ 1] = U

Stack Calls
===========
Called from: => NMAX(0)
Called from: BITMAP.PRG => TBITMAP:SCROLLRIGHT(0)
Called from: BITMAP.PRG => TBITMAP:HSCROLL(0)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: BITMAP.PRG => TBITMAP:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => WINRUN(0)
Called from: WINDOW.PRG => TWINDOW:ACTIVATE(0)
Called from: dob_eco.prg => MAINECOGRA(79)


Gracias

David
Argentina
dobfivewin
Posts: 325
Joined: Sun Feb 03, 2008 11:04 pm
Location: Argetnina

Re: Error en Windows Vista

Post by dobfivewin »

Estimados

NO me espliqué o no tiene solucion ?

saludos

David
dobfivewin
Posts: 325
Joined: Sun Feb 03, 2008 11:04 pm
Location: Argetnina

Re: Error en Windows Vista

Post by dobfivewin »

Estimados

Niguna Solucion ?

gracias

David
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

Re: Error en Windows Vista

Post by Patricio Avalos Aguirre »

que version de fwh utilizas?

prueba tener esto en la clase tBitmap

Code: Select all

METHOD ScrollRight() CLASS TBitmap

   local nVisible := Super:nWidth() - If( ::oVScroll != nil .and. ;
                     ::oVScroll:nMax != 0, GetSysMetrics( 2 ), 0 ) - 1
   local n
 
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Post Reply