... DEFINE FONT oFnt1 NAME "Arial" SIZE 0,-18 OF oPrn
DEFINE FONT oFnt2 NAME "Arial" SIZE 0,-8 BOLD OF oPrn
DEFINE BRUSH oBrush COLOR 0
DEFINE PEN oPen1 WIDTH 5
DEFINE PEN oPen2 WIDTH 15 COLOR 7873845
DEFINE PEN oPen3 WIDTH 1 COLOR 4556678
DEFINE PEN oPen4 WIDTH 3 COLOR ...
Search found 34 matches: obr
Searched query: obr
- Sun May 12, 2024 8:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
- Replies: 31
- Views: 7689
- Fri May 10, 2024 9:34 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
- Replies: 31
- Views: 7689
Re: CODIGO DE BARRAS. ERROR CON FILLRECT()
... function go_code( cBarra, nx,ny,oPrint,lHoRz, nColor, nWidth, nLen)
//-----------------------------------------------------------------
local n, oBr
if empty(nColor)
nColor := CLR_BLACK
end
default lHorz := .t.
default nWidth := 0.030 // 1/3 M/mm
* default nWidth := 0.035 // 1/3 M/mm ...
//-----------------------------------------------------------------
local n, oBr
if empty(nColor)
nColor := CLR_BLACK
end
default lHorz := .t.
default nWidth := 0.030 // 1/3 M/mm
* default nWidth := 0.035 // 1/3 M/mm ...
- Tue Aug 01, 2023 1:51 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Consulta sobre centrar un dialogo.
- Replies: 9
- Views: 1570
Re: Consulta sobre centrar un dialogo.
... function AbmCorregir()
local napu
local aBotones := {}
local oDlg, oBrw, cAlias := cGetNewAlias( "CORREGIR" )
local oBr, oFont
local titgral := 'Información Sobre Correcciones'
local atitcol := ''
local acampos ...
local napu
local aBotones := {}
local oDlg, oBrw, cAlias := cGetNewAlias( "CORREGIR" )
local oBr, oFont
local titgral := 'Información Sobre Correcciones'
local atitcol := ''
local acampos ...
- Sun Feb 12, 2023 4:38 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Reitero consulta para actualizar un campo con XBrowse
- Replies: 6
- Views: 1230
Re: Reitero consulta para actualizar un campo con XBrowse
... function AbmOC()
local napu
local aBotones := {}
local oDlg, oBrw, cAlias := cGetNewAlias( "_ARTFOR" )
local oBr, oFont
local titgral := 'Stock'
local atitcol := ''
local acampos := {}
local lcampos
Private ...
local napu
local aBotones := {}
local oDlg, oBrw, cAlias := cGetNewAlias( "_ARTFOR" )
local oBr, oFont
local titgral := 'Stock'
local atitcol := ''
local acampos := {}
local lcampos
Private ...
- Thu Dec 15, 2022 8:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Solicito ayuda para relacionar 2 o mas dbf
- Replies: 1
- Views: 580
Solicito ayuda para relacionar 2 o mas dbf
... pero jo logro que muestre el nombre del cliente. si alguien ve en que le estoy errando agradecere su ayuda. gracias
aca el prg.
local oDlg, oBrw, cAlias := cGetNewAlias( "PRECFOR" )
local oBr, oFont
local titgral := 'Precios de FORMULARIOS'
local oBrw2, cAlias2 := cGetNewAlias( "PRECBAR ...
aca el prg.
local oDlg, oBrw, cAlias := cGetNewAlias( "PRECFOR" )
local oBr, oFont
local titgral := 'Precios de FORMULARIOS'
local oBrw2, cAlias2 := cGetNewAlias( "PRECBAR ...
- Thu Mar 10, 2022 10:36 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error que no entiendo por que sucede.
- Replies: 8
- Views: 1481
Error que no entiendo por que sucede.
... function AbmConsor()
local napu
local aBotones := {}
local oDlg, oBrw, cAlias := cGetNewAlias( "CONSORC" )
local oBr, oFont
local aGrad := ;
{ ;
{ 0.5, RGB( 193, 182, 174 ), RGB( 237, 234, 109 ) }, ;
{ 0.5, RGB ...
local napu
local aBotones := {}
local oDlg, oBrw, cAlias := cGetNewAlias( "CONSORC" )
local oBr, oFont
local aGrad := ;
{ ;
{ 0.5, RGB( 193, 182, 174 ), RGB( 237, 234, 109 ) }, ;
{ 0.5, RGB ...
- Sat Feb 19, 2022 1:07 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Xbrowse
- Replies: 4
- Views: 661
Re: Xbrowse
... Precio2"}
aHead:= {"Código","Descripción","Rubro","Precio 1","Precio 2"}
aSize:= { 90 * Factory,240 * Factory,240 * Factory,110 * Factory,110 * Factory }
aJust:= { AL_CENTER , AL_LEFT , AL_LEFT, AL_RIGHT , AL_RIGHT }
@ 0, 0 XBROWSE oBr COLUMNS aCol HEADERS aHead COLSIZES aSize JUSTRIFY aJust OF oDlg
aHead:= {"Código","Descripción","Rubro","Precio 1","Precio 2"}
aSize:= { 90 * Factory,240 * Factory,240 * Factory,110 * Factory,110 * Factory }
aJust:= { AL_CENTER , AL_LEFT , AL_LEFT, AL_RIGHT , AL_RIGHT }
@ 0, 0 XBROWSE oBr COLUMNS aCol HEADERS aHead COLSIZES aSize JUSTRIFY aJust OF oDlg
- Sun Dec 12, 2021 3:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: no estaria mostrando el brush...
- Replies: 8
- Views: 866
Re: no estaria mostrando el brush...
DEFINE BRUSH oBr color rgb( 204, 255, 153 )
...
UTILPRN ::oUtil Self:nLinea, 1.3 SAY " " + DToC( aDatos[ nItem ][ 1 ] ) FONT ::oFnt2 BRUSH oBr WIDTH 18.2 shadow .T.
...
UTILPRN ::oUtil Self:nLinea, 1.3 SAY " " + DToC( aDatos[ nItem ][ 1 ] ) FONT ::oFnt2 BRUSH oBr WIDTH 18.2 shadow .T.
- Sat Feb 22, 2020 2:59 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como Grabar desde una conexión local a una remota
- Replies: 1
- Views: 925
Como Grabar desde una conexión local a una remota
... local oDlg1,oError,lNuevo:=.F.,cText := ""
local oGet := ARRAY(10)
LOCAL lSalir := .F.
LOCAL lSalvar := .F.
local oBoton1,oBoton2,oBr,vFECHALIMI :=space(12),vINTMORA:=0,vDESIMPTO:=0,vDESMORA:=0,vANOVIG:=space(4)
local cServer := "127.0.0.1"
local cDataBase := "fwmariadb"
local ...
local oGet := ARRAY(10)
LOCAL lSalir := .F.
LOCAL lSalvar := .F.
local oBoton1,oBoton2,oBr,vFECHALIMI :=space(12),vINTMORA:=0,vDESIMPTO:=0,vDESMORA:=0,vANOVIG:=space(4)
local cServer := "127.0.0.1"
local cDataBase := "fwmariadb"
local ...
- Tue Oct 29, 2019 3:10 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Posible Bug method SaveState() Mr.Rao.
- Replies: 3
- Views: 864
Posible Bug method SaveState() Mr.Rao.
... este hilo que se ha quedado sin respuesta, me interesa mucho el tema
Hi Mr. Rao.
this code works perfectly
oIni:Set( "states", "browse", oBrw:SaveState()
but this not save anything
oIni:Set( "states", "window", oWnd:SaveState()
I use this function.
FUNCTION ...
Hi Mr. Rao.
this code works perfectly
oIni:Set( "states", "browse", oBrw:SaveState()
but this not save anything
oIni:Set( "states", "window", oWnd:SaveState()
I use this function.
FUNCTION ...
- Sun Oct 27, 2019 8:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TWindow metodo SaveState, RestoreState.
- Replies: 10
- Views: 2563
Re: TWindow metodo SaveState, RestoreState.
Hi Mr. Rao.
this code works perfectly
oIni:Set( "states", "browse", oBrw:SaveState()
but this not save anything
oIni:Set( "states", "window", oWnd:SaveState()
I use this function.
FUNCTION SaveWinData( oWnd, oBrw,cAlias ) LOCAL oIni INI oIni File ...
this code works perfectly
oIni:Set( "states", "browse", oBrw:SaveState()
but this not save anything
oIni:Set( "states", "window", oWnd:SaveState()
I use this function.
FUNCTION SaveWinData( oWnd, oBrw,cAlias ) LOCAL oIni INI oIni File ...
- Thu Apr 12, 2018 1:38 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: imprimir etiqueta en zebra GC420t
- Replies: 4
- Views: 1333
Re: imprimir etiqueta en zebra GC420t
... he llegado a imprimir 70 etiquetas sin que se corra un mm
Cualquier duda avisame
Saludos
function barcode2tp()
local opr, xStep, yStep, oBr, oFont , N := 0
* public XCANCELA := "N"
PUBLIC XCODIGOC := SPACE(13)
public ocodigo
if msgyesno ("Imprime Codigo de trazabilidad ...
Cualquier duda avisame
Saludos
function barcode2tp()
local opr, xStep, yStep, oBr, oFont , N := 0
* public XCANCELA := "N"
PUBLIC XCODIGOC := SPACE(13)
public ocodigo
if msgyesno ("Imprime Codigo de trazabilidad ...
- Mon Jun 05, 2017 3:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Tabla MySql en Array y xBrowse (RESUELTO)
- Replies: 15
- Views: 2935
Re: Tabla MySql en Array y xBrowse
Saludos, para mayor rapidez usa FILLARRAY, aca te coloco las formas en que lo uso, saludos...
oQryVende:FillArray( {| aRow | AAdd( oBrwASi:aArrayData, { aRow[2], aRow[4] } ) } ) // CON POSICION CAMPOoBrwASi:aArrayData := oQryVende:FillArray( ...
oQryVende:FillArray( {| aRow | AAdd( oBrwASi:aArrayData, { aRow[2], aRow[4] } ) } ) // CON POSICION CAMPOoBrwASi:aArrayData := oQryVende:FillArray( ...
- Mon Jun 05, 2017 3:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Tabla MySql en Array y xBrowse (RESUELTO)
- Replies: 15
- Views: 2935
Re: Tabla MySql en Array y xBrowse
... para mayor rapidez usa FILLARRAY, aca te coloco las formas en que lo uso, saludos...
oQryVende:FillArray( {| aRow | AAdd( oBrwASi:aArrayData, { aRow[2], aRow[4] } ) } ) // CON POSICION CAMPOoBrwASi:aArrayData := oQryVende:FillArray( ...
oQryVende:FillArray( {| aRow | AAdd( oBrwASi:aArrayData, { aRow[2], aRow[4] } ) } ) // CON POSICION CAMPOoBrwASi:aArrayData := oQryVende:FillArray( ...
- Mon Mar 20, 2017 10:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADD COLUMN TO XBROWSE
- Replies: 2
- Views: 844
ADD COLUMN TO XBROWSE
Hi Nages.
I need your help to convert this funtion into xbrowse, this work well with Tsbrowse
FUNCTION N21A_DEFCOLUMN(_oBR, D_COLUMNAS)
LOCAL X:=0, _PIC, _COLOR:=""
D_COLSIZES:={}
FOR X = 1 TO LEN(D_COLUMNAS)
AADD(D_COLSIZES, IIF(D_COLUMNAS[X,3] < 3 , 40 , D_COLUMNAS[X,3] * 9 ) )
_NCOLOR:= "NCOLOR ...
I need your help to convert this funtion into xbrowse, this work well with Tsbrowse
FUNCTION N21A_DEFCOLUMN(_oBR, D_COLUMNAS)
LOCAL X:=0, _PIC, _COLOR:=""
D_COLSIZES:={}
FOR X = 1 TO LEN(D_COLUMNAS)
AADD(D_COLSIZES, IIF(D_COLUMNAS[X,3] < 3 , 40 , D_COLUMNAS[X,3] * 9 ) )
_NCOLOR:= "NCOLOR ...