B Betz Member² Aug 20, 2007 #1 Hello, I have a problem with an error message that will be shown in German instead of english. As far as i know, all messages should be in englisch by default, but I got the message 'Operation bei geschlossener Datenmenge nicht ausf
Hello, I have a problem with an error message that will be shown in German instead of english. As far as i know, all messages should be in englisch by default, but I got the message 'Operation bei geschlossener Datenmenge nicht ausf
Marco Kalter Administrator Staff member Aug 20, 2007 #1 It seems like a Delphi TDataSet error message to me: Code: unit DBConsts; interface resourcestring SDataSetClosed = 'Cannot perform this operation on a closed dataset';
It seems like a Delphi TDataSet error message to me: Code: unit DBConsts; interface resourcestring SDataSetClosed = 'Cannot perform this operation on a closed dataset';
B Betz Member² Aug 21, 2007 #1 Thanks for your help, You are right, the message comes out of the dbConsts. Best regards Betz