dc_dbposition and db_position
Posted: Thu Oct 31, 2013 6:08 am
Roger
We are testing out CTP3R4 at present. The previous CTPs gave us various headaches, most of which appear to have been resolved) and now is the first time that I have been able to get past our login screen and into our application proper.
Our current headache is with the current lack of support in PGDBE for dbposition().
We get the following error:
Tracking this through, I can see the dbposition() function is used in the Dc_XbpBrowse:init procedure in ::posblock.
This means that any of our dialogs that contain a DCBROWSE will immediately crash on opening.
I presume that this means that our app will not work until CTP4 gets released which is supposed to add support for dbposition into PGDBE?
We are testing out CTP3R4 at present. The previous CTPs gave us various headaches, most of which appear to have been resolved) and now is the first time that I have been able to get past our login screen and into our application proper.
Our current headache is with the current lack of support in PGDBE for dbposition().
We get the following error:
Code: Select all
------------------------------------------------------------------------------
Rba Version: 10.81.0011 (29/04/2013)
Express++ Version: eXPress++ (c) Version 1.9 Build 258
Xbase++ version: Xbase++ (R) Version 2.00.470
Operating system: Windows 7 06.01 Build 07601 Service Pack 1
------------------------------------------------------------------------------
oError:args :oError:canDefault :.T.
oError:canRetry :.F.
oError:canSubstitute:.F.
oError:cargo :NIL
oError:description :Operation not supported by this DBE
oError:filename :
oError:genCode :58
oError:operation :DbPosition
oError:osCode :0
oError:severity :2
oError:subCode :8015
oError:subSystem :BASE
oError:thread :5
oError:tries :0
------------------------------------------------------------------------------
CURRENT DATABASE:
------------------------------------------------------------------------------
Alias(): STK_SUP Record: 283 Index: 2,STK_SUP2
Extra DbInfo details
Filename: STK_SUP.DBF
Database Alias: STK_SUP No. of Relations: 1 No. of Orders: 4
In Shared Mode: .T. Storage on Remote Drive: .F. Database Engine: PGDBE
Client/Server: .F. ReadOnly Access: .F.
------------------------------------------------------------------------------
CALLSTACK:
------------------------------------------------------------------------------
Called from DC_DBPOSITION(949)
Called from (B)DC_XBPBROWSE:INIT(669)
Called from XBPBROWSE:FORCESTABLE(1142)
Called from DC_XBPBROWSE:FORCESTABLE(1352)
Called from XBPBROWSE:HANDLEEVENT(1538)
Called from DC_XBPBROWSE:HANDLEEVENT(1101)
Called from XBPBROWSE:SHOW(3304)
Called from DC_GETLIST:READGUI(3163)
Called from DC_READGUI(109)
Called from CS_UPDATE(2560)
Called from (B)MENURUN(0)
Called from RUNFUNCTION(87)
Called from (B)RUN_PROCEDURE(74)
------------------------------------------------------------------------------
This means that any of our dialogs that contain a DCBROWSE will immediately crash on opening.
I presume that this means that our app will not work until CTP4 gets released which is supposed to add support for dbposition into PGDBE?