Search found 125 matches: inherited

Return to advanced search

Re: drag & drop box

Otto,

I have not tested your code yet, but I see a missing line that must be in FWH inherited classes from TWindow:

CLASSDATA lRegistered AS LOGICAL

Please check if that line makes any change in the problem you described, thanks
by Antonio Linares
Mon Jun 03, 2013 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: drag & drop box
Replies: 8
Views: 1637

drag & drop box

Hello Antonio, could you please help me with this drag & drop box. I inherited xTRich. The program is working so far that I can drag: files from the explorer, emails and links from the addressbar of the internet explorer. The problem is that I can’t get ...
by Otto
Sat Jun 01, 2013 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: drag & drop box
Replies: 8
Views: 1637

Re: FiveDBU with ADO support

Antonio The .mdb I sent you is a legacy database that I inherited for an invoicing application I have re-built using ADO ( ms jet ). I did try a different .mdb ( much simpler ) and it did open with FiveDbu. The database I sent you has had relations and ...
by Rick Lipkin
Sat May 04, 2013 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU with ADO support
Replies: 51
Views: 9167

Re: xHarbour class designations Protected and Hidden not working

And in class we created "inherited" from them?
You can create methods type SET / GET to use?

Yes. Inherited classes see protected as it should be.
In case of xHarbour they can see hidden also if they are in the same module.
But it is not a good practice to use them.
by nageswaragunupudi
Wed May 01, 2013 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour class designations Protected and Hidden not working
Replies: 6
Views: 1849

Re: xHarbour class designations Protected and Hidden not working

... this is a bug or intentional design. But in Harbour they are not visible outside the class, even in the same module. And in class we created "inherited" from them? You can create methods type SET / GET to use? regards
by cnavarro
Wed May 01, 2013 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour class designations Protected and Hidden not working
Replies: 6
Views: 1849

Re: odd behaviour in dialog with tabs and RETURN

... 13.02. You are using old Harbour and FWH versions. In current FWH sources, we use object:IsKindOf(), so there should be no problem if you use your inherited classes. Could you provide a small and self contained example to reproduce those problems in FWH 11.07 ? Anyhow, keep in mind that it is quite ...
by Antonio Linares
Fri Feb 22, 2013 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: odd behaviour in dialog with tabs and RETURN
Replies: 2
Views: 790

Re: ButtonBmp - Escape

... focus and we press ESCAPE, the dialog closes, but the MDICHILD still open. I think this behavior comes from the TButton class since TButtonBmp is inherited from that. With BTNBMP all works fine. //------------------------------------------------//PRUEBA 4 MDI + MDICHILD + DIALOG NOWAIT INCRUSTADO ...
by FranciscoA
Thu Dec 20, 2012 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp - Escape
Replies: 14
Views: 3155

Re: To Santa: xBrowse AutoSort and ADO Field names with spaces

... the field an 'alias' should work .. would be nice to just be able to use the native field names especially for tables with lots of fields. I inherited this ( complicated and sprawling ) Access database ( been a humbling experience ) and I NEVER would have used spaces to define field names. ...
by Rick Lipkin
Sat Dec 15, 2012 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Santa: xBrowse AutoSort and ADO Field names with spaces
Replies: 7
Views: 1611

Re: Error dtoc() with empty date-field in MySQL

... from SQL you should always test for Empty()... just in case, or you will wind up with an unexpected run-time failure... especially if you have inherited a database from another application\developer. Rick Lipkin ps .. note, some SQL databases ( ms sql server ) do not allow you to write ctod("") ...
by Rick Lipkin
Mon Oct 29, 2012 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error dtoc() with empty date-field in MySQL
Replies: 4
Views: 824

Re: List of changes between FWH7.10 and FWH12.06

... use of transparencies with Dialogs as well as the text placed within those Dialoges. The SetDlgGradient() function sets a global gradient that is inherited by all your forms. You can always change the value of SetDlgGradient() anywhere in your program, but you need to be mindful that the effects ...
by Rick Lipkin
Fri Jul 27, 2012 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of changes between FWH7.10 and FWH12.06
Replies: 3
Views: 1000

Re: Custom xBrowse

... my dialogs and controls. 2. I coded the first browse using original class TXBrowse, while i coded the second browse using the class CustmBrowse inherited from class TXBrowse. That's because i want to override the method Keydown() for the second browse. 3. Class CustomBrowse has only 1 method ...
by ryugarai27
Fri Mar 23, 2012 12:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Custom xBrowse
Replies: 12
Views: 3368

Re: Custom xBrowse

#1. While using Inherited XBrowse, you should use the name of your class in the RC file instead of TXBrowse, exactly as advised by Mr. StefanHaupt in his earlier post. #2. Your inherited class is not correctly coded. There is a sample ...
by nageswaragunupudi
Sat Mar 17, 2012 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Custom xBrowse
Replies: 12
Views: 3368

Re: Windows 8 - right and left hemisphere

... with the two brains concept. In fact I think they are not left and right sided, but in fact our "deeper" brain is the brain that we have inherited from previous species, and the "logical" brain is the one that differences us as "homo sapiens". Lately I tend to compare ...
by Antonio Linares
Fri Mar 16, 2012 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8 - right and left hemisphere
Replies: 12
Views: 4733

Running a MS Access database report with ADO

To All

Is there a way to run an embedded MS Access report with ADO .. I have inherited a large number of reports in an Access .MDB and want to take advantage of the report forms ..

Any Suggestions ?

Thanks
Rick Lipkin
by Rick Lipkin
Wed Jan 25, 2012 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running a MS Access database report with ADO
Replies: 0
Views: 247

New FTDN December/Diciembre 2011 (FWH 11.12)

... already availables for samples\FiveGen\* and FWH\Visual\* * New: Started the implementation of Class TWindow Method SaveToRC() and also for inherited classes. * New: DATA lVThumbTrack ( DEFAULT .f. ) in xbrowse.prg. When set to .t., xbrowse scrolls when thumb is dragged. Not suitable when ...
by Antonio Linares
Thu Dec 29, 2011 9:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2011 (FWH 11.12)
Replies: 0
Views: 1419
PreviousNext

Return to advanced search