Search found 85 matches: uvar

Return to advanced search

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> ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 561

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, ...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 938

New FTDN July/Julio (FWH 23.07)

... the 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 ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 938

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

... 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> ...
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: 2360

New FTDN December/Diciembre 2020 (FWH 20.12)

... ) 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> ...
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: 2360

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 TOTOVIOTTI
Wed Dec 16, 2020 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET KEY
Replies: 3
Views: 783

Re: Infield Top Aligned Form Labels

... <oFont> ] ; https://mybergland.com/FWForum/infieldget.jpg <nRow>, <nCol> FORMAT GET [ <oFGet> VAR ] <uVar> ; [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ; [ <memo: MULTILINE, MEMO, TEXT> ] ; [ <color:COLOR,COLORS> <nClrFore> ...
by Otto
Mon Oct 29, 2018 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9588

Re: Problem with Get in RibbonBar

... 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 Silvio.Falconi
Sat May 05, 2018 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2187

Re: TEdit y alineación del texto

... 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> ] ; [ ...
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: 897

Grabar en regedit Windows 7 32 Bits

... HKEY_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, ...
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: 1014

fiveweb: combobox seleccion

... ] + '">' + 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 ...
by silvinamazzaro
Tue Aug 09, 2016 12:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb: combobox seleccion
Replies: 13
Views: 2622

Re: Fivewin en version antigua (FW24)

... 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>] ...
by cnavarro
Wed Jun 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5077

Re: Fivewin en version antigua (FW24)

... 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>] ...
by cnavarro
Wed Jun 22, 2016 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5077

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> ...
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: 20159

Re: Methods of a variable

Functions like __objGetMethodList do not work with Scalar values. You can try this: uVar := "Hello" // Any data type xbrowser uVar:ClassSel() You can see all symbols understood by this Scalar Class. Some of them would be methods you may be interested in. ...
by nageswaragunupudi
Sun May 22, 2016 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Methods of a variable
Replies: 3
Views: 668
Next

Return to advanced search