topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xbrowse + EDIT_LISTBOX | Hola a Todos,
pos, sigo con el mismo error, pero detectando algunas cosas mas, si el xbrowse esta en un DIALOG, y ademas del xbrowse hay por ejemplo un boton, ahi se produce el error que luego del edit_listbox, en vez de pasar a la proxima columna del xbrowse, el focus salta al proximo control del dialog.
Aqui dejo el... |
xbrowse + EDIT_LISTBOX | Ariel
Este cambio es necesario en:
METHOD ShowBtnList( nKey ) CLASS TXBrwColumn
IF ::oBrw:oWnd:IsKindOf( "TDIALOG" )
::oEditLbx:nDlgCode = DLGC_WANTALLKEYS
::oEditLbx:bKeyDown := {|k| ::oEditLbx:nLastKey := k, nil }
ELSE
::oEditLbx:bKeyDown := {|k| ::oE... |
xbrowse + EDIT_LISTBOX | Daniel,
Gracias por responder, pero el problema persiste, ahora si tu tienes, basado en el mismo ejemplo un boton mas, el foco se va a ese boton fuera del xbrowse, o sea en vez de seguuir en la siguiente columna, pasa el foco al 2do boton.
Seguimos esperando...
Salu2, Ariel. |
xbrowse + EDIT_LISTBOX | Ariel
este cambio es requerido en el
subtituye este CASE en METHOD KeyChar( nKey, nFlags ) CLASS TXBrowse
[code=fw:2a59s068]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">case</span> nKey == VK_RETURN<br /> oCol := ::<span style="color: #000000;">Selected... |
xbrowse + SQLRDD BUG | Sr Antonio,
utilizando xbrowse + SQLRDD, ao executar um clique simples em uma linha do browse o xbrowse força esta linha para cima( topo ). Isso só acontece com SQLRDD.
Teria uma solução? |
xbrowse + SQLRDD BUG | Are you using Borland ? |
xbrowse + SQLRDD BUG | Obrigado por responder Sr. Antonio,
utilizo: xharbour+borland |
xbrowse + SQLRDD BUG | Is there a demo version of SqlRdd for Borland ? |
xbrowse + SQLRDD BUG | Here,
<!-- m --><a class="postlink" href="http://uploaded.net/file/wbq3da3g">http://uploaded.net/file/wbq3da3g</a><!-- m -->
For xHarbour and BCC 5.82. |
xbrowse + SQLRDD BUG | elvira,
thanks |
xbrowse + SQLRDD BUG | UP! |
xbrowse + SQLRDD BUG | SGS conseguiu resolver esse bug? |
xbrowse + SQLRDD BUG | For an RDD to work with XBrowse, the RDD should support OrdKeyNo() and OrdKeyGoto(<n>) also. This is the requirement of XBrowse all along.
SQLRDD does not support these two functions. So this RDD is not compatible with XBrowse as it is.
However, efforts are made in version 13.03 to provide a limited support for SQLRD... |
xbrowse + SQLRDD BUG | ok, vamos esperar la nueva version 1303
thanks |
xbrowse + SQLRDD BUG | Sistem, consegui resolver sim, veja:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24327&p=138698#p138698">viewtopic.php?f=3&t=24327&p=138698#p138698</a><!-- l --> |
xbrowse + SQLRDD BUG | SGS, obrigado
ficou perfeito <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
xbrowse + SQLRDD BUG | <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> que bom! |
xbrowse + Tdolphin + Mysql | Colegas necesito urgente de su ayuda llevo 2 dias con este problema:
tengo esta queyr
cViaje:=xServer:Query("SELECT v.*,(SELECT COUNT(*) FROM vendido ve WHERE ve.COD_INTERNO=v.codigo_control) AS npasaje FROM viajes_generados v WHERE MONTH(v.fecha_salida)='"+Str(nMes,2)+"' And YEAR(v.fecha_salida)='"+Str(namo,4)+"... |
xbrowse + Tdolphin + Mysql | yo preparo asi mi Xbrowse con tdolphin
aCols := {;
{"idpedido","ID",NIL,50,AL_RIGHT},;
{"factura_doc","DOC",NIL,40,AL_LEFT },;
{"factura_ser","SERIE",NIL,60,AL_LEFT },;
{"factura_num","NUMERO",NIL,90,AL_LEFT },;
{"factura_fec","FECHA",NIL,75,AL_LEFT},;
{"razs... |
xbrowse + Tdolphin + Mysql | Solucionado. hice otra query distinta:
cViaje:=xServer:Query("SELECT v.*,COUNT(*) AS npasaje FROM viajes_generados v LEFT JOIN vendido d ON v.codigo_control=d.cod_interno WHERE MONTH(v.fecha_salida)='"+Str(nMes,2)+"' And YEAR(v.fecha_salida)='"+Str(namo,4)+"' AND v.fecha_salida >='"+dtos(date())+"' GROUP BY v.codigo... |
xbrowse + dolphin + ultimo fila con mouse = error | Estimados, me esta ocurriendo esto
tengo este dialogo, muestra una lista de x registros con xbrowse y un query de dolphin
el caso es que cuando me desplazo hasta el ultimo registro usando la ruedita del raton, alcanzo la ultima fila
y presiono el boton detalle, no ocurre el evento action del boton, se esta unos segundo... |
xbrowse bPastEof using VSCROLL | Hello,
Using xbrowse , i have problems with bPasteof() when the verical scroll bar is used .
This bar can be used to scroll trough the database , and to put the record pointer on the last row.
Now we can append with :
1) Pressing Key Down : ok it works
2) Clicking on the bottom from the vertical scroll bar
... |
xbrowse tratando de usarlo | Holas amigos.. a ver si me dan una mano para implementar el xbrowse Estaba usando un LISTBOX simple y lo cambie para usar el xbrowseprimero era un : REDEFINE LISTBOX oLbx FIELDS XVALOR1, XVALOR2...... ,;y ahora es UN : REDEFINE XBROWSE oLbx FIELDS XVALOR1, XVALOR2....... ,;Ademas he activado el #... |
xbrowse tratando de usarlo | revisa el recurso, talvez no tienes declarado el browse como TXBROWSE, el xbrowse debes crearlo por medio de un "custom control",en el nombre de la clase del "custom control" debes poner "TXBROWSE" |
xbrowse tratando de usarlo | Hola Mcfox Seguro que si, eso no lo he hecho,,, (con orgullo soy un novato de xbrowse!!! ) lo aplicare en este instantee.. y les voy comentando la implementacion .. Gracias muyLubin[quote="mcfox":3mplid5s]revisa el recurso, talvez no tienes declarado el browse como TXBROWSE, el xbrowse debes crearlo por medi... |
xbrowse tratando de usarlo | Hola Mcfox Tenias razon.. con ello Levanto correcto el browse Ahoraa se me presento otro problema.. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> Me muestra los registross. PEROOOOOO.....1. Al apuntar con el Cursor algun registro diferente de donde esta el foco,... |
xbrowse tratando de usarlo | publica el codigo de creacion del browse |
xbrowse tratando de usarlo | [quote="mcfox":2b72dg8k]publica el codigo de creacion del browse[/quote:2b72dg8k]Aqui esta el codigo... las funciones LeeCampo(oXX,cXXX) retorna un valor de la tabla..activa.. ) DEFINE CURSOR oDedo RESOURCE "Dedo"DEFINE FONT S_oTit1Font NAME "Roman" SIZE 10, 20DEFINE DIALOG oDlg RESOURCE "MTCA10_S1" TITLE "{ "+ PR... |
xbrowse tratando de usarlo | mysetBrowse(oLbx,oTabla) que tienes dentro de esta funcion??oTabla que tipo de dato tiene es un objeto DBF o un recordset u otro objeto?usas SetDbf() o SetAdo(), te podria sugerir pasar los datos a un array o una estructura y trabajar desde alli, por lo que veo creo que usas eagle1, nunca lo he usado, talvez si otro c... |
xbrowse tratando de usarlo | la funciion mysetbrowse es una funcion de de la clase eagle1 para manejo de mysql y es seguro que el problema radica en el seteo del objeto del recordset para la tablas de mysql con Eagle1.[quote="mcfox":399xvf1m]mysetBrowse(oLbx,oTabla)
que tienes dentro de esta funcion??
oTabla que tipo de dato tiene es ... |
xbrowse tratando de usarlo | intenta esto... tube que leer un un poco de eagle para dar con esta posible solucion... espero te sea de utilidad[code:9ooucjxr]
define window oWnd title "prueba eagle"
oBrw:=TxBrowse():New(oWnd)
oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW
oBrw:nColDividerStyle := LINESTY... |
xbrowse - SQLRDD bOnPostEdit | SQLRDD:
oColuna:nEditType := EDIT_GET
oColuna:bOnPostEdit := {|oCol, xVal, nKey| MSGINFO(XVAL)}
using SQLRDD xVal not returns the last edited value! |
xbrowse - SQLRDD bOnPostEdit | UP |
xbrowse - SQLRDD error | FWH1308 R_3:
define dialog oDialog resource 'BROWSEINFOADICIONAIS'
redefine xbrowse oBrowse id 4000 of oDialog datasource 'tabiad'
...
Application
===========
Path and name: C:\BASE\getpdv.exe (32 bits)
Size: ********* bytes
Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6406)
FiveW... |
xbrowse - SQLRDD error | here the error:
::oBrw:lReadOnly
and here erro:
static function SetColFromRDD( oCol, uData )
if DBINFO( DBI_ISREADONLY ) .or. oCol:lReadOnly
oCol:bOnPostEdit := { || nil }
else
... |
xbrowse - SQLRDD error | 1. Are you using FWH 13.07 ( as seen in error.log ) or 13.08 R_3 as mentioned in the first line of the posting?
2. Either in 13.07 or 13.08, line numbers 9050 or 9223 do not contain any code that relates to the kind of error shown in the log. ( where nil is used as logical )
3. Are you using modified version of xbrow... |
xbrowse - SQLRDD error | nageswaragunupudi,
I use fwh1308 3R with xharbour 1.2.1
[b:vnythuul]1. Are you using FWH 13.07 ( as seen in error.log ) or 13.08 R_3 as mentioned in the first line of the posting?[/b:vnythuul]
FWH13.08 3R - for some reason this Fivewin presenting FWH1307 (test behavior FWH\SAMPLES)
[b:vnythuul]2. Either in 13.07 or ... |
xbrowse - SQLRDD error | For my information, please check and let me know this.
After opening the file through SQLRDD
Please insert this line and let me know the result you are getting with your version.
? DBINFO( DBI_READONLY ), VALTYPE( DBINFO( DBI_READONLY )
When I checked with SQLRDD also this is returning a logical value.
I have checke... |
xbrowse - SQLRDD error | Sr. Nages,
? VALTYPE( DBINFO( DBI_ISREADONLY ))
RETURN: U |
xbrowse - SQLRDD error | UP! |
xbrowse - SQLRDD error | [quote="SGS":xjx47a91]Sr. Nages,
? VALTYPE( DBINFO( DBI_ISREADONLY ))
RETURN: U[/quote:xjx47a91]
In the present version valtype returns 'L'
In your case, please locate the line
[code=fw:xjx47a91]<div class="fw" id="{CB}" style="font-family: monospace;"> ::<span style="color: #000000;">lReadOnly</span>  ... |
xbrowse - SQLRDD error | Sr. Nages,
and here:
static function SetColFromRDD( oCol, uData )
if DBINFO( DBI_ISREADONLY ) .or. oCol:lReadOnly
oCol:bOnPostEdit := { || nil }
else |
xbrowse - SQLRDD error | Yes
Please change this as:
[code=fw:2g572sfd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> DBINFO<span style="color: #000000;">(</span> DBI_ISREADONLY <span style="color: #000000;">)</span> == .t. .or. oCol:<span style="color: #000000;">lReadOnly</span><br />... |
xbrowse - SQLRDD error | thanks <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
xbrowse - SetArray | Now, SetArray method resets all columns already defined if any ( ::aCols := {} ). If we use the new command set provided for xbrowse like this :
[code:3ddinwzh]
function xbrindialog( alin )
local odlg, obrw
define dialog odlg size 640,440 pixel
@ 10,10 xbrowse obrw ;
fields str(alin[obrw:nar... |
xbrowse - SetBackGround problema | Utilizando SetBackGround para adicionar uma imagem de fundo, ocorre de algumas linhas do browse ficarem de cor diferente.
veja:
[url=http://imageshack.us/photo/my-images/851/xbr.jpg/:2jas6ln2][img:2jas6ln2]http://img851.imageshack.us/img851/6262/xbr.jpg[/img:2jas6ln2][/url:2jas6ln2] |
xbrowse - SetBackGround problema | Hola
[url:2ajwxjgj]http://forums.fivetechsupport.com/viewtopic.php?p=115863#p115863[/url:2ajwxjgj] |
xbrowse - SetBackGround problema | Obrigado Daniel. |
xbrowse - SetGroupHeader - Remove | is it possible to remove a SetGroupHeader previously defined in a browse? |
xbrowse - SetGroupHeader - Remove | Set
oCol:cGrpHdr := nil
for all columns in the group |
xbrowse - SetGroupHeader - Remove | Thanks Maestro <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
xbrowse - Tooltip | Dear Mr. Rao,
It seems to me that bTooltip from xBrowse always selects the highlighted row.
Is there a way to make it take the row your mouse hovers the pointer over?
Best regard,
Otto |
xbrowse - Tooltip | Mister Otto, look messenger, pls. Regards, saludos. |
xbrowse - Tooltip | [quote="Otto":1np7efei]Dear Mr. Rao,
It seems to me that bTooltip from xBrowse always selects the highlighted row.
Is there a way to make it take the row your mouse hovers the pointer over?
Best regard,
Otto[/quote:1np7efei]
You are right about oCol:bToolTip.
Please do not use bToolTip.
Instead use oCol:bCellToolti... |
xbrowse - Tooltip | Dear Joao, dear Mr. Rao,
Thank you for your help.
Best regards,
Otto
[img:3288f5ue]https://mybergland.com/fwforum/tooltip2.gif[/img:3288f5ue] |
xbrowse - Tooltip | Wow. Good look. Regards, saludos. |
xbrowse - Tooltip | Dear Mr. Rao,
can you please show me how to make this with AEVAL().
[code=fw:1tgaw846]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> c := <span style="color: #ff0000;">""</span><br /> &... |
xbrowse - Tooltip | [code=fw:2uk9w0dr]<div class="fw" id="{CB}" style="font-family: monospace;">AEval<span style="color: #000000;">(</span> aDirSub, <span style="color: #000000;">{</span> |aFile| c += aFile<span style="color: #000000;">[</span> <span style="color: #000000;">1</span> <span style="color: #000000;">]</span> ... |
xbrowse - Tooltip | Dear Mr. Rao,
Your source is always like a work of art.
Thank you very much.
It is working fine.
Best regards,
Otto |
xbrowse - data nDataType | In the constructor method ( New ) of xbrowse, nDataType is assigned a value of DATATYPE_RDD. Even the methods SetArray or SetADO do not change the nDataType. Therefore the nDataType always remains to be DATATYPE_RDD.
The Initiate method of xBrowse executes SetRDD, because nDataType is DATATYPE_RDD, though SetArray ... |
xbrowse - data nDataType | Hi NageswaraRao,thanks for the great job you are doing in the Class tXbrowse.
About the DATA nDataType, personally I find not mutch usefull, but you have reason, the methods SetArray and SetAdo must initialize it.
Personally, I thing the SetRdd is not necesarty to be called in the method Inititate, we usually (me all... |
xbrowse - delcol method | It appears the following commented lines are redundant and can be removed from the source code.
[code:cjtykynp]
METHOD DelCol( nPos ) CLASS TXBrowse
// local oCol // no purpose
local nFor
// oCol := TXBrwColumn():New( Self ) // no purpose
< ... rest of the co... |
xbrowse - delcol method | Modified, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xbrowse - footers | Footers do not appear, as expected, if we write
oBrw:lFooter := .t.
oBrw:aCols[n]:bFooter := {|| "footertext" }
unless we specify cFooter, that too not empty, atleast for one column.
To make bFooters work, without having to specify non empty cfooter to atleast one column, following changes are to be made. The chang... |
xbrowse - formato de columna numérica | Necesito poner en una columna un campo de una dbf que tiene valores numéricos con tres decimales, pero los quiero representar con "." para los miles y "," para los decimales.
Hasta ahora lo hacía con un transform, pero quiero hacerlo sin usar transform.
Ahora lo hago así:
[code=fw:1h7zyb7y]<div class="fw" id="{CB}" st... |
xbrowse - formato de columna numérica | Please NEVER use FIELDS clause.
Use COLUMNS clause.
[code=fw:68yqsfqs]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> oTbr <span style="color: #0000ff;">ID</span> <nID> <span style="color: #0000ff;">OF</span> oDlg ;<b... |
xbrowse - formato de columna numérica | [quote="cnavarro":2q5qnwbz]Ponle antes del activate dialog el oBrw:CreateFromResource() y prueba[/quote:2q5qnwbz]
Lo intente antes de postear porque me tira este error
[quote:2q5qnwbz] Error description: Error FiveWin/2 Duplicated Id: No: 101
Stack Calls
===========
Called from: .\source\classes\DIALOG.PRG =... |
xbrowse - formato de columna numérica | estimado, esto esta bien?
[code=fw:vdf74579]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> ::<span style="color: #000000;">oDlg</span> <span style="color: #0000ff;">resource</span> <span style="color: #ff0000;">"DLGMEN... |
xbrowse - formato de columna numérica | [quote="goosfancito":14atpib9]estimado, esto esta bien?
[code=fw:14atpib9]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> ::<span style="color: #000000;">oDlg</span> <span style="color: #0000ff;">resource</span> <span s... |
xbrowse - formato de columna numérica | Por favor podrias decirme como seria? esto no me estaría funcionando:
[code=fw:l8htmjdz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> prueba<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</sp... |
xbrowse - formato de columna numérica | Ponle antes del activate dialog el oBrw:CreateFromResource() y prueba |
xbrowse - formato de columna numérica | y el createfromresource sin el id ? |
xbrowse - formato de columna numérica | [quote="cnavarro":3lyzh9rf]Ponle antes del activate dialog el oBrw:CreateFromResource() y prueba[/quote:3lyzh9rf]
No.
Please do not use this. This is built-in the command itself.
NOT CORRECT
[code=fw:3lyzh9rf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> datasource <span style="... |
xbrowse - fwh 11.5 - disable Horizontal Scroll Bar | FranciscoA,
Funcionou, fantastico!!! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" ... |
xbrowse - fwh 11.5 - disable Horizontal Scroll Bar | Sr.Antonio, Daniel,
oBrw:lVScroll :=.f. <-- Não funciona, como resolver?
ex:
fwh\samples\testxbrw.prg
STATIC FUNCTION NewDialog( oWnd )
local oDlg, oBrw
DEFINE DIALOG oDlg RESOURCE "TEST" OF oWnd title "opaaaaaaaa"
oBrw := TXBrowse():New( oWnd )
REDEFINE XBROWSE oBrw ID 101 ;
HEADERS "An arra... |
xbrowse - fwh 11.5 - disable Horizontal Scroll Bar | Creo que lo puedes resolver (con PellesC), cambiando en Propiedades así:
Solo presentar Scroll vertical: Window Styles: 0x50A10000
Saludos. |
xbrowse - inline editing | Dear Mr. Rao,
is there a way to open die combobox with larger high to show more items.
Thank you in advance
Otto
[img:2fvf8522]https://mybergland.com/FWForum/xbrowseinline.jpg[/img:2fvf8522] |
xbrowse - inline editing | Sorry. |
xbrowse - inline editing | Dear Mr. Rao,
is it possible to define Listbox object for editing as a member of the parent window of xBrowse and set height.
Thank you in advance
Otto |
xbrowse - inline editing | Suggest you create a dialog with listbox and trigger it with EDIT_BUTTON
I will soon post a small sample |
xbrowse - inline editing | Dear Mr. Rao,
can you please help me to understand why oDlgParent:nTop is 0 if I use ACTIVATE DIALOG oDlg CENTERED and why it does not change if I move the DIALOG.
What command do I need to refresh the values.
Thank you in advance
Otto
[code=fw:ktmdrijl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><... |
xbrowse - inline editing | Please try this sample:
[code=fw:2qb6ino1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #... |
xbrowse - inline editing | Dear Mr. Rao,
thank you I will try. But would you be so kind to tell me what I am missing with oDlgParent:nTop is 0 if I use ACTIVATE DIALOG oDlg CENTERED and why it does not change if I move the DIALOG.
Thank you in advance
Otto |
xbrowse - inline editing | [quote="Otto":2tbbl3iw]Dear Mr. Rao,
thank you I will try. But would you be so kind to tell me what I am missing with oDlgParent:nTop is 0 if I use ACTIVATE DIALOG oDlg CENTERED and why it does not change if I move the DIALOG.
Thank you in advance
Otto[/quote:2tbbl3iw]
nTop and nLeft of a dialog are always relative to... |
xbrowse - inline editing | Dear Mr. Rao,
thank you.
I mean why is ? oDlgParent:nTop if I send the DIALOG oDlg to the function always 0.
Best regards
Otto |
xbrowse - inline editing | [quote="Otto":k0srsxmm]Dear Mr. Rao,
thank you.
I mean why is ? oDlgParent:nTop if I send the DIALOG oDlg to the function always 0.
Best regards
Otto[/quote:k0srsxmm]
First call oDlgParent:CoorsUpdate()
and then check nTop, nLeft, nBottom, nRight |
xbrowse - isrtf() | Amigos,
Me sucede lo siguiente.
Resulta que tengo una tabla con las columnas, codigo char(10), nombre char
(59).
Y al adicionar filas que inicien con el TEXTO "RTF" al mostrarlo en el xbrowse, simplemente sale una leyenda <RitchText>. Como funciona la funcion isrtf()?
Solo pasa cuando el texto "RTF" está al inicio d... |
xbrowse - nRecSelColor | Acho que:
oBrw:nRecSelColor := nRGB(211, 227, 247)
fica bem mais amigavel que a cor DEFAULT atualmente utilizada. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
xbrowse - reconocimientos del 1° caracter de codigo barra | Amigos...
Tengo un xbrowse y quisiera analizar el 1° carácter que escriben para una búsqueda incremental.... <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
La idea es que cuando escriban el primer carácter o el 1° carácter de una lectura de código barra coloque o sea # ejec... |
xbrowse - reconocimientos del 1° caracter de codigo barra | <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> |
xbrowse - reconocimientos del 1° caracter de codigo barra | Estimados
Alguna sugerencia de como hacerlo ??
muchas gracias
David |
xbrowse - reconocimientos del 1° caracter de codigo barra | Ola
Tente assim:
oBrw:bKeyDown := {|nKey| TeclaPress(nkey) }
oBrw:bChange := {|| TeclaPress(0) } |
xbrowse - reconocimientos del 1° caracter de codigo barra | Muchas gracias, por tu ayuda.....
el tema es que debo tener cargada toda la cadena de caracteres que me lee el código barra, y acá solo me analiza un carácter digitado.
la idea es que en la cadena de caracteres del codigo barra, el primer carácter es "_" y después viene 10 caracteres numéricos, y estando dentro del x... |
xbrowse -> html | How converte a table xbrowse into html ? |
xbrowse -> html | Export to Excel with oBrw:ToExcel() and then save as html file |
xbrowse -> html | and how ?
I wish create it from fwh app
Menuitem "Save as Excel" ACTION oGrid:ToExcel()
Menuitem "Save as Html" ACTION ??? |
xbrowse -> html | Menuitem "Save as Html" ACTION oGrid:ToHTML()
in FWH 15.05 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xbrowse -> html | I'm creating allready it this evening |
xbrowse -Unselect line | Hi.
Is there a way to open an xbrowsed array with NO record selected?
Thank you,
Reinaldo. |
xbrowse -Unselect line | Hi Reynaldo.
If I Understand...
One way to mimic what you ask, is putting the same xBrowse's background color to the selector rod.
Thus, the selector bar is not visible.
(But surely there is a designated register)
Eg:
For xBrowse's White background:
oBrw:bClrStd := {|| { nRGB( 0, 0, 0), nRGB(255,255,255) }... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.