RE: [DUG]: Problems with CloneCursor

2000-11-21 Thread Myles Penlington
:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 6:31 PM To: Multiple recipients of list delphi Subject: RE: [DUG]: Problems with CloneCursor Have you raised these issues in the midas newsgroup? John K is very defensive about the ClientDataset stuff and will generally reply promptly

[DUG]: Problems with CloneCursor

2000-11-20 Thread David Brennan
I have a ClientDataset (let's called it cdsPayments) which the user is entering a list of records (payments) into. Sometimes while they are entering these payments the user will want to bring up a Find/List screen. This Find screen queries data related to payments and must exclude some records

Re: [DUG]: Problems with CloneCursor

2000-11-20 Thread Neven MacEwan
recipients of list delphi [EMAIL PROTECTED] Sent: Tuesday, 21 November 2000 17:11 Subject: [DUG]: Problems with CloneCursor I have a ClientDataset (let's called it cdsPayments) which the user is entering a list of records (payments) into. Sometimes while they are entering these payments the user

RE: [DUG]: Problems with CloneCursor

2000-11-20 Thread Myles Penlington
support call and tested against the beta available at the time. Myles. -Original Message- From: David Brennan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 5:12 PM To: Multiple recipients of list delphi Subject: [DUG]: Problems with CloneCursor I have a ClientDataset

Re: [DUG]: Problems with CloneCursor

2000-11-20 Thread Neven MacEwan
]: Problems with CloneCursor There is enough bugs in TClientDataset that I am able to drive several buses straight through the code - mostly in the MIDAS.DLL that are going to force me to write my own version ... (In about 1 months time ...) - since we don't have the source for the DLL. Pity

Re: [DUG]: Problems with CloneCursor

2000-11-20 Thread David Brennan
tangible fix? Thanks, David. - Original Message - From: "Neven MacEwan" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 5:14 PM Subject: Re: [DUG]: Problems with CloneCursor Dave Is this and ADO C

Re: [DUG]: Problems with CloneCursor

2000-11-20 Thread David Brennan
. - Original Message - From: "Myles Penlington" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 5:23 PM Subject: RE: [DUG]: Problems with CloneCursor There is enough bugs in TClientDataset that I am able to drive sev

RE: [DUG]: Problems with CloneCursor

2000-11-20 Thread Myles Penlington
about it at the moment - neither is the boss. Myles. -Original Message- From: Neven MacEwan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 5:32 PM To: Multiple recipients of list delphi Subject: Re: [DUG]: Problems with CloneCursor Myles Almost makes ADO attractive. I

RE: [DUG]: Problems with CloneCursor

2000-11-20 Thread Myles Penlington
. - Original Message - From: "Myles Penlington" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 5:23 PM Subject: RE: [DUG]: Problems with CloneCursor There is enough bugs in TClientDataset that I am able to

RE: [DUG]: Problems with CloneCursor

2000-11-20 Thread jnorth
Want to share some of the issues you have had with the clientdataset? JED Last I heard was that DBExpress was to be based on MIDAS which by the state of TClientDataSet is anything to go by, it gives me the shivers - I will

RE: [DUG]: Problems with CloneCursor

2000-11-20 Thread Myles Penlington
, 2000 5:47 PM To: Multiple recipients of list delphi Subject: RE: [DUG]: Problems with CloneCursor Want to share some of the issues you have had with the clientdataset? JED Last I heard was that DBExpress was to be based on MIDAS which by the state of TClientDataSet is anything to go by, it gives

RE: [DUG]: Problems with CloneCursor

2000-11-20 Thread Carl Reynolds
From: David Brennan [mailto:[EMAIL PROTECTED]] So I need a way of checking the records in cdsPayments without disturbing it's state (for example the user might be halfway through entering a new payment - I can't cancel or post this record for them). Obviously I can't directly use cdsPayments

Re: [DUG]: Problems with CloneCursor

2000-11-20 Thread Neven MacEwan
- Original Message - From: Myles Penlington [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Tuesday, 21 November 2000 18:00 Subject: RE: [DUG]: Problems with CloneCursor 1. FetchOnDemand not fully implemented - actually reads through all data in nested

Re: [DUG]: Problems with CloneCursor

2000-11-20 Thread David Brennan
StaffID = :HRStaffID ORDER BY Started - Original Message - From: Myles Penlington [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Tuesday, 21 November 2000 18:00 Subject: RE: [DUG]: Problems with CloneCursor 1. FetchOnDemand not fully implemen

RE: [DUG]: Problems with CloneCursor

2000-11-20 Thread jnorth
Have you raised these issues in the midas newsgroup? John K is very defensive about the ClientDataset stuff and will generally reply promptly to questions. Although at the moment he is pretty busy with the Kylix thing, he is still on the newsgroups often JED 1. FetchOnDemand not fully