Hello Fred,
MseIde ver 4.6.3 MseGui ver 4.6.7
the line 59 of mdb.pas is
TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead,
dsInternalCalc, dsOpening);
Regards.
________________________________
De : Fred van Stappen <[email protected]>
Envoyé : dimanche 5 avril 2020 13:13
À : General list for MSEide+MSEgui <[email protected]>
Objet : Re: [MSEide-MSEgui-talk] Error compiling with 5.0
Seems that previous mails did not passed...
OK, 3 th retry.
Hello Med.
TDataSetState is set in mdb.pas with this:
TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
dsCalcFields, dsFilter, dsNewValue, dsOldValue, dsCurValue, dsBlockRead,
dsInternalCalc, dsOpening, dscheckfilter);
So in your code is missing last element: dscheckfilter.
Try this (see last element):
DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit',
'Insert', 'SetKey',
'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue',
'BlockRead','InternalCalc', 'Opening', 'CheckFilter')
May I ask you what earlier version of MSEgui did you use?
Because in previous release, dscheckfilter was already implemented, I did not
add it.
Fre;D
________________________________
De : mohamed hamza <[email protected]>
Envoyé : dimanche 5 avril 2020 12:31
À : General list for MSEide+MSEgui <[email protected]>
Objet : [MSEide-MSEgui-talk] Error compiling with 5.0
Hello Fred,
This line :
const
DatasetStates:array[tdatasetstate] of string =('Inactive', 'Browse', 'Edit',
'Insert', 'SetKey',
'Calc', 'Filter', 'NewValue', 'OldValue', 'CurValue',
'BlockRead','InternalCalc', 'Opening')
gives me : error expected another 1 array element
this error does not appear with older version of mseide-msegui?
Regards.
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk