Search found 33 matches: discard

Return to advanced search

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

... in memory, but not written to the database. After making all required changes, the we can decide to write all changes to the physical database or discard all changes. oCn:SaveBatch()  // write all changesoCn:CancelBatch() // discard all changes  This is mostly useful ...
by nageswaragunupudi
Tue Sep 12, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 708

Re: Webview question

We discard the above way as it does not work. We have choosen to directly modify https://github.com/webview/webview as it is simpler and easier for us: 1. First we do a checkout from the official repo: git clone https://github.com/webview/webview ...
by Antonio Linares
Sat Jul 01, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2930

Re: Xbrowse with field type time() in MYSQL

Please discard the changes. Keep the original program of FWH as it is. For the purpose of testing, we created a table "timefield" on our FWH demo server in the cloud. This is the creation SQL CREATE TABLE timefield ...
by nageswaragunupudi
Sat Feb 15, 2020 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with field type time() in MYSQL
Replies: 5
Views: 1758

Translate into Italian the words in tDataRow

hi all

is there a method to translate into Italian the words: "Data Modified. Save/Discard Changes?", { "Save", "Discard", "Cancel" }
without modifying the tDataRow class?

TIA
by mauri.menabue
Wed Jan 08, 2020 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Translate into Italian the words in tDataRow
Replies: 2
Views: 600

Re: TARRAYDATA AND Eof()

... of records from the table, Edit, Modify, Delete. Append all in the memory only and finally, if decide to save, save all the changes at once or discard all changes. This process is extremely simplified in FWH1909. You can read a query directly into TArrayData object without first reading into ...
by nageswaragunupudi
Mon Oct 21, 2019 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TARRAYDATA AND Eof()
Replies: 9
Views: 1459

New FTDN September/Septiembre 2019 (FWH 19.09)

... can be used to read a batch of records from a DBF or MYSQL table. These records can be edited in memory, appended and deleted and then save (or discard) all changes including additions and deletions together to DBF or MySql table. - Method New() now has 3 alternative syntaxes New( aData, aStruct ...
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: 2898

FWSetLanguage( 2 )

... 2 )   agregando esta última ya que al usar xedit(), que explico Antonio en post anteriores, el mensaje aparece en inglés (save, discard, etc), pero no cambia el texto al castellano. ¿Lo tiene que cambiar? Luis
by surGom
Fri Aug 02, 2019 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda con HB_SetCodePage y FWSetLanguage : Migrar a Harbour
Replies: 2
Views: 769

New FTDN Oct. 2018 (FWH 18.10)

... pressed. When the left button is released, the crop is complete and the cropped image is displayed in a new dialog. The user can then either discard, save or copy the cropped image to clipboard with right-click. Programatically, crop action can be triggered by setting lCrop to .T. Programmer ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4233

Re: Very Old Date problem

Please discard my previous message. It looks to me more as an ::oGet:Insert() and ::oGet:OverStrike() issue

going to do some more tests
by Antonio Linares
Sun Oct 23, 2016 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very Old Date problem
Replies: 29
Views: 6283

Re: How to combine (or use) SDK dll into Fivewin HB/XHB?

When FWH was built those functions did not exist

Later on we could have modified FWH code to use them, and we don't
discard to do it in the future.

Anyhow FWH current code works very well :-)

but its true that we could remove those ifdefs and use those functions
by Antonio Linares
Fri Jul 03, 2015 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8214

Modification for TEdit

... 2 is a little more difficult, To maintain compatibility with TGet I split the bChange in 2 notifications, 1 is bChange that can be used for accept/discard a character, and bUpdate that is called after the value updates. So, Here the edit.prg modified: // Class TEdit for two characters support (Chinesse, ...
by AntoninoP
Fri Jul 03, 2015 1:36 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Modification for TEdit
Replies: 6
Views: 2804

Re: New FWH 15.05

... The PC is an Intel one. Also, in my opinion it´s not a good image when the user downloads a demo and he can´t run it. In most cases he would discard such faulty software, and thus loosing customers. In fact, modern antivirus tend to mark such software as potential damage and they block it. ...
by MOISES
Tue Jun 16, 2015 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.05
Replies: 26
Views: 5097

Re: For Mr. Nages

... SET DELETED ON: When you only use SET DELETED ON, as previously noticed, all the records are read from the dbf, analyzed and eventually discarded. Almost all browse systems use dbSkip() to move between records. So if you need to display record 150 and the next not deleted record is 850, ...
by mercurial
Thu Feb 05, 2015 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr. Nages
Replies: 8
Views: 1913

Re: New FWH 13.07

discard my last message. I have achived to run with VS2013.
by Horizon
Sat Jan 10, 2015 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.07
Replies: 13
Views: 4706

Re: Visual Studio with harbour

... -you are using it that way-) but if already has a source code editor why should we use another one ? I do all my coding from UEStudio, but I don't discard to use the Visual Studio one. I love its low level debugger. I have used it to step by step run C code and its wondeful. And it has much more ...
by Antonio Linares
Fri Jun 27, 2014 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5233
Next

Return to advanced search