Search found 125 matches: inherited

Return to advanced search

Re: a very strange problem

Tim, TRecord's aBuffer array must be empty. The only way I can see that this would happen is the TData's aBuffer is empty and that is inherited from TDatabase. Perhaps you can confirm this by adding a temp button to display one of the values in aBuffer: define button oBtn...action msgInfo( ...
by James Bott
Fri Feb 27, 2015 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a very strange problem
Replies: 7
Views: 1376

Re: Problem Clicking on Fields in Dialog

Richard, That is the way I used to have it, and the problem existed with that format. So, I've been studying .RC elements, and we actually inherited a lot of the values from Borland Resource Workshop. However, that was for 16 bit OS and many of those elements ( ie. DISCARDABLE ) are no longer ...
by TimStone
Mon Feb 23, 2015 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3970

Re: Duda al compilar la Clase TDirPrint

... detaching: 102 102 In xHarbour ( for unknown to me reasons ) Clipper bug is explicitly emulated though it was possible to fix it because xHarbour inherited from Harbour the same early detaching mechanism with multilevel references so just like in Clipper xHarbour programmers have to carefully ...
by carlos vargas
Sat Jan 10, 2015 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda al compilar la Clase TDirPrint
Replies: 8
Views: 1308

Re: Font shift during program execution

... cSysFont := GetSysFont( ) DEFINE FONT oMfont NAME cSysFont SIZE 0,-12 BOLD The font is the default for everything ... it goes to oWnd, and then is inherited everywhere else: oWnd:SetFont( oMFont ) All dialogs inherit the font from oWnd. From the button bar on the main window, sometimes ( not every ...
by TimStone
Thu Aug 28, 2014 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font shift during program execution
Replies: 15
Views: 2665

Re: En tiempo de compilacion...

... by simple adding "{||" prefix and "}" suffix. The expression is not modified at all. Leading spaces in first '{' token are inherited from result pattern. If the expression starts with '{' token followed by '|' then Clipper PP recognize it as codeblock and does not add prefix ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1590

Error 160 using borland make ?

... Cacls.exe, and Xcacls.vbs. With icacls, administrators can view or modify access control lists for files and folders, to help understand and fix inherited permissions. Icacls inheritance options can be used to apply permissions to parent and child objects throughout the file structure any idea ...
by ukoenig
Mon Aug 25, 2014 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 160 using borland make ?
Replies: 7
Views: 2578

Clases UI

... I ask is that credits are kept in. PRGS Are some lessons for developing Metro style windows and dialogs UI classes and modified for use xBrowse inherited, and TRibbon TBar. These new classes I've done mainly for aesthetic reasons. Any comments or input would be greatly appreciated. Attached ...
by cnavarro
Sun Aug 03, 2014 8:23 am
 
Forum: Utilities / Utilidades
Topic: Clases UI
Replies: 40
Views: 11239

Re: DTPicker with empty date

David,

We could try to add a

METHOD KeyDown() VIRTUAL

as in Class TDatePick there is very little that we implement besides the basic functionality of the Windows datepicker class. Thats why I thought that maybe an inherited method as KeyDown() maybe interfering
by Antonio Linares
Thu Nov 14, 2013 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker with empty date
Replies: 2
Views: 1026

Re: Problem with TGET class in FWH 13.08

... to the Windows standard, or a least having a global option of setting all GETs to the Windows standard. I know the GET's current behavior has been inherited from the old Clipper behavior, but now Clipper behavior seems irrelevant. I'm not sure how easy it would be to change the default behavior ...
by James Bott
Sun Sep 29, 2013 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5660

Re: Changing bitmap on TBtnBmp at runtime

...   REDEFINE BUTTONBMP ::oBalance BITMAP "dotGreen" ID 501 OF ::oDlg TEXTRIGHT ;  The control is clearly TButtonBmp which is inherited from TButton and is basically a Windows Control. TButtonBmp does not have Method LoadBitmaps( .... ) but only Method LoadBitmap() with a single ...
by nageswaragunupudi
Sun Sep 22, 2013 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing bitmap on TBtnBmp at runtime
Replies: 7
Views: 1405

Re: XBrowse y Grupo de Columnas

...    You have to implement it according to the first post of this thread - The bitmaps in my example above does not have transparent background The inherited class to use and contains the above features the podre put in a few days when you have it refined. I changed the bitmaps by including FW You ...
by cnavarro
Thu Aug 22, 2013 12:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9648

Re: XBrowse y Grupo de Columnas

... developed. Con sus indicaciones gran parte de codigo de mi clase heredada lo eliminare With much of code indications of what will eliminate my inherited class Para salir de la aplicacion pulsar sobre el icono de usuario Le doy las gracias de nuevo Gran herramienta XBrowse. Hay que dedicarle ...
by cnavarro
Wed Aug 21, 2013 11:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9648

Re: XBrowse y Grupo de Columnas

... resolutions to adjust the number of rows and columns that can be used. I put pictures on a computer are 1366 x 768 But I use a custom class inherited from xBrowse with the following characteristics, which in my version FWH 12.03 were not included, and I had to make small changes: - Remove ...
by cnavarro
Tue Aug 20, 2013 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9648

Re: class TDatabase and ADO

Lucas, Class TDataBase does not provide ADO support currently, but it would be quite easy to create an inherited Class from TDataBase to support ADO. As I commented you, I am working on a project using ADO only, so actually I am focused on testing everything to get it working ...
by Antonio Linares
Wed Jul 17, 2013 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class TDatabase and ADO
Replies: 17
Views: 5144

Re: Paint Xbrowse

The problem was due to a proper class inherited that contained the lRegistered CLASSDATA. I realized to get a test message: "Object Window not found". Only Fixed issue with TRANSPARENT and color attributes of cells and columns Keep ...
by cnavarro
Sun Jun 30, 2013 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paint Xbrowse
Replies: 10
Views: 3597
PreviousNext

Return to advanced search