Search found 136 matches: fwh11

Return to advanced search

Changing default printer for current application only

Guys, I am getting different result here when I compile this code with my FWH11.08 and FWH1912. This is the old behavior that I want to retain. 1. Run program 2. Click menu Printer Setup 3. Select a different printer than windows default. e.g. Microsoft Print ...
by hua
Thu Mar 02, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing default printer for current application only
Replies: 2
Views: 340

Printer hDC is 0

... user via PrinterSetup() and saved to a text file.) XPRINTER oPrn PREVIEW MODAL NAME cRptTitle to cPrinter This code works with my old version of FWH11.08. With FWH1912+Harbour, if I set printer to "Microsoft Print To Pdf", it will generate error because hDC is 0. When I compare TPrinter:new() ...
by hua
Wed Feb 15, 2023 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer hDC is 0
Replies: 6
Views: 367

Different TEXT INTO results under different compilers

... When I compared the ppo generated by the compilers the implementation of TEXT INTO is drastically different How to fix this? TIA .ppo of xHarbour+FWH11.8 cGet := "" ; hb_setwith( {|_1| cGet += _1 } );__TextInto( "{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang17417{\fonttbl{\f0\fnil\fcharset0 ...
by hua
Thu Jan 12, 2023 3:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 304

TDatabase broken backward compatibility

When I upgrade some of my existing codes from FWH11.08 to FWH19.12, I found the following behaviour changes 1. The newer TDatabase will not change to the workarea of dbf opened using :open() 2. The newer TDatabase():save() under certain situation ...
by hua
Thu Nov 03, 2022 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 289

Re: xBrowse - how to oXbrw:gotop() after header is click?

Sorry, FWH11.08 is more than ten year old and did not support this.

Let me see the source code of FWH1108 and advise you.
by nageswaragunupudi
Fri May 27, 2022 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - how to oXbrw:gotop() after header is click?
Replies: 9
Views: 534

Re: xBrowse - how to oXbrw:gotop() after header is click?

Thanks for the prompt reply Rao.

But doesn't seem to work with FWH11.08. I ended up with an extra column called BONSORT
by hua
Fri May 27, 2022 3:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - how to oXbrw:gotop() after header is click?
Replies: 9
Views: 534

Re: TGet class difference FWH11.08 and 20.04 help please ...

DATA cVarName of any control/window is expected to store the name of the variable representing the control/window. But in case of TGet, it was storing the name of the variable being edited. This was fixed in FWH1207, but resulted in changing the contents of oGet:oGet:Name also. This is now fixed in ...
by nageswaragunupudi
Mon Mar 01, 2021 2:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet class difference FWH11.08 and 20.04 help (Solved) ...
Replies: 3
Views: 722

Re: TGet class difference FWH11.08 and 20.04 help please ...

Yes. In version 11.08, both oGet:cVarName and oGet:oGet:Name contained the symbolic name of the variable being edited. This was correct. The behavior of Gets created from source code as well as from resources was the same. But this change took place in version 12.07. From this version onwards till d...
by nageswaragunupudi
Sat Feb 20, 2021 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet class difference FWH11.08 and 20.04 help (Solved) ...
Replies: 3
Views: 722

TGet class difference FWH11.08 and 20.04 help (Solved) ...

Hello, I need some help with TGet class. A few month ago I start to upgrade my software from version FWH11.08 to 20.07 and saw differences in TGet functionality. In old version I get variable name with "oget1:oGet:Name" but in new FWH same code return name of get ...
by bosibila
Sat Feb 20, 2021 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet class difference FWH11.08 and 20.04 help (Solved) ...
Replies: 3
Views: 722

De vuelta tras 6 años por enfermedad.

... estos años no he podido leer, que me pusierais al día en general que hay de nuevo a partir de la versión creo recordar que yo usaba FWH09 o FWH11 exactamente no lo recuerdo porque los temas de trabajo lo tengo en otro portatil. Por ejemplo, clases nuevas, como está el tema de harbour, temas ...
by jll-fwh
Thu May 30, 2019 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De vuelta tras 6 años por enfermedad.
Replies: 10
Views: 1511

De vuelta tras 6 años por enfermedad.

... estos años no he podido leer, que me pusierais al día en general que hay de nuevo a partir de la versión creo recordar que yo usaba FWH09 o FWH11 exactamente no lo recuerdo porque los temas de trabajo lo tengo en otro portatil. Por ejemplo, clases nuevas, como está el tema de harbour, temas ...
by jll-fwh
Wed May 29, 2019 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: De vuelta tras 6 años por enfermedad.
Replies: 11
Views: 1299

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

Hua, Here is a more complete New() method. You can use this as a starting point for each class (one class for each database). The file is opened (with automatic retrys) and then the primary key index is set. So with just this one line of code you open the database, open the indexes, and set the ord...
by hua
Mon May 06, 2019 2:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 1976

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

nageswaragunupudi wrote:As always, we keep advising to open the dbfs by using methods of TDatabase only.

We advise the revise the function OpenDbfs() on these lines:
Code: Select all  Expand view
function OpenDbfs( aDbfs, lExcl, o )
    .
    .
    .
 


That's great! Thanks Rao
by hua
Mon May 06, 2019 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 1976

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

Nages,

We can understand from his code that he is using DBFNTX.


Thanks, I missed that. Maybe it is a good time to switch to CDXs.
by James Bott
Mon May 06, 2019 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 1976
Next

Return to advanced search