Search found 121 matches: modifies

Return to advanced search

Re: xbrowse problem with :bLClicked

... make mistakes, but sometimes it offers you very useful hints :-) Ai not run his test never and make errors Please run this test you can see the modifies not run ok #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"request dbfcdxrequest dbffptfunction Main()   local ...
by Silvio.Falconi
Mon Apr 22, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: copy a row of xbrowse

... dbf I manage the array and then save it in the dbf if I copy and paste a line even in the same xbrowse then I go to modify the copied line it also modifies the selected line while it shouldn't do so and then when I go to save it in the dbf it doesn't save the copied line and the selected one but ...
by Silvio.Falconi
Tue Dec 05, 2023 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5789

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

... browse. Not only display but we can also edit. When displaying the data XBrowse converts the data from OEM to ANSI and displays. If the user modifies the data though inline edit and save the changes, then XBrowse will convert ANSI to OEM and saves the data. So, the DBF continues to be OEM. ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

change xbrowse footer menu

... menu (sum, count, ave ...) for my own and saw messages about openAI writing harbour code so I tried it. I asked: "write harbour code that modifies xbrowse footer popup menu" Here is what I got: FUNCTION modifyXBrowseFooterPopupMenu()  LOCAL oPopupMenu AS Object  oPopupMenu ...
by reinaldocrespo
Fri Jan 06, 2023 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change xbrowse footer menu
Replies: 2
Views: 287

Re: Forcing to unlock a record

... to the newly revised record. If user2 wants to remake the changes, the program re-reads the record and goes back into edit mode. Next, user2 modifies the record again. When they go to save the changed data, the program again re-reads the record from the disk and then checks all the fields ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: Nuevo FWH 22.10

... the value: "ORIGINAL" if after making the change to "CHANGED" and doing the dbunlock, if before the dbrollback() another user modifies the value of CUST->CITY by "OTHER USER" when the rollback() is performed, what value will CUST->CITY finally have, "ORIGINAL" ...
by VictorCasajuana
Wed Nov 02, 2022 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 654

Re: say border RESOLVED

ssay modifies run but only when size of say is 20 if the say is 10 not show the line a little test to try #include "fivewin.ch"#include "SSay.ch"Function test()local oDlg,oFolder,oBarDialog,oFontDialoglocal ...
by Silvio.Falconi
Sat Nov 20, 2021 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2153

Re: today problem with savetodbf

Otto, making the modifies this afyernoon perhaps it can run the new record is ok the modify record is ok I have problems when I delete a row on xbrowse of yunus it delete with  :bKeyDown   := { |k| If( k == VK_DELETE, ( ...
by Silvio.Falconi
Thu Aug 19, 2021 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: today problem with savetodbf
Replies: 19
Views: 950

Re: today problem with savetodbf

... I use oRigheInvoice:ArrayToDBF( aData, cItemFlds,, .t., .t. ) run but I have on dbf another error If is a new record not save if is a edit record modifies the lines that are in the archive even if they are not of the same order number
by Silvio.Falconi
Thu Aug 19, 2021 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: today problem with savetodbf
Replies: 19
Views: 950

Re: flickering effect

... , th eprocedure show it only if the final user resize the dialog then I cannot edit the gets Please compile this test ( I correct it with your modifies)     #include "fivewin.ch"    #include "ttitle.ch"    request dbfcdx    request ...
by Silvio.Falconi
Fri Oct 02, 2020 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flickering effect
Replies: 9
Views: 759

Re: Fast Report´s future

... METHOD ShowDots( lNotShow ) CLASS TControl then it need to compile also the file cfunc.c where are the function for dots perhaps with these modifies the designer could run ok , I cannot try it , because I was never able to compile neither the original version nor the version of Cristobal
by Silvio.Falconi
Wed May 13, 2020 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6039

Need Help With xBrowse (Resolved)

... := "99" oBrw:aCols[ 3 ]:nEditType := EDIT_GET oBrw:bEditBlock := {|| W_253G( W_253->(RecNo()),3) } Problem is when the user modifies the column [3] [Days] data, the other fields [A1/A5/Gross] same row must be updated via calling a function [W_253G()] and the totals at bottom ...
by RiazKhan
Sat Apr 04, 2020 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With xBrowse (Resolved)
Replies: 6
Views: 1010

New FTDN February 2020 (FWH 20.02)

... xbrowse exits. If this classdata is set to .T., while exiting xbrowse, the original filters when starting the xbrowse are restored. Note: This modifies the behavior introduced in FWH1906. - ADO TIME field type (type:adTime): (x)Harbour ADO reads and writes adTime fields (corresponding to TIME ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4658

Re: request for Tcalex

tim, I'm trying to use tCalex. finally after two years i corrected many problems. the app init to run ok but need also other modifies. on tje picture you can see (i drawed it) i need a box colored with the subject and then i wish show (on week and day display more data info ) .I think ...
by Silvio.Falconi
Mon Oct 28, 2019 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: request for Tcalex
Replies: 2
Views: 501

Re: Error report (errsysw_.prg)

... work off a very recent copy of errorsysw.prg and then add in the extra data lines I need. Thus, my work adds to what already exists and otherwise modifies nothing. Thank you.
by TimStone
Fri Jul 05, 2019 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 2665
Next

Return to advanced search