Search found 862 matches: olbx

Return to advanced search

Re: Alto de linea en LISTBOX

... entiendo que en esta definicion LISTAGEN es el OBJETO. listagen:nLineHeight := 80 && <<---- este es el alto de línea yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 965

Re: Alto de linea en LISTBOX

... entiendo que en esta definicion LISTAGEN es el OBJETO. listagen:nLineHeight := 80 && <<---- este es el alto de línea yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 965

Error en Listbox.

... un listbox definido por WorkShop y funciona correctamente. en otra funcion en la cual copie el listbox en el prg . asi lo defini REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; str(_CoLiAux->Propiedad,4,0) ; ID _CLV_Lbx ; FIELDSIZES {50,50} ; HEADERS "Loc.","Prop" ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 306

Problemas con comportamiento de XBrowse.

... aBotones)) Valid( Fade( oDlg ), .t. ) ---------- *---------------------------------------------------------------------------// function veo(nApu,oLbx,aAcciones,nKey) nApu:=ascan(aAcciones,{|x|IF(LEN(X)>4,x[5]==nKey,.F.)}) if empty(nApu) return .f. else return .t. endif *------------------------------------------------------------------------------------ ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 386

Título listbox

Hola gente, tengo definido este listbox REDEFINE LISTBOX oLbx FIELDS ; str( oRSRub:Fields( "rubro" ):Value, 3 ), ; oemtoansi( oRSRub:Fields( "descri" ):Value ) ; HEADERS oemtoansi( "N£mero" ), oemtoansi( "Descripci¢n" ...
by jpcavagnaro
Thu Nov 09, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Título listbox
Replies: 5
Views: 308

Editar celdas en xbrowse

... dbo.Marcas ON s.Marca = dbo.Marcas.Numero " Como puedo hacer una edición por celdas de los campos de la base Stock intente con: WITH OBJECT oLbx:Costo :bOnPostEdit := { | o, x, k | oRSSTK:Fields( "costo" ):Value := x } //PostEdit( o, x, k ) } // EditaCelda( oaufactu, 1, x, k, lFirstEdit ...
by jpcavagnaro
Thu Aug 31, 2023 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 552

Re: Lentitud al abrir una dbf en red

... cTexLocali :="", oTexLocali, cTexSucur :="", oTexSucur static oPaci, oFlt, oBtn[ 6 ] function Paci_ABM( tUser ) local oDlg, oLbx, oBusco, cBusco := SPACE(20) //, cAlias:=cGetNewAlias('Sample') set deleted on AbrePaci( ) oPaci:SetFocus() oPaci:SetOrder( 2 ) DEFINE DIALOG oDlg ...
by ACC69
Thu Jul 06, 2023 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1546

Re: Lentitud al abrir una dbf en red

... cTexLocali :="", oTexLocali, cTexSucur :="", oTexSucur static oPaci, oFlt, oBtn[ 6 ] function Paci_ABM( tUser ) local oDlg, oLbx, oBusco, cBusco := SPACE(20) //, cAlias:=cGetNewAlias('Sample') set deleted on AbrePaci( ) oPaci:SetFocus() oPaci:SetOrder( 2 ) DEFINE DIALOG oDlg ...
by ACC69
Thu Jul 06, 2023 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1546

Lentitud al abrir una dbf en red

... cTexLocali :="", oTexLocali, cTexSucur :="", oTexSucur static oPaci, oFlt, oBtn[ 6 ] function Paci_ABM( tUser ) local oDlg, oLbx, oBusco, cBusco := SPACE(20) //, cAlias:=cGetNewAlias('Sample') set deleted on AbrePaci( ) oPaci:SetFocus() oPaci:SetOrder( 2 ) DEFINE DIALOG oDlg ...
by lgolexyn
Thu Jul 06, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1546

Is xbrowse's showmessage working ?

Hi guys, I'm trying to use ShowMessage, but the text is not shown. I have tried: cMsg := "Hello World" oLbx:ShowMessage(cMsg,,CLR_BLACK,CLR_HRED) and cMsg := "Hello World" oLbx:ShowMessage(cMsg) and cMsg := "Hello World" oLbx:ShowMessage(cMsg,2) and ...
by vilian
Wed Jun 07, 2023 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is xbrowse's showmessage working ?
Replies: 2
Views: 180

Re: xBrowse: Auto save edit

Try this :

oLbx:aCols[2]:lAutoSave := .t.
by Jack
Wed Mar 08, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Auto save edit
Replies: 2
Views: 356

Xbrowse changing columns online ( ReArrangeCols)

...  nS1:= IF(nCla=1,125,365) local  nS2:= IF(nCla=1,365,125) local oArticoli local oLbx,aCols local oBar,oWinArticoli,oTabs   local cSeek:=Space(100)   local oGet   local oSay:=array(4)   local cOrder := "" IF ...
by Silvio.Falconi
Tue Jan 17, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse changing columns online ( ReArrangeCols)
Replies: 3
Views: 437

xbrowse report & Preview style

https://i.postimg.cc/j5KSsXMV/lk.png to make fast I made oThis:oLbx:report() But if I wish print al so the lines ? (Horizontal e and vertical separators) How I can do ? I notice on Windows 10 the style of Preview bar is not for Windows 10 but it ...
by Silvio.Falconi
Fri Nov 11, 2022 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report & Preview style
Replies: 5
Views: 449

special Codeblock Syntax under Fivewin

hi, i saw in some Code Syntax like this <||    local oRect := oDlg:  GetCliRect  (  )       oBar:  nWidth := oRect:  nWidth       oLbx:  nWidth := oRect:  nWidth -   210    RETURN   NIL > where can i read "more" about this Syntax in above Sample you need to pass oLbx ...
by Jimmy
Mon Nov 07, 2022 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 487

Re: Area de trabajo no usada: ORDKEYNO

... 57609 ) + " Agregar " font oSegoe ID 170 OF oDlg ACTION EditClient( oBrow, oCon, oRs1cli, oRS1Cli:AbsolutePosition, .t. ) //editclient( oLbx, .t. ) REDEFINE BTNBMP 2007 prompt HB_UTF8CHR( 57604 ) + " Editar " font oSegoe ID 180 OF oDlg ACTION EditClient( oBrow, oCon, oRs1cli, ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 318
Next

Return to advanced search