Search found 3478 matches: refresh

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

... nItem ]:End() HB_ADel( oPanel:aControls[ nItem ], nItem, .t. ) ASize( oPanel:aControls, Len( oPanel:aControls ) ) oPanel:SetRange() oPanel:refresh() I saw on oPanel:aControls there are also the records https://i.postimg.cc/QNKWmS1C/mm.png also if I make ASize( oPanel:aControls, ...
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 850

Re: COMBOBOX

Ruth,

Often many of us who have done this a long time need to ask questions to "refresh" our thinking on even basic items. It is always fine to ask any questions.

Tim
by TimStone
Thu Feb 29, 2024 2:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 322

To Nageswrao Del Objs on TscrollPanel

... with aData I wish erase the obj on TscrollPanel When Click (SetCheck) on one items on xbrowse except product number 1 and del item on adata and refresh the oBrw how I can resolve ? I Tried with ( but run bad) FOR i := 1 TO LEN(oBrw:aCols) oCol := oBrw:aCols[ i ] oCol:bLDClickData := { || Erase_Items(oBrw,oPanel) ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 850

Re: Create a Panel width a text

... the right height and resize the panel (oPanel2) and in turn oPaneltext where the text of the message is located. Finally the procedure must refresh all panels except the first one, so that the following panels are one behind the other. There is no method in the Texplorerbar class to refresh ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3303

Re: Mr. Rao, refresh a Tree

Mr. Rao:

Thanks, I'll try it.

Regards
by Armando
Wed Feb 14, 2024 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 795

Re: Cambio de imagen a 1 boton

... ; ACTION (oBoton1:cCaption:='Cheque',oBoton1:FreeBitmaps(),oBoton1:LoadBitMaps("Cheque4.Bmp"),oBoton1:Paint(),oBoton1:refresh(),Cobros()) ; MESSAGE "Mantenimiento de Cobros"; PROMPT "Cobros" oBoton1:lTransparent = .t. y se que solo estoy cambiando ...
by José Camilo
Wed Feb 14, 2024 3:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 312

Re: Mr. Rao, refresh a Tree

... "Delete" SIZE 100,40 PIXEL OF oDlg ACTION ( ;      oBrw:Delete(), oBrw:oTreeItem:Delete(), oBrw:Refresh(), oBrw:Change() )  ;      WHEN oBrw:oTreeItem:Cargo > 0   ACTIVATE DIALOG oDlg CENTERED  ...
by nageswaragunupudi
Tue Feb 13, 2024 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 795

Re: Salir de una validación

no funcionaría como

valid (ngarante1=0 .or. (VeoGaran(@nGarante1,@cVeoGaran1,.t.) .and. (oGarante1:Refresh(),oVeoGaran1:Refresh(),.t.) )
by Marco Augusto
Tue Feb 13, 2024 1:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Salir de una validación
Replies: 6
Views: 310

Re: Mr. Rao, refresh a Tree

This is a sample code. Still this does not support Append or Delete. I will show that in my next sample. I suggest this way of edit dialogs. #include "fivewin.ch"#include "dbcombo.ch"static oMarcas, oModelosfunction Main()   local oCn, oRs, cSql   loca...
by nageswaragunupudi
Tue Feb 13, 2024 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 795

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

Re: Mr. Rao, refresh a Tree

When you edit and modify the value of the field "PAR_DES", then you should also change the prompt of treeitem also like this:
Code: Select all  Expand view
oBrw:oTreeItem:SetText( cNewValue )
by nageswaragunupudi
Mon Feb 12, 2024 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 795

Salir de una validación

... GET oGarante1 VAR ngarante1 PICTURE "9999" ID Con_Garante1 OF oDlgCF valid VeoGaran(@nGarante1,@cVeoGaran1,.t.) .and. (oGarante1:Refresh(),oVeoGaran1:Refresh(),.t.) si oprimo ESCAPE en el GET me cierra el dialogo. Aclaro que de la funcion que valida ( VEOGARAN ) puedo salir con ...
by José Camilo
Mon Feb 12, 2024 6:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Salir de una validación
Replies: 6
Views: 310

Re: Mr. Rao, refresh a Tree

Mr. Rao.

Ok

Thanks for your effort
by Armando
Sat Feb 10, 2024 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 795

Re: Mr. Rao, refresh a Tree

Recd
I will get back to you
by nageswaragunupudi
Fri Feb 09, 2024 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 795

Re: Mr. Rao, refresh a Tree

Mr. rao:

Sent it.

Regards
by Armando
Fri Feb 09, 2024 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 795
PreviousNext

Return to advanced search