Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread socket error 10054
Wed, Nov 30 2011 11:18 PMPermanent Link

Thomas Haimerl

I am using yet the version Dbisam 4.26 Build 3 because i had a older Delphi Project, which i want to edit.
Now i got a socket error 10054, Exception of the class EldSocketError. The connection was reset by peer.
I use a form to insert different Dates and save to my DB.

I send a anexed word-docu for more informations.

can me help somebody? thanks

best regards Thomas



Attachments: socket error.docx
Wed, Nov 30 2011 11:44 PMPermanent Link

Thomas Haimerl

Thomas Haimerl wrote:

I am using yet the version Dbisam 4.26 Build 3 because i had a older Delphi Project, which i want to edit.
Now i got a socket error 10054, Exception of the class EldSocketError. The connection was reset by peer.
I use a form to insert different Dates and save to my DB.

I send a anexed word-docu for more informations.

can me help somebody? thanks

best regards Thomas

i forgot to say, that i use a DateTimePicker. When i confirm the socket-error message, i can insert the date into the form and also save. And the new date is saved in the database. So it is working, only comes the message in the beginning.
Thu, Dec 1 2011 2:56 AMPermanent Link

Thomas Haimerl

I found out the following now, when i desactivate the part of the code about sync of the DateTimePicker, the error-message don't appear more, but also i have to confirm once more the date of the calendar, see the anexed picture.


procedure showchkpt(Title,colname:String);
begin
sessioncounter:=sessioncounter+1;
chkptform:=Tchkptform.create(Mainform);
chkptform.DBISAMPort:=dbisamport;
chkptform.DBISamIp:=dbisamip;
chkptform.SessionCounter:=sessioncounter;
chkptform.spalte:=colname;
chkptform.Caption:=Title;
chkptform.setdb;

{chkptform.DateTimePicker1.Format:='dd-mm-yyyy';
if (chkptform.IdTimeUDP1.SyncTime) then
chkptform.DateTimePicker1.Date:=Date; }

chkptform.Show;
end;



Attachments: date confirm.jpg
Image