Search found 278 matches: modifying

Return to advanced search

Re: ComboBox GetKeyChar() Method

I added and tested this lines which serves the purpose.. i dunno if I made it right or any other ways so I can avoid modifying the original ComboBox source if any? ... I mean, I tried several ways as well.. http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/TComboBox_Mod_zps7z7l68bg.jpg ...
by fraxzi
Wed Sep 26, 2018 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox GetKeyChar() Method
Replies: 2
Views: 451

Re: MariaDB Recordset - amended

Hi Mr. Rao, I already started using this approach when modifying xBrowse Row (not all rows are displayed) ...oRs:bEdit := { |oRec| MyEditDialog( oRec ) }oRs:Edit()...  Very much convenient approach. As for oRs:Save(), ...
by fraxzi
Wed Jun 27, 2018 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Recordset - amended
Replies: 5
Views: 894

MariaDB Recordset - amended

Hi All,

How do I determine if RecordSet has been modified?

I am directly modifying oRs:field using GET or this is not the right approach?

:D
by fraxzi
Mon Jun 25, 2018 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Recordset - amended
Replies: 5
Views: 894

Re: Problem with Get in RibbonBar

thanks to all, only the modifying to the class TRBGroup works fine. it resolve also the problem of the 'cursor' and of the 'selection', but not the problem of the buffer. i have a button with a clause WHEN !Empty(cVar) .and. !Empty(cVar2) ...
by marzio
Mon May 07, 2018 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2203

Re: Error in FWH 18.01

Oscar,

> PrinterSetup () and GetPrintDC () were not modifying the system printer

Should they modify the system printer ?

why ?

We appreciate a more detailed explanation, thanks
by Antonio Linares
Sat Mar 03, 2018 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FWH 18.01
Replies: 4
Views: 844

Error in FWH 18.01

I changed line 438 of Printer.prg because PrinterSetup () and GetPrintDC () were not modifying the system printer. METHOD End() CLASS TPrinter   if ::hDC != 0      if ! ::lMeta         if ::lStarted            EndDoc(::hDC)         endif      else  ...
by ORibeiro
Thu Mar 01, 2018 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FWH 18.01
Replies: 4
Views: 844

Copying and Pasting Records

... values should not be repeated). For this purpose, the programmer can change the values of some fields or even the field names after copying by modifying the Hash. If required, programmer can use the handy utility FW_EditHash( hHash ) to let the user edit the values before pasting. Some Examples: ...
by nageswaragunupudi
Sat Feb 17, 2018 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying and Pasting Records
Replies: 3
Views: 864

Re: TTagEver class for FWH

No, José Luis Sánchez Navarro of Alanit did this class by modifying the Paco class called Tcloud, I modified the tagever class by inserting the three types of tags and other modifications.
I saw now Josè erased my contribution on github
I send you my modifications by mail
by Silvio.Falconi
Sat Feb 17, 2018 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTagEver class for FWH
Replies: 13
Views: 4139

Re: Program logic for years in a program

... N Problem is that requires structure modification. In my case I done : 1. Open new year user manual process: which consists in add new year field modifying database structure. Other (worst) solution is create ~ 30 new years fields at once. It supress database modification. 2. In browse a FOR NEXT ...
by hmpaquito
Thu Jan 18, 2018 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program logic for years in a program
Replies: 7
Views: 1985

Re: TXIMAGE error?

From FWH17.08, it is possible to replace default error dialog with your own dialog without modifying errsysw.prg

Code: Select all  Expand view

SetErrorDialog( bOwnDialg ) --> bPrevious
 


FWH instead of displaying the default error dialog will Eval( bOwnDlg, oError, aStack, cErrLogText, cErrLogFile )
by nageswaragunupudi
Mon Sep 18, 2017 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2552

Re: Add a function afther the errors has occured (SOLVED)

From FWH17.08, it is possible to replace default error dialog with your own dialog without modifying errsysw.prg

Code: Select all  Expand view

SetErrorDialog( bOwnDialg ) --> bPrevious
 


FWH instead of displaying the default error dialog will Eval( bOwnDlg, oError, aStack, cErrLogText, cErrLogFile )
by nageswaragunupudi
Mon Sep 18, 2017 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 674

Re: Database - 17.07 - Problems

Nages, You can get my email address at my website which is shown on my profile. I spoke too soon about reviewing and modifying TData to accommodate the new changes to TDatabase. It was reported by one TData user that removing the ::end() call in the new TDatabase TD_Destroy procedure ...
by James Bott
Tue Sep 05, 2017 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11989

Re: xBrowse Cell Edit

... <> Nil, Self:oEditGet:SelectNone(), Nil), .T.} would be handy so not to modify xbrowse. best regards, Frances Without modifying XBrowse, you can set XbrGetSelectAll( .F. ) 
by nageswaragunupudi
Tue Sep 05, 2017 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Edit
Replies: 8
Views: 1702

Re: TGraph 2 Y-axis for different's scales

...              CENTER                  //msgInfo( oGraph:nPenWidth )RETURN NIL // EOF Thank's James, I already did it, I think I'll give it a try modifying the tgraph class to show 2 Y-axis, and adding some required features as placing legends on top, left,right and bottom of the graph.
by hebert_j_vargas
Tue Aug 08, 2017 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph 2 Y-axis for different's scales
Replies: 20
Views: 3566

Re: TGraph 2 Y-axis for different's scales

Heber, Here is an example chart. I think this is the best we can do with TChart without modifying it. TChart cannot handle putting different axis increments on the right-hand side. And, ideally you would want to give the axis itself a label (like "Gas Flow MMPCD") ...
by James Bott
Mon Aug 07, 2017 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph 2 Y-axis for different's scales
Replies: 20
Views: 3566
PreviousNext

Return to advanced search