Search found 95 matches: adopted

Return to advanced search

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... ! Few optimizations. 2010-09-28 17:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/testbrow.prg ! Adopted to latest changes. 2010-09-28 16:58 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpbrowse.prg * contrib/hbxbp/xbptreeview.prg ...
by Pritpal Bedi
Mon Oct 11, 2010 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100950

To Antônio Linhares (RESOLVED)

Good morning!

In newer versions of FWH was adopted for the debug windows (fwdbg.dll).

How can I disable fwdbg.dll to use debug.lib (original xHarbour)?

thanks!
by tiaofw
Sun Oct 10, 2010 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antônio Linhares (RESOLVED)
Replies: 2
Views: 628

Re: Question about XBROWSE

On the subject raised about count of records, any RDD that uses bitmap filters counts records on the basis of bits that are on. DBFCDX is one ( Clipper adopted this in 5.3 from Comix)
by nageswaragunupudi
Wed Sep 29, 2010 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about XBROWSE
Replies: 32
Views: 8099

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/testbrow.prg * contrib/hbqt/tests/testqaim.prg * contrib/hbqt/tests/testres.prg ! Adopted to new hbQT syntax. Q*Class():new( ... ) => Q*Class( ... ) Regression is highly possible, so please verify. 2010-09-14 15:05 UTC-0800 Pritpal ...
by Pritpal Bedi
Mon Sep 20, 2010 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100950

Re: How to know the current control?

... focus, and any logic you use to find the focused control, the result is the VK button. For this application the best possible logic is what you adopted: oGet[1]:bGotFocus := {|| x := 1 } Encouraged by your posting, I made a simple program, basically using your logic. #include ...
by nageswaragunupudi
Sat Sep 11, 2010 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to know the current control?
Replies: 16
Views: 3506

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... * contrib/hbide/ideshortcuts.prg * contrib/hbide/ideskeletons.prg * contrib/hbide/idethemes.prg * contrib/hbide/idetools.prg + Adopted to latest Slots/Events protocol. + Renamed two classes and also their filenames. + Advanced: saving a report. WARNING: regression is highly ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100950

Re: xBrowse cell overlaps

Dear Marcelo, dear Rao, I've adopted your proposals and now my sample code looks as follows: FUNCTION Main()   LOCAL oDlg, oBrw, oCol, aRecord, nAt := 1      USE Customer      aRecord = Array( Customer->( FCount() ...
by frose
Mon May 03, 2010 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse cell overlaps
Replies: 8
Views: 1746

Re: Missing xBrowse oLbx:lHScroll / oLbx:lVScroll in FWH 10.2 ?

... from the time it was written. The sample I gave above works the same way in all versions. Did you check my sample in 10.1 and 10.2? The logic adopted by xbrowse is that if we want to hide scroll bars, we need to remove the style in the resource and also set lVscroll or lHscroll as .f. in the ...
by nageswaragunupudi
Fri Feb 26, 2010 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing xBrowse oLbx:lHScroll / oLbx:lVScroll in FWH 10.2 ?
Replies: 9
Views: 2268

Re: ADDING DATA INTO AN ARRAY....[X,Y]

... nil  This is a self contained program that can complied and executed independently. The program creates a sample DBF. The logic can be adopted to the actual requirements. I have used xHarbour with FWH 10.1. CT.LIB of xHarbour needs to be linked for the date functions.
by nageswaragunupudi
Tue Feb 23, 2010 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADDING DATA INTO AN ARRAY....[X,Y]
Replies: 14
Views: 4248

Re: xbrtree sample

Same logic. Variables and spellings should be adopted to your program. Here is the corrected parts of the code and RC file   WITH OBJECT oBrw:aCols[ 1 ]      :AddResource( 'TREE_LAPTOP' )      :AddResource( ...
by nageswaragunupudi
Wed Feb 10, 2010 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrtree sample
Replies: 10
Views: 2455

Re: Web based interface for FWH

Antonio, this a great new, I will be following it I think there are some option, I don't know what are you adopted - CGI - ClipXnet - Like PHP - ASP . . There is a Harbour contrib about a http server wrote in harbour, maybe it can be an start point will be multiplataform ? I ...
by Marcelo Via Giglio
Wed Jan 06, 2010 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web based interface for FWH
Replies: 44
Views: 13247

Re: The exact ISO 8601-Week-number-Calculation

... ) - 1 ) / 7 ) + 1  Second approach is computationally simpler and avoids the need to find the first thursday. This is the approah I adopted in the function I proposed. I repost the function below: function ISO8061WD( dDate )   local nWeekDay, dThu   nWeekDay       := DoW( ...
by nageswaragunupudi
Fri Dec 11, 2009 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The exact ISO 8601-Week-number-Calculation
Replies: 19
Views: 4654

Re: Again xBrowse and new line from TDatabase

... upon. This sample uses the sales.dbf in the fwh\samples folder. This is the logic I was using in the DOS-Clipper days. The skip block here is adopted from samples provided by Clipper for DBU and Browse in their sample folder. This needs to be improved but this is a working sample with a few ...
by nageswaragunupudi
Mon Oct 19, 2009 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again xBrowse and new line from TDatabase
Replies: 12
Views: 3243

Re: New FWH 9.07

... But there seems to be a small issue, which I am sure FWH team will fix in no time. I am reading and understanding their code and find that they adopted a new logic for transparency and I admire that. I am posting a screenshot to show that transparency works on Image also and at the same time ...
by nageswaragunupudi
Fri Jul 31, 2009 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.07
Replies: 12
Views: 2505

Re: XBROWSE : Error in method Delrepos

... I pushed this logic in to my copies of xbrowse and it was working satisfactorily to me. On this basis I suggested this enhancement and FWH adopted this. The intention of this enhancement ( or headache ) was to avoid the need to keep repeating the same code by the programmer in all his browses ...
by demont frank
Mon Mar 30, 2009 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Error in method Delrepos
Replies: 22
Views: 3642
PreviousNext

Return to advanced search