Search found 694 matches: editing

Return to advanced search

Re: Question about performance RowSet

In the next release we will have: oRec := oCn:Record( cTable )oRec:Edit() for editing and saving a blank record. oRec := oCn:Record( cTable, cWhere )oRec:Edit() for editing a single existing record and saving the modifications. oCn:Record(...) ...
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: Question about performance RowSet

when i have a button to "insert' a new record, is there other way editing data without RowSet object? Please try this and let us know.   oData := TArrayData():New( oCn, "select * from <tablename> limit 1" )   oData:Record(,.t.):Edit()  ...
by Eroni
Wed Mar 20, 2024 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: Question about performance RowSet

when i have a button to "insert' a new record, is there other way editing data without RowSet object? Please try this and let us know.   oData := TArrayData():New( oCn, "select * from <tablename> limit 1" )   oData:Record(,.t.):Edit()  ...
by nageswaragunupudi
Sat Mar 16, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Question about performance RowSet

... field3 = 'x' " ) // 0.21 seconds   that's right? This difference in accumulated time when I need to obtain data from several tables for editing in multiple browsers becomes very large. For example, when i have a button to "insert' a new record, is there other way editing data without ...
by Eroni
Thu Mar 14, 2024 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: Google Graph extra graphic ? (Navaro)

Dear Mark,

well done!

Another way is updating after editing a xbrowse cell. If you let me know what cells will keep the values then we can do it also.

I am emailing you an updated webview DLLs that fix the resolution change. Please try them, thank you
by Antonio Linares
Thu Feb 22, 2024 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 17
Views: 500

Re: Mr. Rao, refresh a Tree

Mr. Rao: the browse recordset has several columns although in the browse I only show three, the ones necessary to form the tree, and the editing of all the columns is done in a dialog, I am going to upload a video to better explain my problem, may I?. For me and my client your support is very ...
by Armando
Fri Feb 09, 2024 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 556

future of Rich Text Editor maybe time to start with WEBVIEW

... user-friendly and flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration of real-time collaboration features similar to Google ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1427

Re: Definir font richedit5

... user-friendly and flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration of real-time collaboration features similar to Google ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 559

Re: Convert a print to Rtf or doc

... a browser object (oBrw), and buttons are created. The size and properties of these elements are set up to form a user interface for displaying and editing data. 2. Data Preparation An array aData is defined and filled with preliminary data to be displayed in the GUI. This data might include company ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3230

Re: Convert a print to Rtf or doc

Hello Marco, I've looked at the source code for editing document.xml in Word again. It's complicated and has no future. I'll post a small test program for HTML report later. HTML is so easy to configure and it works everywhere. Best regards, Otto ...
by Otto
Thu Nov 30, 2023 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3230

check on get

I would like to check if any get is modified during editing, if it is modified the procedure must ask the user to save or not when the user presses "Exit" I wanted to check if the gets have been modified I made #include"fivewin.ch"Function ...
by Silvio.Falconi
Fri Nov 24, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3750

Re: Problem with oBrowse:aDeleted

... There's probably something I don't understand I have two dbf Report.dbf (oDbf) Formati.dbf ( oDbfMod) have 30 fields +1 for recno() at first for editing I take a record on Report.dbf oRecord := oDbf:record() create am array from another archive  aDataForm := oDbfMod:DbfToArray( cItemFlds, ...
by Silvio.Falconi
Tue Nov 21, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with oBrowse:aDeleted
Replies: 2
Views: 212

Re: TGet():ReDefine - UTF8 encoding fails [Unsolved]

... <nMaxChars> ) Variable length Gets are implemented by FWH only. Such feature is not availabe in pure (x)Harbour. Only fixed length editing
by nageswaragunupudi
Sun Nov 12, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 279

TGet():ReDefine - UTF8 encoding fails [Solved]

Encoding fails - switches to Ansi - when editing and the PICTURE clause is involved! https://i.postimg.cc/Z5FK3Fk4/2023-11-12-10-49-24.png #include "fivewin.ch"#define ID_GET       4001#define ID_BUTTON    4002REQUEST ...
by frose
Sun Nov 12, 2023 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 279

Re: Eliminate Editing Icons XBROWSE MySql

Thanks for the advice. Double Click does open the edit screen but editing is disabeld because of the .t. in oTb:=oCn:RowSet( cQuery,.t. ) Using the code in my second posting, double click will not any more open edit screen. Better you use this version. Note: ...
by nageswaragunupudi
Tue Nov 07, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 332
Next

Return to advanced search