Search found 29 matches: branches

Return to advanced search

Re: Fine tune Phi2 from Microsoft with your own data

... schools. The commentaries are considered to be the word of the scholars and philosophers, and the source of all knowledge. What are the main branches of Vedanta? Some of the main branches of Vedanta are: - Advaita Vedanta: This is the school of Vedanta that was founded by Adi Shankara, a ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... branch and dept are character fields and rowid is an integer. The programmer feels it is convenient for him to consolidate tables from different branches into the main table at head quarters. Though I personally prefer using one autoincrement integer field as primary key, when we make FWH library ...
by nageswaragunupudi
Thu Aug 03, 2023 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 720

Re: Problem with xBrowse (Fixed)

... "HDR_EOS",; "HDR_TOU",; .... and in exchange you use cSql := "SELECT *,S.SUC_NOM FROM HdrVda H LEFT JOIN Branches S ON H.HDR_SUC = S.SUC_NUM ORDER BY HDR_FOL" FW_OpenRecordSet( oCn , cSql ) xBrowse(oRsHdr) You will see that the syntax without the "H" ...
by Cgallegoa
Tue Jun 06, 2023 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2166

Re: Problem with xBrowse

Mr. Rao:

Could you please add the HDR_SUC column and with LEFT JOIN access the BRANCHES table to obtain the name of the branch
and display it in the BROWSE?

In an input movement the HDR_SUC column must be null

With best regards
by Armando
Wed May 31, 2023 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2166

Re: xBrowse Sort a Tree by a column n on oItem:Cargo

...        SKIP      enddo      ENDTREE   ENDTREE   GO TOPreturn oTree  Is there a way to order this tree by the random number on column #2? The child branches would have to stay attached to its original parent branch. Any suggestions? Thank you, Reinaldo
by reinaldocrespo
Wed Jan 29, 2020 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Sort a Tree by a column n on oItem:Cargo
Replies: 4
Views: 889

Re: A problem with warnings

... solution to help migrating existing code written for xHarbour to Harbour, plus a means of documenting the differences between the these two branches of the language. The recommended path is to gradually migrate to use native core Harbour functions and core language elements, then finalize ...
by aferra
Tue Jun 20, 2017 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with warnings
Replies: 15
Views: 2582

Re: FWH: MySql/MariaDB: RowSet object

... reading the required part on demand (i.e., depending on the choice of the user). The parts can be split on the basis of some attrubute like Branches, Periods or even range of rows like 1-1000, 1001-2000, etc. Cleverly presented, this approach provides a satisfactory user interface. Still ...
by nageswaragunupudi
Wed Oct 05, 2016 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19553

Tree

Hi all !

How to make the opening of the branches was followed by prompting for a password ?
by Natter
Tue Sep 10, 2013 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tree
Replies: 2
Views: 960

Re: GIT

... to an underground trains map. Understanding them its tricky :-) I have already tried with forks (works great on bitbucket) and started with branches, but it takes time to learn them and at the same time not to break or loose anything :-)
by Antonio Linares
Wed Aug 07, 2013 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GIT
Replies: 6
Views: 1659

Re: [OT]Buenas practicas con GIT

... cuales son las ventajas reales de GIT sobre SVN aparte de lo que he comentado de que los repositorios se replican ? :-) El concepto de trunk y branches que comentas en tu blog tambien se puede hacer en SVN. Yo no he tenido necesidad de usarlo nunca, puesto que con el historico de cambios puedo ...
by Antonio Linares
Wed Apr 10, 2013 5:36 pm
 
Forum: Off Topic / Otros temas
Topic: [OT] Buenas practicas con GIT
Replies: 4
Views: 1267

New FTDN March/Marzo 2013 (FWH 13.03)

... * New: samples\darrell.prg shows how to iterate a XML searching for a specific node and listing its branches: http://forums.fivetechsupport.com/viewtopic.php?p=141398#p141398 * Enhancement: Some FWH debugger messages have been translated into english ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2502

Re: xBrowse Table records with a subtree

... the parent row on the same xbrowse. Just like a tree on a single xbrowse. Speaking in "tree" terms, in your sample picture, the branches of the tree shows on the left while the leaves of the tree shows on the right. you move on the branches, and the leaves changes. That's nice. ...
by reinaldocrespo
Sat Dec 15, 2012 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Table records with a subtree
Replies: 9
Views: 2184

xBrowse Table records with a subtree

... everyone; I'm interested on xbrowsing a table and then possibly show a subtree under each record. I should avoid reading the whole table into tree branches as the table may contain hundreds of thousands (if not millions) of records. The idea is to respond to a double click on a record by opening ...
by reinaldocrespo
Thu Dec 13, 2012 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Table records with a subtree
Replies: 9
Views: 2184

Re: click sobre tree con checkbox

... seleccionadas previamente. Y sip, en efecto, las funciones SrcOptsValues() y GetUOptsSld() se llaman recursivamente para recorrer todos los branches del tree. ya tienes la rutina para armar tu tree ? ya que ahi es donde esta el asunto para armar los "niveles" de tu tree. Saludos
by Raymundo Islas M.
Tue Jun 12, 2012 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: click sobre tree con checkbox
Replies: 7
Views: 1583

xbrowse and Tree

Hi everyone; I'm new to trees inside xbrowse. I intend to display a tree using xbrowse and allow the user to change the tree (branches and leafs) at any time (although based on the same data), therefore I would need to change the tree being viewed on the xbrowse. Is this possible? In ...
by reinaldocrespo
Mon Aug 08, 2011 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and Tree
Replies: 2
Views: 759
Next

Return to advanced search

cron