Search found 81 matches: edits

Return to advanced search

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

... oCn:SaveBatch()  // write all changesoCn:CancelBatch() // discard all changes  This is mostly useful in Master/Child edits like Invoices, Quotations, Vouchers, etc.
by nageswaragunupudi
Tue Sep 12, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 709

Re: Browse edit of cell with brush

... down to end the edit the scrolling does not update well: Here is the real bug. This has nothing to do with colors or brushes. Bug: When the user edits a cell in the last row and then exits the Get by pressing Enter key or UpArrowKey, there is no problem at all and everything works correctly as ...
by nageswaragunupudi
Sun Sep 25, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Re: Which C compiler and which Harbour should be used for FW?

... for all of my editing. It's certainly not the only option, but it works well for me. My project is also loaded into Visual Studio. When I make edits to the UES code, and save it, then I do a quick build with Visual Studio ( one button click ) to test my work. When I'm ready to do a release ...
by TimStone
Fri Jul 31, 2020 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

Re: Insertar/Modificar registros en ACCESS

... database when the MdiChild window is closed. So 1) If you want to save the changes to the physical database immediately as and when the user edits the browse, you open recordset with default lockmode provided by FWH or specifying adLockOptimistic mode. OR 2) If you do not want to make the ...
by nageswaragunupudi
Wed Dec 04, 2019 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar/Modificar registros en ACCESS
Replies: 5
Views: 869

Re: New FWH 19.09

I tested your second program exactly as you gave. I do not see any problem. Celledit saves data correcly.

Image

Both your programs work with TDatabase() objects only. In both cases, the cell-edits are saved correctly.
by nageswaragunupudi
Sun Oct 20, 2019 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5720

Re: New FWH 19.09

I built your sample code, without any changes, and tested it. Your point is that cell edits are not being saved in 1909 unless we add extra code to save. I did not notice any such problem. Here I found that cell edits are all being saved correctly. https://imagizer.imageshack.com/img921/5140/9LrELp.gif ...
by nageswaragunupudi
Sat Oct 19, 2019 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5720

New FTDN September/Septiembre 2019 (FWH 19.09)

... the order is on a single field. Now the order is restored even on multi-field sort asc/desc. * NEW: FWMariaRowset BATCHMODE In the batch mode, all edits, appends and deletes are retained in the memory only and nothing is written to the database, till all the changes are written in one call to SaveBatch() ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: XBrowse edit only one column

... clear in my question. I have an invoice class which contains a line Item list. This list is an array of record objects. I don't want to save the edits when they are made, I will save everything when the entire invoice edit is done. So, what I am trying to do now is just replace the data in the ...
by James Bott
Tue Jun 18, 2019 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2938

Re: XBrowse edit only one column

... is 0. Then only the nth column can be edited. If the browse is created with FASTEDIT clause or oBrw:lFastEdit is set to .t., after the user edits this column in one row, the cursor will automatically jump to the same column in the next row, skipping all other columns.
by nageswaragunupudi
Tue Jun 18, 2019 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2938

Re: xBrowse edit dialog and navigation

This original post was about edits with a browse. I was responding to that post with a method I use to make editing of a browse list easier and faster. It's a concept my clients really appreciate. I really don't see how that relates to ...
by TimStone
Sun Jun 02, 2019 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse edit dialog and navigation
Replies: 26
Views: 3956

Re: trying with tdatabase

... := tdata():new(, "cust" ) Step 2: The values are loaded in buffers, so edit them directly @ 10,10 GET oDbf:abc .... Do all the other edits the same way Step 3: Save ALL the fields with one line oDbf:save() For 10 fields, this eliminates at least 23 lines of code needed for your way. ...
by TimStone
Mon Jan 28, 2019 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4795

Re: oGet:lchanged not functioning correct

::uOriginalValue are not updated to the new value after editing. Will not be changed every time the user edits. uOriginalValue is the value at the time the Get is created and will remain the same till the Get ends. lChanged is .T. if the present value is different from the ...
by nageswaragunupudi
Sat Jan 26, 2019 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:lchanged not functioning correct
Replies: 2
Views: 563

Re: FWH 18.08: Enhancements to strings.prg

... new translation, or change it; the window in which the * translations are made is a simple memoedit, so you can use standard memoedit * keys to do edits. * * Pressing "E" (or a key that is named in the window), you can alter the default * title, language name and author of the dictionary. ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Another for Lan Network

There are two methods of file locking, optimistic and pessimistic. With optimistic, the user loads and edits the file, then when they are done, the record is locked, saved, and unlocked. With pessimistic, the record is locked, the user edits it, then it is saved and unlocked. ...
by James Bott
Sat Nov 10, 2018 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Lan Network
Replies: 4
Views: 1026

Re: MariaDB RS AppendBlank

Yes, that is the expected behaviour.

I advised you to use
oRs:bEdit := <yourfunc>
and
then
oRs:Edit( .t. )

Please stick to this approach only for edits/appends.
by nageswaragunupudi
Wed Sep 12, 2018 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1664
Next

Return to advanced search

cron