An error we keep getting
Posted: Fri May 13, 2016 6:00 am
The following error keeps occurring on my system.
Although the Express Library is showing as 262 it is actually build 263 that I am using.
To get this error I first press Alt-D in any dialog in our applicaton and I get an an alert with the words 'No SOURCEFILE defined in DCGETOPTIONS. It must be defined to use design mode'. If I then press Alt-D again (silly me) I get the error shown.
I know it's to do with the dc_design framework stuff but I can't see how to stop it. I have various pushbuttons with the Alt-D accelerator set and it's kind of a habit to use them. :-)
Code: Select all
==============================================================================
ERROR LOG of "C:\XBprog\rbawin\prog\RBA32.EXE" Date: 13/05/2016 13:43:59
Rba Version: 10.84.0005 (21/04/2016)
Express++ Version: eXPress++ (c) Version 2.0 Build 262
Xbase++ version: Xbase++ (R) Version 2.00.656
Operating system: Windows 7 06.01 Build 07601 Service Pack 1
------------------------------------------------------------------------------
oError:args :-> VALTYPE: U - VALUE: NIL
oError:canDefault :.F.
oError:canRetry :.F.
oError:canSubstitute:.T.
oError:cargo :NIL
oError:description :Receiver of message is not an object.
oError:filename :
oError:genCode :38
oError:operation :destroy
oError:osCode :0
oError:severity :2
oError:subCode :2266
oError:subSystem :BASE
oError:thread :7
oError:tries :0
------------------------------------------------------------------------------
CURRENT DATABASE:
------------------------------------------------------------------------------
Alias(): STOCK1 Record: 3824 Index: 1,STOCK1
------------------------------------------------------------------------------
CALLSTACK:
------------------------------------------------------------------------------
Called from DC_DESIGNHANDLER(228)
Called from DC_GETLIST:EVENTLOOP(4237)
Called from DC_GETLIST:READGUI(3871)
Called from DC_READGUI(113)
Called from CHECKOUT_SALES(4936)
Called from (B)XB_MENU(503)
Called from RUNFUNCTION(85)
Called from (B)RUN_PROCEDURE(72)
------------------------------------------------------------------------------
Unique error ID: 14045
To get this error I first press Alt-D in any dialog in our applicaton and I get an an alert with the words 'No SOURCEFILE defined in DCGETOPTIONS. It must be defined to use design mode'. If I then press Alt-D again (silly me) I get the error shown.
I know it's to do with the dc_design framework stuff but I can't see how to stop it. I have various pushbuttons with the Alt-D accelerator set and it's kind of a habit to use them. :-)