Search found 433 matches: modifications

Return to advanced search

Re: Question about performance RowSet

... and saving a blank record. oRec := oCn:Record( cTable, cWhere )oRec:Edit() for editing a single existing record and saving the modifications. oCn:Record(...) creates a FWMariaRecord class object. This class is derived from TDataRow class and can be used/edited and saved like ...
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4031

Re: xbrowse No existe el metodo: LREADONLY

Mr Rao. It is difficult for us to support modified classes. Please try your sample with xbrowse as released by FWH without any modifications and see if you get any error. If you still get error, then please provide a small sample which we can test at our end. I stopped using my modified ...
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: xbrowse No existe el metodo: LREADONLY

It is difficult for us to support modified classes.
Please try your sample with xbrowse as released by FWH without any modifications and see if you get any error.
If you still get error, then please provide a small sample which we can test at our end.
by nageswaragunupudi
Sun Mar 03, 2024 3:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: xbrowse No existe el metodo: LREADONLY

Hi Mr. Rao. Are you sure you are using XBrowse without any modifications? Yes, I use a modified xBrowse method to use incremental seek with Tdolphin, here is the code I use // EXTENSIONES DE CLASS#include "FiveWin.ch"#include "hbclass.ch"#include ...
by albeiroval
Sat Mar 02, 2024 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: xbrowse No existe el metodo: LREADONLY

... => TXBRWCOLUMN:VALUE( 13576 ) indicates that the object is NIL. Are you sure you are using XBrowse without any modifications? Is it possible to have simple reduced sample, which we can try at our end? Code: *** oBrw:SetArray( aArray) <------------ no volver ...
by nageswaragunupudi
Sat Mar 02, 2024 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: Create a Panel width a text

... lines when the message is empty or is less than two lines the procedure must always ensure the default space (height) the last source after the modifications #include "FiveWin.ch"//#include "ribbon.ch"//----------------------------------------------------------------------------//static ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: copy a row of xbrowse

... is handled in your application. - When generating new unique IDs for pasted rows, make sure they do not conflict with existing ones. These modifications should enable copying and pasting multiple selected rows in your xBrowse control, with each row being treated independently after being ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5788

Re: Calculate total pages

nageswaragunupudi wrote:For now, we can do this test.
First let us make a few modifications to the Printer.prg:


Great idea, but the EMF that is produced here are pure binaries, no readable text inside them. What am I doing wrong?
by Enrico Maria Giordano
Mon Nov 27, 2023 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5875

Re: Calculate total pages

... the programmer and should happen without expecting the programmer to do any additional work. For now, we can do this test. First let us make a few modifications to the Printer.prg: Modification-1: Add a new data DATA   cLastPage INIT "#PGC#" Modification-2: Small modification to ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5875

Re: Xlsxlibhb_ver2

karinha wrote:Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly.


What are your modifications? Can you share them? Anyway, the current xHarbour builds don't need any modifications. They work fine as they are now.
by Enrico Maria Giordano
Wed Nov 22, 2023 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9007

Re: DBF . Commit

... Clipper related forums. In Harbour and Clipper: 1. When record or table is unlocked then just before this operations RDD writes all local modifications in table and index files. 2. DBSKIP(0) just like DBGOTO( RECNO() ) writes all local modifications (if any) and then discards local record ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339

Re: Disabled buttons at oBar not greyed out after using FWH1912

testbar.prg with minor modifications: https://imagizer.imageshack.com/v2/xq70/924/BhebBx.png https://imagizer.imageshack.com/v2/xq70/922/NWTQwe.png https://imagizer.imageshack.com/v2/xq70/922/rj3QTx.png ...
by nageswaragunupudi
Thu Sep 14, 2023 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1662

Re: problem with report to excel

... ',', cListSeparator )   endifreturn cRet  Please provide your feedback. Please use the original xbrowse and report programs of FWH without modifications.
by nageswaragunupudi
Mon Sep 04, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3376

Re: not ISOEM(), ISANSI() or IsUTF8()

... can click Add and Edit buttons of XBROWSER window and edit the data. You see the strings in ANSI, edit and modify in ANSI but XBrowse saves the modifications to the DBF in OEM. You can use the same DBF with you DOS applications like DBEDIT or XBase++ Even you can simultaneously operate the table ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: Listview Unicode for CLASS TGrid()

i guess it is while i have not use fw_parWide() / LPWSTR but LPTSTR

Yes.
If you like we can make the modifications.
by nageswaragunupudi
Wed Aug 30, 2023 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 410
Next

Return to advanced search