My users keep logging a recurrent error -albeit it is not possible to consistently reproduce the error. The error text will always point to xbrowse line 6825:
- Code: Select all Expand view
- Errordescription
PathLabs by Structured Systems Corp.
-----------------------------------------
App-Path : C:\mp10\PathLabs10.exe
Version Info : (Mon 06/10/2013 18:58:58.68) from SVN 213M
Filesize : 5,018,112 bytes
Max. files : 0
Time from start: 2 hours 7 mins 8 secs
Occurance : 08/02/2013, 11:23:16
Computername : HPPRO03-HP
User : debora.garcia
detailled error description
---------------------------
Error BASE/1005 Class: 'NIL' has no property: VALUE
Parameter :
[ 1] = U
[ 2] = C PteName
Stack-List
----------
called by _VALUE(0)
called by TXBROWSE:TOEXCEL(6825)
called by (b)CUSTOMSEARCHES:CONTEXTMENU(220)
called by TMENU:ACTIVATE(494)
called by TXBROWSE:RBUTTONDOWN(3637)
Here is another logged error on the same line:
- Code: Select all Expand view
- Errordescription
PathLabs by Structured Systems Corp.
-----------------------------------------
App-Path : C:\Mp10\PathLabs10.Exe
Version Info : (Mon 06/10/2013 18:58:58.68) from SVN 213M
Filesize : 5,018,112 bytes
Max. files : 0
Time from start: 0 hours 30 mins 14 secs
Occurance : 08/02/2013, 07:52:11
Computername : THINK-03
User : vanessa.santiago
detailled error description
---------------------------
Error BASE/1005 Class: 'NIL' has no property: VALUE
Parameter :
[ 1] = U
[ 2] = C PathNo
Stack-List
----------
called by _VALUE(0)
called by TXBROWSE:TOEXCEL(6825)
called by (b)CUSTOMSEARCHES:CONTEXTMENU(220)
called by TMENU:ACTIVATE(494)
Here is the code for line 6825 on my xbrowse:
- Code: Select all Expand view
- oSheet:Cells( nRow, nCol ):Value := oCol:cHeader
Here is the context to line 6825:
- Code: Select all Expand view
- for nXCol := 1 TO Len( aCols )
oCol := aCols[ nXCol ]
nCol ++
oSheet:Cells( nRow, nCol ):Value := oCol:cHeader //<<== Line 6825
cType := oCol:cDataType
if ::nDataType != DATATYPE_ARRAY
DO CASE
CASE Empty( cType )
// no action
CASE cType == 'N'
cFormat := Clp2xlNumPic( oCol:cEditPicture )
oSheet:Columns( nCol ):NumberFormat := cFormat
oSheet:Columns( nCol ):HorizontalAlignment := - 4152 //xlRight
CASE cType == 'D'
Perhaps this is a problem that has already been solved?
Thank you for any help.
Reinaldo.