Search found 25 matches: lright

Return to advanced search

Re: FWH_2407 oSay does not assume nHeight

... := ] TSay():New( <nRow>, <nCol>, <{cText}>,; [<oWnd>], [<cPict>], <oFont>, <.lCenter.>, <.lRight.>, <.lBorder.>,; <.lPixel.>, <nClrText>, <nClrBack>, <nWidth>, <nHeight>,; <.design.>, <.update.>, ...
by Antonio Linares
Fri Aug 23, 2024 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

... <cPict> ] ; [ <dlg: OF,WINDOW,DIALOG > <oWnd> ] ; [ FONT <oFont> ] ; [ <lCenter: CENTERED, CENTER > ] ; [ <lRight: RIGHT > ] ; [ <lBorder: BORDER > [CLR <nClrBorder>] ] ; [ [<relpix:RELATIVE>] <lPixel: PIXEL, PIXELS > ] ; [ <color: ...
by Antonio Linares
Thu Aug 22, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: Infield Top Aligned Form Labels

... PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <uWhen> ] ; [ <lCenter: CENTER, CENTERED> ] ; [ <lRight: RIGHT> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: DESIGN> ...
by Otto
Mon Oct 29, 2018 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 11088

Re: TEdit y alineación del texto

... PASSWORD> ] ; [ ON CHANGE <uChange> ] ; [ ON UPDATE <uUpdate> ] ; [ ON SCROLL <uScroll> ] ; [ <lRO: READONLY> ] ; [ <lRight: RIGHT> ] ; [ <lCenter: CENTER> ] ; [ <lNumber: NUMBER> ] ; [ <lUpper: UPPER, UPPERCASE> ] ; [ <lUpdate: UPDATE> ] ...
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: 1032

Re: TMenuItem():New changed

... LINESVERT> ] ; [ <lColors: COLORS> ] ; [ CHARICON <cCharBmp> ] ; [ HSYSBITMAP <hBmp> ] ; [ INDEX <nIndex> ] ; [ <lRight: RIGHT> ] ; [ <lSeparator: SEPARATOR> ] ; [ <lBold: BOLD> ]; [ <lItalic: ITALIC> ]; [ COLORBOX <nClrBox> ] ; [ RADIOCHECK ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 1078

align get

... TITLE "teste get" REDEFINE GET oGet VAR nNota ID 101 OF oDlg REDEFINE BUTTON oBtn ID 102 OF oDlg ACTIVATE DIALOG oDlg CENTERED ? oGet:LRIGHT ? oGet:RIGHT so it goes @ 07, 28 GET nvalor OF oDlg PICTURE "999,999.99" COLORS "B/BG" SIZE 60,10 RIGHT
by marca
Fri Aug 19, 2016 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: align get
Replies: 13
Views: 2528

Re: Bold on Menuitem

... LINESVERT> ] ; [ <lColors: COLORS> ] ; [ CHARICON <cCharBmp> ] ; [ HSYSBITMAP <hBmp> ] ; [ INDEX <nIndex> ] ; [ <lRight: RIGHT> ] ; [ <lSeparator: SEPARATOR> ] ; [ <lBold: BOLD> ]; [ <lItalic: ITALIC> ]
by cnavarro
Tue Mar 29, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold on Menuitem
Replies: 2
Views: 510

Re: Menu (se podrá?)

... desde hace algunos años. Saludos. FUNCTION BldMenu() *----------------------------------------------------------------* LOCAL oMainMenu, oMnuItem, lRight, cValue, cMnuAlias, i:= 1, nRec, fAction, cFileBmp, cResName LOCAL cQry, oQry, nL, nEnd IF ! oApp:lMySql && Si es DBF IF !AbreDbf( @cMnuAlias, ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 3008

Re: New FTDN february/febrero 2015 (FWH 15.02)

Published a revised build (2) of FWH 15.02 March 2015 (Included in Revised build FWH 15.02) ========== * New: New DATA lRight FOR Class TMsgItems objects allow to have MsgBar items at the left and at the right. Example of use: DEFINE MSGBAR oMsgBar OF oWnd ... oMsgBar:lLeft = .T. ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1677

Re: Nuevo FWH 15.02

Publicado un nuevo build 2 de FWH 15.02: March 2015 (Included in Revised build FWH 15.02) ========== * New: New DATA lRight FOR Class TMsgItems objects allow to have MsgBar items at the left and at the right. Example of use: DEFINE MSGBAR oMsgBar OF oWnd ... oMsgBar:lLeft = .T. // ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.02
Replies: 7
Views: 1705

Re: New FWH 15.02

Published a new build (2) of FWH 15.02 March 2015 (Included in Revised build FWH 15.02) ========== * New: New DATA lRight FOR Class TMsgItems objects allow to have MsgBar items at the left and at the right. Example of use: DEFINE MSGBAR oMsgBar OF oWnd ... oMsgBar:lLeft = .T. // ...
by Antonio Linares
Sun Mar 01, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1203

Re: CONTRUIR UN MENU en ventana principal desde una tabla o dbf

José Luis, Mira si te sirve: FUNCTION BldMenu() *----------------------------------------------------------------* LOCAL oMainMenu, oMnuItem, lRight, cValue, cMnuAlias, i:= 1, nRec, fAction, cFileBmp, cResName LOCAL cQry, oQry, nL, nEnd IF ! oApp:lMySql && Si es DBF IF !AbreDbf( @cMnuAlias, ...
by jcenteno
Tue Aug 13, 2013 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTRUIR UN MENU en ventana principal desde una tabla o dbf
Replies: 11
Views: 3707

Re: several questions about xBrowse

... :=" " oCol:nFootStrAlign:= AL_RIGHT oCol:nWidth := 65 Col := obrow:AddCol() oCol:bStrData := { ||odb2:lfinish} oCol:cHeader :={||if(lright, "结案","Hide")} oCol:nEditType := {||if(::ledit .and. !odb2:EOF(),4,0)} ocol:aEditListTxt:={" ","Y"} ocol:aEditListBound:={" ...
by ShumingWang
Mon Dec 19, 2011 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: several questions about xBrowse
Replies: 12
Views: 3668

Re: autocomplete in get

... bSetGet , oWnd , nWidth , nHeight,; cPict , bValid , nClrFore , nClrBack , oFont , lDesign,; oCursor , lPixel , cMsg , lUpdate , bWhen , lCenter,; lRight , bChanged, lReadOnly, lPassword, lNoBorder, nHelpID,; lSpinner, bUp , bDown , bMin , bMax , aItems ,; nCase , lAddNewItems) CONSTRUCTOR METHOD ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9952

Re: Editar un campo MEMO ** SOLUCIONADO **

... PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <uWhen> ] ; [ <lCenter: CENTER, CENTERED> ] ; [ <lRight: RIGHT> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: DESIGN> ...
by lubin
Fri Jul 23, 2010 4:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar un campo MEMO ** SOLUCIONADO **
Replies: 10
Views: 2985
Next

Return to advanced search