Search found 86 matches: uvar

Searched query: uvar

by RiazKhan
Thu Aug 22, 2024 4:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 1762

Re: ListBox Input Field Scrolling........

... nItem,2),oBrowse,355,.F.,0,aAcc_Desc})




*---------------------------------------------------------------------------*
FUNCTION HEditCol( nCol, uVar, cPicture, bValid, nClrFore, nClrBack,aItems, bAction, aVarArry ...
by cnavarro
Sun Dec 24, 2023 10:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 1122

Re: Definir font richedit5

Look commad for RICHEDT5

#command @ <nTop>, <nLeft> RICHEDIT5 [ <oRTF> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ FONT <oFont> ] ;
[ <pixel: PIXEL> ] ;
[ MESSAGE <cMsg> ] ;
[ <lHScroll: HSCROLL> ] ;
[ <readonly: READONLY, NO MODIFY> ] ;
[ WHEN ...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 5899

Re: New FTDN July/Julio (FWH 23.07)

... devuelve
oItem:cPromt y en caso contrario devuelve 'nil'.
Si n está dentro del rango, oItem[ n ] := newValue también funciona.

* Función XEval( uVar, p1, p2, ... ) mejorada.
Ahora uVar también puede ser un nombre de función que termine con "()".
Si la función nombrada está enlazada, la función ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 5899

New FTDN July/Julio (FWH 23.07)

... size and if n is '0' returns
oItem:cPromt and else returns 'nil'
If n is within the range, oItem[ n ] := newValue works too.

* Enhanced XEval( uVar, p1, p2, ... )
Now uVar can also be function name ending with "()".
If the named function is linked, the function is executed
with params p1,p2 ...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 6307

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

... de botones.

- Añadida una barra de botones para controlar la definición del control RichEdt5.
#command @ <nTop>, <nLeft> RICHEDIT5 [ <oRTF> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ FONT <oFont> ] ;
[ <pixel: PIXEL> ] ;
[ MESSAGE <cMsg> ] ;
[ <lHScroll ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 6307

New FTDN December/Diciembre 2020 (FWH 20.12)

... nR, nC, nT )
Show / Hide ButtonBar

- Added ButtonBar to control RichEdt5 definition
#command @ <nTop>, <nLeft> RICHEDIT5 [ <oRTF> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ FONT <oFont> ] ;
[ <pixel: PIXEL> ] ;
[ MESSAGE <cMsg ...
by TOTOVIOTTI
Wed Dec 16, 2020 11:59 am
Forum: FiveWin para Harbour/xHarbour
Topic: SET KEY
Replies: 3
Views: 929

SET KEY

... ACTIVATE WINDOW oWnd

return nil

//----------------------------------------------------------------------------//

function ShowMsg( cProc, nLine, uVar )

local oDlg

msgstop(cproc)
msgstop(nline)
msgstop(uvar)

DEFINE DIALOG oDlg FROM 2, 2 TO 8, 20 TITLE "I am a Dialog"

@ 1, 1 BUTTON "&Ok ...
by Otto
Mon Oct 29, 2018 7:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 12298

Re: Infield Top Aligned Form Labels

... nHeight> ];
[ INFIELDFONT <oFont> ] ;

https&#58;//mybergland&#46;com/FWForum/infieldget&#46;jpg

<nRow>, <nCol> FORMAT GET [ <oFGet> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <memo: MULTILINE, MEMO, TEXT> ] ;
[ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ;
[ SIZE <nWidth ...
by Silvio.Falconi
Sat May 05, 2018 8:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2777

Re: Problem with Get in RibbonBar

try to change movements of Mouse

Static Function GetTimeDblClick()
local oReg := TReg32():New( HKEY_CURRENT_USER, "Control Panel\Mouse" )
local uVar

uVar := oReg:Get( "DoubleClickSpeed", "500" )

IF uVar == NIL
uVar = 500
ENDIF
oReg:Close()

RETURN Val( uVar )
by cnavarro
Tue Feb 20, 2018 2:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TEdit y alineación del texto... Solucionado!!!
Replies: 6
Views: 1092

Re: TEdit y alineación del texto

... alineado a la izquierda, esté alineado a la derecha ???

Gracias.

Utiliza la clausula RIGHT


#command @ <nRow>, <nCol> EDIT [ <oEdit> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <lMemo: MEMO,TEXT,MULTILINE> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <lPixel: PIXEL, PIXELS ...
by Compuin
Sun Jan 01, 2017 2:04 am
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar en regedit Windows 7 32 Bits
Replies: 1
Views: 1058

Grabar en regedit Windows 7 32 Bits

... CURRENT_USER 2147483649

//---------------------------------------------------------------------------//

function Main()

LOCAL oReg, cName, uVar

oReg = TReg32():New( HKEY_CURRENT_USER, "SOFTWARE\Medida\Etiqueta" )
IF oReg:nError <> 0
oReg = TReg32():Create( HKEY_CURRENT_USER, "SOFTWARE ...
by silvinamazzaro
Tue Aug 09, 2016 12:42 pm
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb: combobox seleccion
Replies: 13
Views: 3092

fiveweb: combobox seleccion

... option value="' + aItems[ n ][ 1 ] + '">' + aItems[ n ][ 1 ] + "</option>"
else
? '<option value="' + aItems[ n ] + '"' + ;
If( AScan( aItems, uVar ) == n, " selected ", "" ) + '>' + aItems[ n ] + "</option>" ---->esto es lo que no me anda
endif
next

...deberia hacerlo pero no lo hace
. en ...
by cnavarro
Wed Jun 22, 2016 9:12 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 6395

Re: Fivewin en version antigua (FW24)

... DTPICKER.CH) to create this kind of control with the typical
syntax of all Fivewin controls:

@ <nRow>, <nCol> DTPICKER [ <oDTPicker> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ VALID <ValidFunc> ] ;
[ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ;
[ SIZE <nWidth>, <nHeight ...
by cnavarro
Wed Jun 22, 2016 9:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 6395

Re: Fivewin en version antigua (FW24)

... DTPICKER.CH) to create this kind of control with the typical
syntax of all Fivewin controls:

@ <nRow>, <nCol> DTPICKER [ <oDTPicker> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ VALID <ValidFunc> ] ;
[ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ;
[ SIZE <nWidth>, <nHeight ...
by cnavarro
Fri Jun 10, 2016 9:26 am
Forum: FiveWin para Harbour/xHarbour
Topic: Ver PDF dentro de la aplicación
Replies: 60
Views: 24132

Re: Ver PDF dentro de la aplicación

Fernando


#command @ <nTop>, <nLeft> RICHEDIT5 [ <oRTF> VAR ] <uVar> ;
[ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ FONT <oFont> ] ;
[ <pixel: PIXEL> ] ;
[ MESSAGE <cMsg> ] ;
[ <lHScroll: HSCROLL> ] ;
[ <readonly: READONLY, NO MODIFY> ] ;
[ WHEN <uWhen ...