Search found 210 matches: bott

Return to advanced search

Re: To James Bott - Error Using TData

Silvio, Regarding your screenshots of new record data entry screens with IDs, have you tried to figure out what happens if you cancel. Can you cancel one, then add another and see if the second one gets the ID of the cancelled one, a new ID, or? Are you aware of the concept of voiding? The record i...
by Silvio.Falconi
Wed May 29, 2019 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Silvio, Regarding your screenshots of new record data entry screens with IDs, have you tried to figure out what happens if you cancel. Can you cancel one, then add another and see if the second one gets the ID of the cancelled one, a new ID, or? Are you aware of the concept of voiding? The record is...
by James Bott
Wed May 29, 2019 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Mr. James

Very clear and I agree.
by nageswaragunupudi
Wed May 29, 2019 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Silvio, There are four scenarios we have identified: 1) Do it like most systems do, assign the ID after the new record is saved. Every system I have ever seen uses this method and thus TData was written to work this way. 2) Do like your friend Alfredo does, and use a fake ID on the new record data e...
by James Bott
Wed May 29, 2019 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

James, all snapshot I insert above are contain new records if you wish I can send you an application or give you link to dowload demo Italian program some links EasyFact - danea.it Link to download https://www.danea.it/service/download/download.asp?ID=demo-ef09 GenioSoft Maestro link...
by Silvio.Falconi
Wed May 29, 2019 2:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

James said to me ( and wrote above) 1) that the customer number or the invoice number cannot be displayed in the entry dialog that is when the operator enters a new customer or a new invoice because according to James that number is not yet saved in the archive, and that I'm just acting up because ...
by Silvio.Falconi
Wed May 29, 2019 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

James said to me ( and wrote above) 1) that the customer number or the invoice number cannot be displayed in the entry dialog that is when the operator enters a new customer or a new invoice because according to James that number is not yet saved in the archive, and that I'm just acting up because ...
by James Bott
Wed May 29, 2019 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Here is a cut from my customer class. There are many more Methods in the class, but this is how a new client is added using one line: oClients := TClients():New( 1 ): NewClient() //---------------------------------------------------------------------------////  Call with:    oClients := TClients():...
by Silvio.Falconi
Tue May 28, 2019 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Here is a cut from my customer class. There are many more Methods in the class, but this is how a new client is added using one line: oClients := TClients():New( 1 ): NewClient() //---------------------------------------------------------------------------////  Call with:    oClients := TClients():N...
by TimStone
Tue May 28, 2019 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Silvio, >you are the first person that wants to show ID's on new record data entry screens (before the record has been added to the database). Any accounting software has the customer's code on the screen: In Italy the code is linked to the account number that is called Mastro (o Gruppo) and the...
by Silvio.Falconi
Tue May 28, 2019 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Silvio, I have fixed TData to handle the autosequencing field type. This was rather new and I didn't even know it existed until a couple of months ago. You are the first to report the problem. It was fixed with one line of code. You have often mentioned how old TData is. I don't exactly how you date...
by James Bott
Tue May 28, 2019 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Silvio, For those following, I need to clarify that I would NOT take part in this thread except you keep sending me emails directing me to it and asking for comments. Also, for those unfamiliar with tData, it is a class that INHERITS from tDatabase, NOT A REPLACEMENT, and for those of us who use it...
by Silvio.Falconi
Tue May 28, 2019 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Silvio, For those following, I need to clarify that I would NOT take part in this thread except you keep sending me emails directing me to it and asking for comments. Also, for those unfamiliar with tData, it is a class that INHERITS from tDatabase, NOT A REPLACEMENT, and for those of us who use it ...
by TimStone
Tue May 28, 2019 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Hello Silvio, In Austria we have a system that similar to the Italian. All business cases must be recorded continuously and tamper-proof. And how will you proof thas you can't maipulate a system you need date and time too. What you want to do is incompatible with that. Sincerely Otto Right Invoice ...
by Silvio.Falconi
Tue May 28, 2019 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655

Re: To James Bott - Error Using TData

Hello Silvio,
In Austria we have a system that similar to the Italian.

All business cases must be recorded continuously and tamper-proof.

And how will you proof thas you can't maipulate a system you need date and time too.

What you want to do is incompatible with that.


Sincerely
Otto
by Otto
Tue May 28, 2019 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5655
PreviousNext

Return to advanced search