Search found 24 matches: describing

Return to advanced search

Re: Can I get object from handle?

Hi, Horizon ! You can do this. In the TSAY application in the window method ::handleEvent() describing the processing of a unique event. For example: if valtype(nMsg)="C" oDlg:AControls[1]:SetText(msg) return endif ::Super... From the application with the button ...
by Natter
Thu Apr 13, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1371

Re: HBMK2 Problem linking

... tried many ways to populate this .txt file and I'm getting linking errors every single time, do you have any example or any other documentation describing how to do it? Ricardo, If you use: -ldflag=@libs.txt then you can specify in libs.txt the libs and the order that you want Thanks for you ...
by ricbarraes
Mon Jun 15, 2020 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5462

Re: ORM power in next FWH

oUsers:Invoices mimics "SET RELATION TO ..."

You select a user and invoices automatically deliver his invoices


I presume "users" is really describing customers?

You can use objects to do this too:

oCustomer:Invoices()
by James Bott
Thu Jul 25, 2019 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3711

Re: Example Business Object (Customer)

... The issue for us FiveWin programmers is that we do not have the type of ORM that you are describing. However we do have OOP. Even without the lower level ORM that you refer to, we can accomplish the same objectives with our OOP (even if ...
by James Bott
Tue Nov 27, 2018 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8644

Re: JSON Server Side with FiveWin

To better describe my project. I was hoping to build a generic JSON interface to work with MS Sql. In my case I was describing the data with a little more detail to enable the creation of a recordset on the remote side and I would fill the disconnected recordset with the json data. ...
by byron.hopp
Wed Mar 04, 2015 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Server Side with FiveWin
Replies: 5
Views: 1689

Re: Windows8 problem

... you Google it, you aren't even directed to the current build -- instead a 2007 build in SourceFuge. There is a document available somewhere here describing a complicated process for getting setup with Harbour. The complexity of the process makes me wonder how many subtle problems I'd have to ...
by Roger Seiler
Sat Oct 19, 2013 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5459

Re: Validate get

I did a poor job of describing my problem.

Since upgrading the FWH\Harbour the valid statement always finds cSS_Num empty, regardless of whatever the user may enter.
by DonDrew
Thu May 16, 2013 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate get
Replies: 10
Views: 1418

Re: Skinbuttons in Win8 not activ!?

Günther,

Could you please check if FWH/samples/testmdi4.prg is a good example for what you are describing ? thanks
by Antonio Linares
Mon Mar 04, 2013 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Skinbuttons in Win8 not activ!?
Replies: 13
Views: 1610

Re: xBrowse Table records with a subtree

... that won't work for any production size table, such as any master table -say the customers table that might contain 1M records. The control I'm describing here exists for other development languages. I was hoping I could get fwh developers interested un further enhancing xbrowse to do the same. ...
by reinaldocrespo
Sat Dec 15, 2012 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Table records with a subtree
Replies: 9
Views: 2197

Re: hb_hrbRun and some functions inside ...

Antonio Linares wrote:Rimantas,

function navigate_keys( VK_F5 )


There is a typo in the name (missing "s"), check it

oWnd:bKeyDown := { | nKey, nFlags | navigate_key( nKey ) }


No , Antonio , in mine source the function name is the same . I did mistake only here , describing problem .
by Rimantas
Tue Feb 21, 2012 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_hrbRun and some functions inside ...
Replies: 10
Views: 2131

Re: "FiveWin/3 Cannot create Dialog Box" errors?

... .. then compile the monolithic MyForms.rc and see if you get an error or naming conflict ?? I have found some strange problems like you are describing show up especially if you have a lot of forms. Rick Lipkin
by Rick Lipkin
Sun Jan 22, 2012 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "FiveWin/3 Cannot create Dialog Box" errors?
Replies: 22
Views: 10631

Re: Save and Restore Dialog Position

... I have: You noted to use a .ini file. Is there a particular function that creates (and writes to and reads from) a .ini file or is what you are describing simply the same as using 'Save To Something.Ini All Like oDlgCoors*' (and then using 'Restore From Something.ini All Like oDlgCoors* Additive'??? ...
by dpaterso
Thu Oct 27, 2011 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save and Restore Dialog Position
Replies: 6
Views: 1751

Re: A new Class TGantt

Tim, What you are describing is a standard Gantt chart. Typically, the horizontal scale can be hours, days, or months. You have a description, start, end, and percent complete which are all typical scheduling data and are used in a ...
by James Bott
Fri Oct 14, 2011 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new Class TGantt
Replies: 11
Views: 3997

alanit TInforme class

... the TInforme class I use in my programs of alanit. In the package is the source code of the class, a couple of examples of usage and a document describing the class. The examples in the packet are taken from my program el Puchero, which you can download from http://www.alanit.com ...
by José Luis Sánchez
Thu Feb 10, 2011 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: alanit TInforme class
Replies: 3
Views: 926

Re: A Database Design Question

You are describing the concept of roles. A person may have one or more roles; patient, doctor, dept head, vendor, etc. Using OOP you can create a classes that automatically handle this. These classes would also insulate the rest ...
by James Bott
Mon Mar 01, 2010 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Database Design Question
Replies: 7
Views: 1899
Next

Return to advanced search

cron