Search found 49 matches: branch

Return to advanced search

Re: Mr. Rao, refresh a Tree

Mr. Rao:

Perfect !

now what should I do to refresh a new branch?

Regards
by Armando
Mon Feb 12, 2024 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 728

Mr. Rao, refresh a Tree

Mr. Rao: could you make a small example to make a Tree from an xBrowse for a fool like me, allowing to modify a branch and refresh the browse? I have seen several answers in the forum but none to refresh the browse Just I have this code:             REDEFINE XBROWSE oBrw ID 200 ...
by Armando
Wed Feb 07, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 728

Re: Fine tune Phi2 from Microsoft with your own data

... end of the Vedas". The Vedas are the oldest scriptures of Hinduism, which contain hymns, rituals, and philosophical teachings. Vedanta is a branch of Hindu philosophy that aims to understand the nature of reality, the self, and the supreme being. What are the main schools of Vedanta? There ...
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: IMPRESION ARCHIVOS PDF

... Show: https://codeberg.org/seigakaku/libharu/src/branch/master/demo/ttfont_demo_jp.c Regards, saludos.
by karinha
Tue Oct 10, 2023 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1596

Re: FW 23.07 Xbrowse, oCol:Cargo is NIL

... nFor ]:Cargo, "" ) ) } ) ) > 0  Because my Cargo is from type hash and not character. If the entire elseif branch is commented out, the program will run, but then all oCol:Cargo will be deleted in xbrowse.prg, line 5823: ::Cargos    := nil If the line is ...
by frose
Sun Sep 10, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 255

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

... and preferences. I personally know such cases of very complex primary keys. Just those programmers' choice. eg: constraints like PRIMARY KEY (BRANCH,DEPT,ROWID) where branch and dept are character fields and rowid is an integer. The programmer feels it is convenient for him to consolidate ...
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: 719

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: 2165

Re: Problem with xBrowse

... movements in a warehouse, inputs and outputs, at the outputs You must fill in the HDR_SUC field that contains the number of the destination branch, it is not the In the case of entries, there is no destination branch, for this reason the field is Null The funny thing is that just reversing ...
by Armando
Sun May 28, 2023 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2165

Re: TWebView() and Google Group Account

c:\>git clone --branch up/set-user-agent https://github.com/SteffenL/webview webview_useragent Then open a "Developer command prompt for VS2022" as administrator and go to c:\webview_useragent\script\ and run build.bat ...
by Antonio Linares
Sat Jul 02, 2022 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1606

Re: Construir Harbour con BCC 63 7.4

Ya ese branch eras mas compatible con mingw que con lis borland...
by carlos vargas
Mon Nov 15, 2021 5:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construir Harbour con BCC 63 7.4
Replies: 4
Views: 894

Re: Display the text vertically

You are totally right Mr. Rao, I failed to expalin correctly what I wanted. The first column of my xbrowse has the branch the employees are assigned to, and i have it merged, what I really wanted to achieve was to show the text in vertical orientation in to the merged cells, and ...
by Marc Venken
Thu Sep 10, 2020 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 1950

Re: Display the text vertically

You are totally right Mr. Rao, I failed to expalin correctly what I wanted. The first column of my xbrowse has the branch the employees are assigned to, and i have it merged, what I really wanted to achieve was to show the text in vertical orientation in to the merged cells, and ...
by mariordz
Thu Sep 10, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 1950

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

... I'm thinking perhaps I did not explain my question well enough. Suppose I want to order this tree below by the 2nd column of each parent branch (that branch is the state name with folder bmp). This sample code is from xbrwTree.prg on the Samples folder. Notice I only changed a line to ...
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

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

Hello everyone; I'm looking to sort an xbrowse displaying a tree. Sorting should be by cargo contents [n] on Tree item branch. For example: suppose I wish to sort this tree by oItem:Cargo[ 2 ] and then refresh the xbrowse showing the newly ordered tree.    ::oTree := NIL    TREE ::oTree ...
by reinaldocrespo
Tue Jan 28, 2020 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Sort a Tree by a column n on oItem:Cargo
Replies: 4
Views: 889

Re: TTREEVIEW como cambiar el elemento seleccionado

... '+ cMes ) oSel := oTree:Scan( { | o | cMes $ o:cPrompt } ) oTree:Select( oSel ) el metodo Scan(bAction) del oTree te devuelve el objeto del branch correspondiente y al metodo SELECT(obj) le pasas dicho objeto y listo.
by rterraz
Sun Aug 07, 2016 8:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTREEVIEW como cambiar el elemento seleccionado
Replies: 6
Views: 1479
Next

Return to advanced search