Search found 284 matches: saves

Return to advanced search

Re: To James Bott - Error Using TData

... 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 have the real number ( no lose any numbers) is it possible ...
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: 5636

Re: To James Bott - Error Using TData

... data entry screen. A complication arises when another user starts to add a record when the first user hasn't saved theirs yet. So the second user saves theirs first (and it has the same ID as the first user). Now the first user saves and the system checks to see if the ID exists, and it does, ...
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: 5636

Re: To James Bott - Error Using TData

... data entry screen. A complication arises when another user starts to add a record when the first user hasn't saved theirs yet. So the second user saves theirs first (and it has the same ID as the first user). Now the first user saves and the system checks to see if the ID exists, and it does, ...
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: 5636

Re: To James Bott - Error Using TData

... numbers unlike your current system. Please do not insist that Nages has succeeded in this as well, if the user does not save, the Nages procedure saves the unsaved numbers in an archive and then calls them to the next entries. I don't understand why you still don't understand Actually, TData 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: 5636

Re: To James Bott - Error Using TData

... Used with tRecord, it is a safe way to edit data easily outside of the saved records, and when the changes are complete and confirmed, it then saves the values back to the actually file. Those of us who use it appreciate the benefits.
by TimStone
Tue May 28, 2019 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5636

Re: Preload data for using Xbrouwe EditSource(.T.)

... It works for getting the data into the editdialog, but the data that are displayed in the edit dialog will not be saved ? Data that I change saves, but not the predifined data. It also seems that the lenght of the data input is not as long as the fields are. My Code function klantbrowse(oDlg,oDbfklant)  ...
by Marc Venken
Wed May 01, 2019 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preload data for using Xbrouwe EditSource(.T.)
Replies: 11
Views: 1466

Re: to Nages: test for tdatabase

... like work orders, my Add() method appends a record, fills the buffers with blanks, then goes to the counter dbf, increments the proper number, saves the value back to the record, and saves it to the appended record. The interaction with the counters file takes a fraction of a second and that ...
by nageswaragunupudi
Sat Apr 27, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 6083

Re: to Nages: test for tdatabase

... like work orders, my Add() method appends a record, fills the buffers with blanks, then goes to the counter dbf, increments the proper number, saves the value back to the record, and saves it to the appended record. The interaction with the counters file takes a fraction of a second and that ...
by TimStone
Sat Apr 27, 2019 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 6083

New FTDN March/Marzo 2019 (FWH 19.03)

February 2019 ============= * Enhancement: samples\fivedbu.prg now automatically saves and restores the state of the browses (columns widths, visible, etc) * Enhancement: samples\fivedbu.prg updates the index selected tag in the MsgBar when a browse column header ...
by Antonio Linares
Mon Apr 08, 2019 11:20 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2019 (FWH 19.03)
Replies: 2
Views: 2867

Re: Clipboard to jpg file

... a como hacerlo? Gracias desde ya. lSaved := FW_SaveImage( nil, cJpgFileName )  If the clipboard has any valid image, this function saves the image in the clipboard to the file name in the second parameter.
by nageswaragunupudi
Tue Apr 02, 2019 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard to jpg file
Replies: 5
Views: 743

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... in their edit dialog. Is this acceptable to you and your users? Even if this is accepted, still you have problems. Problem-2: Assume User-B saves the new record first. Then this record will be saved with "101" as the "numcli" Still, User-A is thinking that his new record ...
by nageswaragunupudi
Thu Mar 28, 2019 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3744

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

This example uses the data of an existing record and with modifications, saves it as a new record. #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oCustomers, oCustomer100, oCustomerNew   oCustomers  := TDataBase():Open( ...
by nageswaragunupudi
Wed Mar 27, 2019 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3744

Re: Reading attachements form an Outlook e-mail

Hello, What I do is this ? I have made a macro which saves the selected emails into a folder in %USERPROFILE%\DOCUMENTS. My application is reading all the files, each containing an e-mail, attachements included. Then the user has to connect every file ...
by driessen
Fri Mar 01, 2019 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading attachements form an Outlook e-mail
Replies: 2
Views: 520

Re: New FTDN January/Enero 2019 (FWH 19.01)

... for any reason, eg: dbf exists is already open, etc. In such cases oDbf:Used() returns .f. - Improved interface with DataRow: When Datarow object saves changes or appends new record, the changes automatically made directly by RDD like fields "+", "=" and triggers are immediately ...
by Antonio Linares
Tue Feb 19, 2019 12:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2768

Re: other of Tdatarow of fwh

As I mentioned, there is no ID on a new record data entry screen because the record doesn't yet 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 ...
by James Bott
Tue Feb 05, 2019 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: other of Tdatarow of fwh
Replies: 5
Views: 995
PreviousNext

Return to advanced search