Search found 32 matches: reproduced

Return to advanced search

Re: DBF . Commit

Mr. Enrico We all accept that you are an authority on Harbour and more on xHarbour. But the documentation I reproduced here is xHarbour documentation as it is. (This documentation was released by xhb.com) https://imagizer.imageshack.com/v2/xq70/924/wq8ldn.png ...
by Enrico Maria Giordano
Sun Oct 22, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2345

Re: DBF . Commit

Mr. Enrico We all accept that you are an authority on Harbour and more on xHarbour. But the documentation I reproduced here is xHarbour documentation as it is. (This documentation was released by xhb.com) https://imagizer.imageshack.com/v2/xq70/924/wq8ldn.png ...
by nageswaragunupudi
Sun Oct 22, 2023 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2345

Re: Webview question

... me what I'm doing wrong? Additionally, what about the problem of the ghost window being displayed after calling TWebView:new()? This problem is reproduced in the other webview samples, i.e. webview5.prg. Thanks, Randal
by Randal
Thu Jun 29, 2023 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2932

Wine under Mac with FWH app

... from:TMDIFRAME:ACTIVATE(1036) Called from:PMSYS:ACTIVATE(243) Called from:MAIN(53) CPU type: VirtualApple @ 2.50GHz 2400 Mhz The error cannot be reproduced under Windows. it only happens under Wine. Any ideas? Thank you. Reinaldo.
by reinaldocrespo
Fri May 13, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 514

TWeb CLASS emulation in HARBOURINO

... lecture. Many thanks to everyone and especially to Richardo. While watching the presentation, I got a good idea for 'Harbourino style'. I have now reproduced the CLASS TApp with a HASH. The method e.g. METHOD Get (cKey, uKey) is now a simple hash function: hb_HGet (<hTable>, <Key>) ...
by Otto
Sat Nov 14, 2020 11:47 am
 
Forum: mod_harbour
Topic: TWeb CLASS emulation in HARBOURINO
Replies: 1
Views: 292

Re: xBrowse anomoly

We tried to reproduce the problems you mentioned. I create a browse ( perhaps with an array ), with headers and columns. But the code you reproduced is for TDatabase object. So we tested with both Array and TDatabase with the same data. This is our test program: #include "fivewin.ch"REQUEST ...
by nageswaragunupudi
Tue Dec 03, 2019 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3546

Re: Rpreview issues - PDF

... advantage of using Image2PDF is that it produces pdf with very tiny size and are suited well for attaching to emails. In my earlier post, I reproduced PDF generated by all the three methods. Both word and FWH internal function reproduce colors and alignment more accurately than Image2PDF. ...
by nageswaragunupudi
Wed May 01, 2019 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7347

Re: Rpreview issues - PDF

... accurately. I can not explain the reasons. However, still the attraction is the tiny size of pdf files generated by image2pdf. In fact, image2pdf reproduced colors printed by using :SayText() correctly but not background colors printed with :Say().
by nageswaragunupudi
Wed Apr 24, 2019 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7347

Re: SayBarCode control

... in the support: this imbalance introduces an interference in the reading of the information that can deteriorate the quality of the audio / video reproduced, limiting the speed in extracting information (or inhibit it altogether), causing noisy resonances in the mechanics of reproduction systems ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6533

Unicode characters displaying as ANSI on windows title bar

... fixed it but I did just spend the last few minutes trying to isolate it to root cause. It appears to only happen with an MDI window, and can be reproduced by a simple edit of c:\fwh\samples\mdi.prg. This issue doesn't show up everywhere, for example I don't see the issue on Windows 10 but I ...
by rhlawek
Thu Jul 05, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters displaying as ANSI on windows title bar
Replies: 11
Views: 1861

Re: FWH 64 drag and drop

As stated in my post, I did test with testdrop.prg from the samples folder and reproduced the issue with no difficulty. Using VS 2015. This is also on Windows 10 64 bit, I haven't verified it outside of this environment yet. But, as I stated, this had been working ...
by rhlawek
Thu Oct 27, 2016 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 drag and drop
Replies: 3
Views: 708

FWH 16.09: RowSet AutoAppend feature

... when we create a browse with autoappend and turn off at other times. fwh\samples\maria09.prg (FWH 16.09) demonstrates this feature. The program is reproduced below. In addition to auto-append feature, this program also demonstrates other features that are usually required in similar situations. ...
by nageswaragunupudi
Tue Oct 25, 2016 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.09: RowSet AutoAppend feature
Replies: 0
Views: 666

Re: xbrowse MakeTotals()

... reproduce problem #1 you can try code like this: oBrw:ColHeaderName:bChange := { || oBrw:MakeTotals() }  Problem #2 can be reproduced when working with trees (linked lists) and my code above can be used to test. I will start a new thread about problem #2 in hopes that someone ...
by reinaldocrespo
Sat Mar 28, 2015 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1680

Re: XBROWSE FWH1305 : error in SetColFromRDD

... := ValType( Eval( ::bEditValue ) ). I shall give here the actual fix adopted: Please see the code from line 8362 to 8371 The existing code is reproduced below:            otherwise               :cDataType     ...
by nageswaragunupudi
Mon Jun 24, 2013 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FWH1305 : error in SetColFromRDD
Replies: 3
Views: 649

Re: MSVS 2012

... testing, your copy has this function. It only gpf's with Harbour BCC or MSVC. This happens at second call , very easy to reproduce Antonio and i reproduced it . At this stage , Codejock is not yet useable with Harbour, memory is not properly released and that can make a serious problem , we have ...
by Richard Chidiak
Tue May 21, 2013 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099
Next

Return to advanced search