FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error en Fivedit.prg
Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Error en Fivedit.prg
Posted: Sat Aug 20, 2011 02:32 AM
Code (fw): Select all Collapse
Application
===========
   Path and name: L:\FWH10.2\samples\fivedit.exe (32 bits)
   Size: 1,891,328 bytes
   Time from start: 0 hours 0 mins 7 secs 
   Error occurred at: 08/19/11, 20:14:46
   Error description: Error BASE/1003  Variable does not exist: OEDIT
   Args:

Stack Calls
===========
   Called from: L:\FWH10.2\samples\fivedit.prg => TTXTEDIT:MOUSEMOVE(1844)
   Called from:  => TWINDOW:HANDLEEVENT(0)
   Called from: .\source\classes\CONTROL.PRG => TTXTEDIT:HANDLEEVENT(1464)
   Called from: .\source\classes\WINDOW.PRG => _FWH(3378)
   Called from:  => WINRUN(0)
   Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(971)
   Called from: L:\FWH10.2\samples\fivedit.prg => MAIN(94)

El objeto oEdit no se encuentra

Solamente se encuentra definido como memvar al principio de ttxtedit.prg
Code (fw): Select all Collapse
    oEdit:oVar:SetText(alltrim( str( ::nBlkStartCol ) ) + " / " + ;
                                         alltrim( str( ::nBlkEndCol ) ) ) //+ " / " + ;
//                                       alltrim( str( nKeyFlags  ) ) + " / " +;
//                                       alltrim( str( GetCaretPos()[2] ) ) )
oEdit:oVar:refresh()


Cómo podría arreglar la clase????

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Continue the discussion