Search found 30 matches: cancels

Return to advanced search

Re: DNS

... that were loaded during the initialization process using WSAStartup(). These DLLs provide support for specific network protocols like TCP/IP. Cancels Pending Calls (with caution): It's important to note that WSACleanup() cancels any pending blocking or asynchronous Winsock calls issued by ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1007

Re: Transaction security with DBF

... something similar to this? Best regards, Otto http://www.dbase.com/help/Xbase/IDH_XBASE_ROLLBACK__.htm Show ROLLBACK( ) Topic group Related topics Cancels the transaction by undoing all logged changes. Syntax ROLLBACK([<database name expC>]) <database name expC> The name of the database ...
by Otto
Fri Sep 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 726

Re: check existing first and last on customer

... the ID displayed on a new record input screen. This is technically not possible, because you will end up with a blank record every time a user cancels a new record entry. Is that the issue you are referring to? And by the way, how are they going to respond to not even having a reservation number ...
by James Bott
Mon Jun 14, 2021 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2501

TIMER CANCELACION PROGRAMA

... the user is left waiting Without knowing what to do. When that happens, and don't keep waiting, I have given the F12 key a bat 'cancel.bat', which cancels the 'FE.EXE' program with TASKKILL. The big question is: Is there a way to use a TIMER or something else to be able to control the response ...
by pedroluis
Wed Nov 18, 2020 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIMER CANCELACION PROGRAMA
Replies: 4
Views: 933

Re: clarification respect a recordset

... No changes are written to the server. These changes are also not visible to the other users on the network. Calling the method CancelBatch () cancels all changes and restores the data in the client's memory to the original state. Calling the method UpdateBatch () flushes all changes to the ...
by nageswaragunupudi
Sat Aug 31, 2019 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3304

Re: To James Bott - Error Using TData

... the system file nID: = oSys: id + 1 // increment the key field value by 1 if the saving is canceled by the user there must be another method which cancels the counter, ie it opens the sysfile file and saves nId: = oSys: = id-1// decrement the key field value by 1 when a user add a new customer ...
by James Bott
Wed May 29, 2019 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5100

Re: To James Bott - Error Using TData

... that I will be able to see the last number, that is, only after the rescue, I agree very much but the question comes spontaneously if the operator cancels the entry and the Id on sysfile.dbf increases by +1 I will then have an illegal list of invoices with non-progressive numbers is this normal? ...
by Silvio.Falconi
Wed May 29, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5100

Re: To James Bott - Error Using TData

... the system file nID: = oSys: id + 1 // increment the key field value by 1 if the saving is canceled by the user there must be another method which cancels the counter, ie it opens the sysfile file and saves nId: = oSys: = id-1// decrement the key field value by 1 when a user add a new customer ...
by Silvio.Falconi
Wed May 29, 2019 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5100

Re: To James Bott - Error Using TData

... an alternate. My system keeps track of IDs in a separate file. I told him we could get the next ID and display it on the screen, then if the user cancels it, the ID is abandoned because it is never saved. These are the missing ID's Silvio mentions. This is the only solution I could come up with ...
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: 5100

Re: To James Bott - Error Using TData

... an alternate. My system keeps track of IDs in a separate file. I told him we could get the next ID and display it on the screen, then if the user cancels it, the ID is abandoned because it is never saved. These are the missing ID's Silvio mentions. This is the only solution I could come up with ...
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: 5100

Re: To James Bott - Error Using TData

... data entry screens because the record does not yet exist. When the new record is saved, it automatically gets a new sequential number. If the user cancels, then there are no orphan numbers unlike your current system. Please do not insist that Nages has succeeded in this as well, if the user does ...
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: 5100

Re: To James Bott - Error Using TData

... did not write TData to do it. This is why your conversion is taking way longer than I expected. Let us admit that you use Tdata and your operator cancels the insertion of an invoice, losing the invoice number because in fact, according to James's scheme, if you do not save the invoice, later you ...
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: 5100

Re: To James Bott - Error Using TData

... be sequential because the law imposes on me the same way the progressive number of invoices. Let us admit that you use Tdata and your operator cancels the insertion of an invoice, losing the invoice number because in fact, according to James's scheme, if you do not save the invoice, later you ...
by Silvio.Falconi
Tue May 28, 2019 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5100

Re: other of Tdatarow of fwh

... exist. It only exists AFTER the user saves it. If you assign ID's before the record exists, then you have to delete the blank record when the user Cancels instead of Saves. When you were writing code for only a single user this was not an issue, but with multiusers you cannot then open the file ...
by James Bott
Tue Feb 05, 2019 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: other of Tdatarow of fwh
Replies: 5
Views: 970

TDatabase FWH 17.08 : Datas and Methods

... [nRecNo] ) nRecNo defaults to current record. Unlocks specified record only 76. ReIndex() ReIndexes the database. FWH 17.08 77. RollBack() Cancels any changes made to current record of DBF, pending commit to disk. See also ::Updated() 78. RowGet( cFieldList, lBlank ) Internal Used internally ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1782
Next

Return to advanced search