Search found 46 matches: indicator

Return to advanced search

Re: Animated gif as a process indicator.

My users, a resident, have a program through which they submit applications to IT staff. If an answer is given to the request, an animated gif pops up for the user procedure Viw_Kmt(pos) local oObj:='oWnd:aControls[1]:aDialogs[2]:aControls[1]'** pos - ­аpplication number  DEFAULT pos:=0    i...
by Natter
Wed Feb 08, 2023 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animated gif as a process indicator.
Replies: 1
Views: 215

Animated gif as a process indicator.

Based on Rao's "Transparent Window topic" I was trying to show a animated gif to be used as a processing/progress meter, so that people see the computer is processing data. It won't work :? Somebody with more succes ? #include "fivewin.ch"#include "gif.ch"function Main&...
by Marc Venken
Wed Feb 08, 2023 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animated gif as a process indicator.
Replies: 1
Views: 215

Re: Txbrowse Column Sort Indicator

Sorry, but I don't understand how to make it work.
by INFORMAISVRB
Mon Nov 21, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

Thank you very much But I couldn't understand where to implement I attach the complete function, in case it is easier to help me Sorry for not understanding *-------------------------------------------------------------------------------* Localiza Cadastro de fornecedores*---------------------------...
by INFORMAISVRB
Sat Nov 19, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

You should set
oCol:cOrder := "A"
for the SORTED COLUMN ONLY.

You have set this for all columns.
by nageswaragunupudi
Fri Nov 18, 2022 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

Thanks for the answer
It worked almost 100%, but it is updating all the columns.
I need only the Selected Column to be updated.
See the following images

Asc

Image

Desc

Image
by INFORMAISVRB
Fri Nov 18, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

Set the sorted column's data cOrder := "A" or "D" depending on Ascending or Descending sort and then calll RefreshHeaders

Code: Select all  Expand view
oBrw:cOrders := ""
oCol:cOrder := "A"
oBrw:RefreshHeaders()
by nageswaragunupudi
Fri Nov 18, 2022 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

not working
by INFORMAISVRB
Thu Nov 17, 2022 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

Márcio, Veja se ajuda:

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40363

Regrads, saludos.
by karinha
Thu Nov 17, 2022 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

Hi, thanks for replying, unfortunately it didn't work oDBx_Fornecedor :RefreshHeaders() look FUNCTION PROCURA_FORNECED_SQL(v_Ordenacao,v_Campo_Ordenar,v_Num_Col)     DEFAULT v_Ordenacao         :="A"    DEFAULT v_Campo_Ordenar     :="NOMFOR"    DEFAULT v_Num_Col          ...
by INFORMAISVRB
Thu Nov 17, 2022 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

Try with
Code: Select all  Expand view

   oBrw:RefreshHeaders()
 
by cnavarro
Thu Nov 17, 2022 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Txbrowse Column Sort Indicator

Hello to all friends There's a way to click on the Xbrowse column, it changes the sorting arrow according to the image Arrow up and down https://i.ibb.co/cJpQNPV/Whats-App-Image-2022-11-16-at-14-23-39.jpg OR https://i.ibb.co/sPvT19v/Whats-App-Image-2022-11-16-at-14-23-29&...
by INFORMAISVRB
Thu Nov 17, 2022 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Installation of mod_harbour as module or fastcgi handler

... programming. I'm not at all experienced with Harbour. Response Time: I got the response time via the chrom developer tools -> Network. The indicator is the TTFB (Time to first byte) value. This value tells me how long the server is busy with my request before it return it to my browser. ...
by chrisiwien
Fri May 21, 2021 9:22 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2875

Re: Change the value

Hi, Anserkk !

Yes, I can also use the clipboard. In this case, I wanted to use TGet as an indicator of accesses to App1. I solved it this way - inserted the handling of requests from App2 in the HandleEvent method of the App1 dialog box. Everything works
by Natter
Fri Nov 20, 2020 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the value
Replies: 2
Views: 360

Re: OT: Bluetooth Signal Meter

... correctly it will report on each adapter in the network stack. I never get anything other than zero. I am hoping to place a WiFi Signal Strength Indicator on my app screen for a handheld app. Thanks,
by byron.hopp
Sun Dec 29, 2019 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Bluetooth Signal Meter
Replies: 14
Views: 3287
Next

Return to advanced search