Search found 235 matches: ccaption

Return to advanced search

SetMultiSelectCol() on line

... MENUITEM "Deselect everything" action oBrw:SelectRow( 0 ) MENUITEM "Prints the selected lines" action PrintBrowse(oParent:cCaption,oBrw,oDbf) MENUITEM "Export the selected rows" action ExportToExcel(oBrw ) else // MENUITEM "Select the current row" action ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 178

Re: Cambio de imagen a 1 boton

... he intentado de esta forma pero solo me cambia el CAPTION DEFINE BUTTON oBoton1 OF oBar FILE "Efectivo.bmp" ; ACTION (oBoton1:cCaption:='Cheque',oBoton1:FreeBitmaps(),oBoton1:LoadBitMaps("Cheque4.Bmp"),oBoton1:Paint(),oBoton1:refresh(),Cobros()) ; MESSAGE "Mantenimiento ...
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: 289

Re: signatur.prg How can I know if the user has signed or not?

... "" SIZE 150, 40 PIXEL BORDER OF oDlg Objeto: oSig i need something like this, example: function Button_ValidSegnatur(oSig) if Empty(oSig:cCaption) MsgStop("It is mandatory to sign the document.") return .f. endif return .t.
by MGA
Fri Nov 11, 2022 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 397

Re: Child OF oWnd

... (Array)   x :=  hb_valToExp(oMain:aControls[ii]) __itemSetObj( __itemSetRef( {{HWND, 394868}, {NOLDPROC, 4294903408}, {CCAPTION, }, {CVARNAME, oSayActive}, {NID, 102}, {TWINDOW:NTOP, 864}, {TWINDOW:NLEFT, 10}, {NBOTTOM, 893}, {NRIGHT, 649.00}, {NSTYLE, 1342177280}, {NCLRPANE, ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 344

change the caption of a button

At the end of a procedure I try to change the caption of a button

the button are normal button class

oBtnCan:cCaption:="Chiudi"
oBtnCan:refresh()
oBtnCan:enable()

but not work
any solution please ?
by Silvio.Falconi
Thu Jun 09, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the caption of a button
Replies: 1
Views: 229

al Cargar cToolTip es muy leno

... este codigo: FOR Z= 1 TO 60 nSit:=Z REDEFINE BTNBMP oBtns[nSit] ID bId OF oDlg RESOURCE "asiento_sSS" NOBORDER CENTER UPDATE oBtns[nSit]:cCaption := AllTrim(Str( nSit )) oBtns[nSit]:cargo := nSit oBtns[nSit]:bLostFocus := {|oBtn| oBtn:lPressed := .t.} oBtns[nSit]:oFont := oFnt1 oBtns[nSit]:cToolTip ...
by jbrita
Wed Apr 06, 2022 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: al Cargar cToolTip es muy leno
Replies: 2
Views: 260

Re: Finding the caption of a Hash

... the label of the HASH I know that the keys are searchable with cZoek = "OFFERTE" if hb_HHasKey( hData, cZoek ) hApi["OFFERTE"]:cCaption is also giving the error. Normaly I put a Xbrowser as debugger, but also Xbrowse is only giving : Key and Value I suppose now that there are ...
by Marc Venken
Fri Apr 01, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 447

Re: Finding the caption of a Hash

Hi Marc,
I think hApi["OFFERTE"] gets the logical value of the checkbox object and the caption should be oCheckbox[1]:cCaption.

Regards, Detlef
by Detlef
Fri Apr 01, 2022 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 447

Re: two dimensional array

I need to make an array with two dimesion type oBtnNum[10,9 ] in order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do ...
by Silvio.Falconi
Fri Apr 01, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 330

Re: two dimensional array

I need to make an array with two dimesion type oBtnNum[10,9 ] in order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do ...
by dutch
Fri Apr 01, 2022 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 330

two dimensional array - resolved!!

I need to make an array with two dimesion type oBtnNum[10,9 ] in order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do ...
by Silvio.Falconi
Wed Mar 30, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 330

Re: Cual clase para crear Botones?

... REDEFINE BTNBMP oBtns[nSit] ID bId OF oDlg RESOURCE "asiento_ocu" NOBORDER RIGHT UPDATE oBtns[nSit]:cCaption := AllTrim(Str( nSit )) oBtns[nSit]:cargo := nSit oBtns[nSit]:bAction := {|oBtn| ReImpBoleto(CodControl,oBtn) } //NIL } saludos
by jbrita
Mon Dec 13, 2021 11:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual clase para crear Botones? (SOLUCIONADO)
Replies: 10
Views: 778

Re: Que Clase o control será ?

TSwitch class Command: #xcommand @ <nRow>, <nCol> SWITCH [ <oSw> VAR ] <lVar> ; [ PROMPT <cCaption> ] ; [ <of: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ <help:HELPID, HELP ID> <nHelpId> ] ; [ ...
by nageswaragunupudi
Fri Sep 03, 2021 5:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que Clase o control será ?
Replies: 3
Views: 652

Re: Xbrowse : Setup configuration file

... 5 ))) end if ::cid<>nil MENUITEM "保存显示格式" ACTION savestate(self) end separator MENUITEM "说明帮助" ACTION help(::ownd:ccaption) ENDMENU ACTIVATE POPUP oMenu2 AT nRow, nCol OF Self 6. http://www.xtech2.top/images/xbrowseset1.jpg http://www.xtech2.top/images/xbrowseset2.jpg ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1217

Re: Error of text on a dialog

Dear Mr. Rao,
is
METHOD Refresh() INLINE If( ::bGet != nil, ::SetText( Eval( ::bGet ) ),)
reading ::cCaption of :settext() method.
Thank you in advance
Otto
by Otto
Tue Jun 30, 2020 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error of text on a dialog- RESOLVED!!
Replies: 7
Views: 1040
Next

Return to advanced search