Search found 81 matches: levels

Return to advanced search

Re: hash for storing variables

... especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple levels of patchers and preprocessors for composing components resembles the OOP principle of composition. This enhances reusability and maintainability ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 523

TLINKLIST does not end after :End()

I use XBROWSE with :oTree for 2 levels, it works fine. But when I try with 3 levels. It shows strange behavior as picture. - 1st time, it shows correct. - 2nd time, it start with 2nd level instead of 1st level for 1st group - 3rd time, it ...
by dutch
Wed Jan 12, 2022 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLINKLIST does not end after :End()
Replies: 2
Views: 338

Re: help on a GPF situation

... Description compilation run-time ----------- ----------- ---------------------------------------- HB_TR_INFO HB_TR_ERROR All calls with levels HB_DEBUG are or erased from the code, so they have no HB_TR_LEVEL_INFO performance effect; only calls with levels HB_TR_ERROR, HB_TR_FATAL and ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: 1-to-many like Foxpro

Now the same program works for more levels.
Let us change the child table as
Image

Result:
Image
by nageswaragunupudi
Fri Sep 17, 2021 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1203

Re: Easyreport " the reverenge"

... and color, so making a table of colors and fonts is useless > Zoom is important. In my copy I can switch between 100% and 200%. Better would be levels. I am trying to compile the version that I found on github, in this version I have not found the zoom to be performed inside the area. If you ...
by Silvio.Falconi
Sat May 16, 2020 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easyreport " the reverenge"
Replies: 3
Views: 711

Re: Easyreport " the reverenge"

... colors for your reports. Then you have a consistent appearance. Zoom is important. In my copy I can switch between 100% and 200%. Better would be levels. You posted a very complex FastReport screenshot here. How much time did this invoice form take? The interface between FastReport and Fivewn ...
by Otto
Fri May 15, 2020 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easyreport " the reverenge"
Replies: 3
Views: 711

mod_harbour Genesis: How does it work?

... https://i.postimg.cc/wjt94QvP/view2.jpg There is only one menu left in our program to run this View. We will have a grid with 3 levels: Group, Subgroup and Item https://i.postimg.cc/K8mHRGX5/menu.jpg In the 3 level we will indicate that we want you to run our ...
by Carles
Sat Feb 15, 2020 5:38 pm
 
Forum: mod_harbour
Topic: mod_harbour Genesis: How does it work?
Replies: 1
Views: 518

Re: An easy way to make a tree-browse

... 1 ]         TREEITEM oItem PROMPT cGrp CARGO aRow      endif   next   ENDTREE   oTree:OpenAll()return oTree  Hi I have a tree of two levels (MariaDb's objetc) I need to evaluate if the 2nd Level is open. If open, Then I take an action. Only when double click on 2nd Level How I do ...
by MarioG
Fri Nov 15, 2019 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3518

Re: An easy way to make a tree-browse

Thank You very much. The infos I've been looking for to switch between the different levels. @ 50 , 20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ; DATASOURCE "CUSTOMER" ; COLUMNS "STATE", "STRZERO(INT(YEAR(HIREDATE)/10)*10,4) AS DECADE", ...
by ukoenig
Sat Jul 13, 2019 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3518

Re: OS Error .EXE is Not Responding

Dear Antonio ,

There are 6-7 PROCEDURE/FUNCTION levels, I need to arrange them into one file to be able to send you.


Thanks
Shridhar
by shri_fwh
Mon Apr 22, 2019 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error .EXE is Not Responding
Replies: 12
Views: 1847

How To XBRowse Tree From MariaDB Recordset Parent Child ?

... parent_id , name ) I have searched in the forum I found the example on MariaDB Xbrowse Tree but it is based on the Level. But do not know how many levels we have in the parent child relationship. Could you please help / post the example for the same. Thanks in advance...! Thanks Shridhar
by shri_fwh
Sun Mar 03, 2019 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To XBRowse Tree From MariaDB Recordset Parent Child ?
Replies: 7
Views: 1255

Re: LAN User Messaging Service

... the lowest level can only read data ( level 1 ) with the highest level of 4 ( supervisor ) can PACK files and got all permissions. If needed more levels can be defined. With this solution I can hide buttons and parts of the program for each user. http://www.pflegeplus.com/IMAGES/Login1.jpg ...
by ukoenig
Wed Jan 16, 2019 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: LAN User Messaging Service
Replies: 15
Views: 4313

FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

... ). nLevels defaults to 2. XBrowse automatically builds a tree object from the data using leftmost sorted columns up to the specified number of levels and also switches the browse to tree-view. We do not need to write any code for building the tree. \fwh\samples\xbrtree.prg You can see how simple ...
by nageswaragunupudi
Sun Jul 08, 2018 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 3603

Re: XBROWSE WITH oTREE OF 2 TABLES

Hi Rao,

Relative to your sample, can I request for another sample using MariaDB Parent-Child record set showing 4 levels of sub-tree :?:

Please..

:D
by fraxzi
Wed Jun 20, 2018 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE WITH oTREE OF 2 TABLES
Replies: 5
Views: 1401
Next

Return to advanced search