main logo
Subject: unable to update the cursor error
Author: Richard Knierim
Posted: 2000/12/28 11:12:25
 
View Entire Thread
New Search


Hello All;
I have been creating menu classes(iPopup, iBar, etc) without a problem, but it seems that as soon as I mess with aDataEnv.prg, I corrupt the Project! All was fine until I added the Following to aDataEnv.Prg:


DEFINE CLASS AddCardsEnvironment AS TestEnvironment
FUNCTION LoadCursors()
DIMENSION THIS.aCursors[1]
THIS.aCursors[1] = 'v_TerminalLocations'
ENDFUNC
ENDDEFINE

DEFINE CLASS v_TerminalLocations AS CDynamicViewCursor
cCursorSource = 'v_TerminalLocations'
ENDDEFINE

Once I got the Error "Cannot Update the Cursor", I commented this section of code and recompiled, but I keep getting the error! Then I started to remove the Objects that I have created(in reverse order) but nothing is helping... Any Idea what I am doing wrong, besides getting up this morning? hehe

Signed
Obviously frustrated
Rick Knierim



 
©2000 Richard Knierim
<-- Prior Message New Search Next Message -->