Search found 66 matches: uval

Return to advanced search

Re: Juan Planelles Lazaga

... == 0 nAvance := 1 nIndex := 1 + nAvance endif oBmp:hBitmap = aBmp[ nIndex ] oBmp:Refresh() lWork := .f. endif return nil Static Function Fuentes( uVal ) //Bold, lItalic, lUnderline, lStrikeOut, nAncho ) local oFont, nFont, oFont2, nMargend //, cTextForm, nCrLf, lFocus, cChars local nLenFonts := ...
by Juan Planelles
Tue Dec 29, 2009 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6841

Re: How to override DATA in the FW class?

Antonio,
could you please post the values for:
HB_OO_MSG_CLSACCESS, uVal, HB_OO_CLSTP_EXPORTED
Thanks in advance
Otto
by Otto
Thu Sep 17, 2009 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to override DATA in the FW class?
Replies: 13
Views: 1872

Re: ¿Cómo enviar a Excel reporte con TPrinter?

... RETURN Self METHOD Stabilize() CLASS TSalPrinterXLS RETURN Nil METHOD Say( nCol, xText, nFont, nPad, nRow, cPicture ) CLASS TSalPrinterXLS LOCAL uVal, ; nAlignamen := 0, ; nFormat := 0 DEFAULT xText := '', ; nFont := 1, ; nPad := RPT_LEFT // nFont:= ::cFont( nFont ) DO CASE CASE nPad == RPT_LEFT ...
by ManolinM2008
Fri Jun 19, 2009 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo enviar a Excel reporte con TPrinter?
Replies: 14
Views: 6099

Re: FWH/xHarbour Menus

... nil //----------------------------------------------------------------------------// METHOD CtlColor( hWndChild, hDCChild ) CLASS TDialog local uVal #ifndef __CLIPPER__ if ::oWnd != nil .and. Upper( ::oWnd:ClassName() ) $ "TFOLDER,TPAGES" ; .and. GetClassName( hWndChild ) $ "Button,Static" ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7879

Re: FOLDER CLASS BUG

... 230, 230, 230), RGB( 190, 215, 190 ) ) } oLbx:nClrForeHead:=CLR_BLUE *oLbx::bKeyDown :={|nKey| Val_nKey(nKey,oDlg)} oDlgClient:bSettingChange := {|uVal|PocketEvent( uVal,oDlgClient,olbx ) } ACTIVATE DIALOG oDlgClient; ON INIT ( SetOKButton( oDlgClient:hWnd ),; DlgFullScreen( oDlgClient:hWnd ), ...
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1039

Re: New FTDN March/Marzo 2009 (9.03)

... de configuración de UEStudio FWPPC\UEStudio\Application con la versión actual de Harbour. Gracias a Richard! * Mejora: Se ha mejorado la función uValBlank() respecto a la longitud de los valores numéricos cuanto tienden a cero. El comportamiento de la versión anterior estaba afectando al método ...
by Antonio Linares
Fri Apr 10, 2009 6:34 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2009 (9.03)
Replies: 1
Views: 2290

New FTDN March/Marzo 2009 (9.03)

... * Enhancement: FWPPC\UEStudio\Application config file has been updated for recent Harbour version. Thanks to Richard! * Enhancement: function uValBlank() has been enhanced to respect the length of numeric values when turning them into zero. The previous behavior was affecting Class TDataBase ...
by Antonio Linares
Fri Mar 27, 2009 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2009 (9.03)
Replies: 1
Views: 2290

local uVal

.....

REDEFINE GET oGet VAR nNumber ID 100 PICT "99999" ;
OF oDlg UPDATE COLORS CLR_BLUE, nRGB(255,255,245) ;
VALID ( if ( Check_Number(oGet, nNumber), .t., ( nNumber:=uVal, oGet:refresh(), .f. ) ) )

oGet:bGotFocus:={|| uVal := nNumber }

i hope this help you...
by Daniel Garcia-Gil
Fri Nov 07, 2008 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget is not returning orginal value when validation failed
Replies: 4
Views: 766

TSBrowse Ver 8.0 - Edit:Show()

... oBrw1 ARRAY ELEMENT 1 ; HEADER "Code" ; COLOR CLR_BLACK,CLR_WHITE ; 3DLOOK FALSE ; ALIGN DT_LEFT, DT_CENTER ; PICTURE "@!" ; SIZE 72 ; POSTEDIT {|uVal| if(uVal != nil, CheckBox44(oBrw1,oBrw2,padr(uVal,5),1),) } ; EDITABLE MOVE DT_MOVE_RIGHT ADD COLUMN TO oBrw1 ARRAY ELEMENT 2 ; HEADER "Value" ...
by David Williams
Sun Oct 05, 2008 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse Ver 8.0 - Edit:Show()
Replies: 4
Views: 1154

Ayuda: Estoy empezando a usar xBrowse

... := 1 // SETGET Sets or Gets de Edit Mode: 0=none, 1=Get, 2=Listbox, 3=block, 4=Get+Listbox, 5 = Get+block oCol:bOnPostEdit := {|oCol, uVal, nKey| if(nKey != VK_ESCAPE, FEditar(oCol,uVal,nKey,oBrw),) } ** oCol:bEditValid := {| o,u,n | FValidar( o,u,n ) } //Este ** oCol:cEditPicture ...
by FranciscoA
Fri Sep 19, 2008 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda: Estoy empezando a usar xBrowse
Replies: 5
Views: 1467

Ayuda con TSBrowse movimiento del cursor

... ; // 5 HEADER "Nombre de la Cuenta" ; SIZE 180 PIXELS ; DATA (ContCat->Nombre) ; 3DLOOK TRUE ALIGN DT_LEFT, DT_CENTER, DT_CENTER ..... if uVal # 0 ContMov->( RLock() ) Replace ContMov->M_Abono with 0 ContMov->( DbCommit() ) ContMov->( DbUnLock() ) ::oLbx2:aColumns[ 3 ]:nEditMove ...
by Fco_Ozuna
Tue Aug 12, 2008 1:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con TSBrowse movimiento del cursor
Replies: 2
Views: 839

... LDblClick(), detecta si un control está en modo diseño (clausula DESIGN) y evita dejar el ratón capturado. * Nuevo: Nueva función cValToStr( uVal, cPicture ), similar a la función cValToChar() de FWH, pero que permite el uso de una máscara PICTURE, incluyendo máscaras extendidas para valores ...
by Antonio Linares
Tue Jul 29, 2008 10:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July / Julio 2008 (8.07)
Replies: 4
Views: 3616

New FTDN July / Julio 2008 (8.07)

... Method LDblClick(), it detects if a control is in design mode (clause DESIGN) and avoids to leave the mouse captured. * New: function cValToStr( uVal, cPicture ), similar to FWH cValToChar() but allows the use of a PICTURE mask, including extended pictures masks for dates values. * New: function ...
by Antonio Linares
Sat Jul 26, 2008 8:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July / Julio 2008 (8.07)
Replies: 4
Views: 3616

ACTUALIZAR VALOR DE FOOTER EN TSBROWSE

... } } * oBrw:Acolumns[ 5 ]:cFooting := { || LTrim( Transform( aSaldo, "#,###,###.##" ) ),oBrw:DrawFooters() } * FOOTER { | uVal | aSaldo += ( uVal - aSaldo ),Sumasaldo( aTestData,oBrw,oDlg) } * FOOTER { || Ltrim( Str( aSaldo,9,2 )) }
by EASYSOFT
Tue May 20, 2008 11:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACTUALIZAR VALOR DE FOOTER EN TSBROWSE
Replies: 4
Views: 1165

ADORDD y funciones para DBF.

... de xBrowse] LastRec() -->> oRs:RecordCount() Recno() -->> oRs:BookMark FieldGet( n ) -->> oRs:Fields( n ):value FieldPut(n ,uval ) -->> oRs:Fields( n ):value := uVal Saludos y perdonad mi ignorancia. Carlos G.
by FiveWiDi
Thu Apr 24, 2008 11:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADORDD y funciones para DBF.
Replies: 0
Views: 549
PreviousNext

Return to advanced search