topic
stringlengths
1
63
text
stringlengths
1
577k
xBrowse y SetArray(aArray) (SOLUCIONADO)
Estimados El ejemplo que propone Daniel sale una columna fantasma "Col1", a mi una columna "A" como se soluciona esto?
xBrowse y SetArray(aArray) (SOLUCIONADO)
una consulta, como puedo sumar una columna del xbrowse en el footer
xBrowse y SetOrder()
Holas.. Como poder mostrar el Bitmap asociado en el header al iniciar el xBrowse. Ahora se activa solo cuando presiono sobre el Header oBrw:aCols[x]:bLClickHeader:={|| oBrw:aCols[x]:SetOrder()} Quiero mostrarlo apenas se construya el xBrowse, no solo cuando se presiona sobre el header para activar el SORT. Alguna ...
xBrowse y SetOrder()
The code [code=fw:3bq75rvw]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span>x<span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bLClickHeader</span>:=<span style="color: #000000;">&#123;</span>|...
xBrowse y SetOrder()
Nageswaragunupudi You are absolutely rigth... this piece of code was a "legacy" from and old program. I took it off, assign oBrw:aCols[x]:SetOrder(xValue) and everything is working fine. Thanks... From Chile Adolfo
xBrowse y SetOrder()
Rao: Could you send me your email address I have a question. Send to <!-- e --><a href="mailto:hgoldstein@dslextreme.com">hgoldstein@dslextreme.com</a><!-- e -->. It has to do with code you posted which seems to have disapered. Re: a dat file. Thank you in advance.
xBrowse y SetOrder()
Not correct: [code=fw:1p9afu9e]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span>x<span style="color: #000000;">&#93;</span>:<span style="color: #000000;">SetOrder</span><span style="color: #000000;">&#40;</span>xValue<span...
xBrowse y SetOrder()
nageswaragunupudI I don't use the Columns Clause, since I'm using it in a generic browse controller, so, I pass parameters to it, in this case a Recordset, Columns Names, Pictures, Columns sizes etc etc One of this parameter is the Recordset order or an Array of Orders to activate or not the posibility of using it to ...
xBrowse y SetOrder()
Como obtengo el valor del header
xBrowse y SetOrder()
Prueba con esto? [code=fw:13f3a366]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span>nColumna<span style="color: #000000;">&#93;</span>:<span style="color: #000000;">cHeader</span></div>[/code:13f3a366]
xBrowse y SetOrder()
No esto no soluciono mi problema, me explico mejor , quiero saber cual es la columna activa por la cual esta ordenado el xbrowse
xBrowse y SetOrder()
[code=fw:1tmxvc0r]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">SelectedCol</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #000000;">cHeader</span></div>[/code:1tmxvc0r]
xBrowse y SetOrder()
Gracias Nageswaragunupudi se me resolvio mi problema
xBrowse y SetOrder()
una pregunta como puedo bloquear el tamaño de una fila por ejemplo las columna las bloqueos con olbx:acols[1]:lallowsizing:=.f. pero como lo hago con las filas gracias
xBrowse y SetOrder()
oLbx:lAllowRowSizing := .f.
xBrowse y SetOrder()
ok, funciono a la perfeccion, gracias
xBrowse y TArray sample ?
¿Alguien ha utilizado aquí Tarray clase para mostrar una variedad de xBrowse?Cualquier muestra?Yo entiendo que el uso conjunto Tarray hace muy fácil la gestión deAny sample xBrowse with TArray ?.Anser
xBrowse y TDatabase
Hola, Estoy tratando que un xBrowse, en el que hojeo una DBF usando la clase TDatabase, ordene por la columna en la que clickeo sobre su Header. hago: [code=fw:2gy4xcb9]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">SetoDbf</span><span style="color: #000000;">&#40;</span>...
xBrowse y TDatabase
Ya le encontré la vuelta. Gracias de todos modos. Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
xBrowse y TDatabase - reforma
Buen día, Comparto un problema que sucede cuando intento cerrar un dialog que contiene un xBrowse. El Problema se dá si se cierra el dialog cuando se está editando un campo dentro de la xBrowse como puede verse en el video que subí a SoftLatinoxBase: [url:2dwt7rur]http&#58;//softlatinoxbase&#46;idomyweb&#46;com/foro...
xBrowse y TDatabase - reforma
Esa es una mala idea. Te explico: has encerrado la escritura del valor del campo en la DBF en un [color=#FF0000:11e1e9me][size=150:11e1e9me]try catch[/size:11e1e9me][/color:11e1e9me] por lo que si algún día eso diera un error diferente simplemente se saldría del programa sin avisos ni nada lo cual será un crebadero de ...
xBrowse y TDatabase - reforma
xmanuel, Gracias por responder. [i:1waj6hlo]Ya hice antes la prueba colocando lo que mencionas en el valid, pero hace lo mismo[/i:1waj6hlo] <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Además, te comento que debí implementar una función para cerrar la oDbf porque si "clic...
xBrowse y TDatabase - reforma
Jajaja sigo pensando que esa solución no me gusta <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> pero bueno cada uno sabe lo que tiene que hacer... Tampoco me gusta que para eso se use la clausula VALID, ya que debería ser solo para la validación de expr...
xBrowse y TDatabase - reforma
La clausula ON CLOSE, como bien dices, No Existe. Hasta ahora, en dialogos NOWAIT siempre procedí finalizando objetos y demás dentro del valid (no sé de otra forma para hacerlo). Por otra parte, lo que sugieres: oBrw:CancelEdit() oDbf:Close() Tampoco da resultado. se sigue cerrando dando un error. Rolando <!-- s:...
xBrowse y WorkShop
Estoy probando cambiar en una aplicación un wBrowse por xBrowse, creado desde Resource. Me da error al abrir el diálogo. En WorkShop, puedo elegir entre Twbrowse y TcBrowse.- ¿Necesito un nuevo control para usar WorkShop y xBrowse?.- Aunque sé que Pelles es mejor, prefiero continuar con WS.
xBrowse y WorkShop
Manuel: Debes usar TXbrowse como nombre del control en lugar de TWBrowse. Saludos
xBrowse y WorkShop
Armando, Muchas gracias. Ya está solucionado con tu ayuda.
xBrowse y array vacio
He notado que si un control xBrowse muestra un array vacio los métodos del ratón no funcionan. Hay alguna manera que estos se ejecuten ?, Mis herramientas son fwh 12.04, harbour y Bcc. Gracias.
xBrowse y array vacio
+1
xBrowse y array vacio
y si proporcionas un ejemplo, para poder hacer una prueba? saludos..
xBrowse y array vacio
Gracias por contestar, aqui el ejemplo [code=fw:39w4tkoj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch'</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'xbrowse.ch'</span><b...
xBrowse y array vacio
Horacio, bLDClickData,; // codeblock to be evaluated when left double [b:2ds0x78g]clicking on the data[/b:2ds0x78g] bRClickData // codeblock to be evaluated when right [b:2ds0x78g]clicking on the data[/b:2ds0x78g] Yo entiendo que si no hay data (ningun item en el browse), no se evalua. Saludos.
xBrowse y array vacio
[quote="FranciscoA":3jg8yxjm]Horacio, Yo entiendo que si no hay data (ningun item en el browse), no se evalua. Saludos.[/quote:3jg8yxjm] Francisco, Yo creo que no ha de ser asi Los eventos y mensajes de un control han de funcionar independientemente de su contenido Saludos
xBrowse y array vacio
Gracias Francisco y Cristóbal por respoder, estoy de acuerdo con Cristóbal. El control debe poder ejecutar sus métodos independientemente de los datos. En mi caso los uso para llamar a una tabla con datos para llenar esta última y también un menú contextual. Sin embargo los métodos del teclado funcionan aún sin datos. ...
xBrowse y array vacio
Only way is to modify xbrowse.prg . Methods RButtonDown, LButtonUp and LDblClick. At the end of these methods forward the call to Super: example return Super:RButtonDown( nRow, nCol, nKeyFlags )
xBrowse y bRclick
Hola Necesito hacer que si presiono el botón derecho del mouse sobre una columna, se abra un menú de opciones pero no logro capturar este evento. Algo así como [code=fw:23euzqqh]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91...
xBrowse y bRclick
Rolis, te dejo un ejemplo: [code=fw:3dj15ej4]<div class="fw" id="{CB}" style="font-family: monospace;"> <br />&nbsp; obrw:<span style="color: #000000;">bRClicked</span> := <span style="color: #000000;">&#123;</span> | nRow, nCol | menuayutec<span style="color: #000000;">&#40;</span>nrow, ncol, obrw <span style="color: ...
xBrowse y bRclick
José Luis, No es justo lo que necesito, pero me diste una idea para lograrlo. Lo que necesito es que mi función se ejecute cuando haga Rclick sobre la columna 1 del xBrowse. Logré hacerlo así: [code=fw:1ffrub2s]<div class="fw" id="{CB}" style="font-family: monospace;">obrw:<span style="color: #000000;">bRClicked</sp...
xBrowse y bRclick
Hola <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Yo lo tengo a si <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:...
xBrowse y bRclick
Simpler way: [code=fw:31ocebvb]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">bPopUp</span> := <span style="color: #000000;">&#123;</span> |oCol| MyPopUp<span style="color: #000000;">&#40;</span> oCol <span style="color: #000000;">&#41;</span> <span style="color: #000000;">...
xBrowse y color (Solucionado parcialmente)
Al entrar en un diálogo con un xBrowse pinto las lineas de diversos colores según el valor de un campo. Lo hace correcto. Sin embargo, quiero cambiar el pintado de toda la linea al pintado de una sóla columna según un CHECKBOX. El ON CHANGE del CHECKBOX no me funciona. Pongo aquí el código por si pudiérais ayudarme. [...
xBrowse y color (Solucionado parcialmente)
Disculpad mi insistencia, pero no será que una vez activado el xBrowse, [b:lkzdnqrl]oBrw:bClrStd [/b:lkzdnqrl]ya no se puede cambiar ? ¿Le ha ocurrido a alguien?
xBrowse y color (Solucionado parcialmente)
La primera parte la he solucionado con [b:352m8vg4]oBrw:bClrStds [/b:352m8vg4] <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21571">viewtopic.php?f=3&t=21571</a><!-- l -->
xBrowse y columnas con colores degradados
Hola FiveWinners. Estoy convirtiendo los browse de TsBrowse a xBrowse, en TsBrowse tengo columnas con colores degradados y NO encuentro como hacerlo lo mismo con xBrowse. Alguien tendra un ejemplo de como indicarle a xBrowse que cada columna tiene un color diferente pero degradado ? Gracias por la ayuda. Saludos
xBrowse y cuenta corriente
Estimados amigos: Estoy tratando de hacer un programa para llevar las cuentas corrientes bancarias y deseo saber si es posible mostrar la cuenta en un xBrowse como los listados bancarios, donde muestra el saldo día a día. Muchas gracias Saludos Ruben Fernandez. Intenté llevando el saldo dia a dia con un Do While al ...
xBrowse y cuenta corriente
[quote="RuFerSo":1avmps7h]Estimados amigos: Estoy tratando de hacer un programa para llevar las cuentas corrientes bancarias y deseo saber si es posible mostrar la cuenta en un xBrowse como los listados bancarios, donde muestra el saldo día a día. Muchas gracias Saludos Ruben Fernandez. Intenté llevando el saldo dia...
xBrowse y cuenta corriente
Hola Adrián, creo que el foro vi algo parecido a lo que necesitas, para lo que necesito yo, creo que el generar los saldos cada vez que ingrese un movimiento, es lo que me queda, vere si no queda muy lento. Saludos y Gracias Ruben Fernandez
xBrowse y cuenta corriente
hola buen dia cada ves que guardes un movmiiento no hay que generar todos los saldos solamente la parte que cambia por ejemplo factura 1506 cliente hellen fecha 14/02/2012 importe 1000 caa vez que grabes un registro ...
xBrowse y cuenta corriente
[quote="RuFerSo":1of8qns5]Hola Adrián, creo que el foro vi algo parecido a lo que necesitas, para lo que necesito yo, creo que el generar los saldos cada vez que ingrese un movimiento, es lo que me queda, vere si no queda muy lento. Saludos y Gracias Ruben Fernandez[/quote:1of8qns5] Gracias Ruben, por la info, per...
xBrowse y cuenta corriente
Hola benjiben143, esa solución me gusta, no lo habia visto de esa manera, muchas gracias. Gracias de nuevo, excelente. Saludos Ruben Fernandez
xBrowse y grupos..
Amigos... Algun ejemplo de xBrowse y grupos.... algo vi en su momento pero no puedo encontrar el post. Quiero agrupar ciertos datos en un xBrowse, ya sean un array y un Query de la tDolphin. SI alguien tiene un ejemplo basico, yo lo descompongo en lo que realmente necesito. Entiendo que tambien se pueden mostrar lo...
xBrowse y grupos..
Adolfo, [url] <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=18963&p=99421&hilit=merge#p99421">viewtopic.php?f=3&t=18963&p=99421&hilit=merge#p99421</a><!-- l --> [/url] espero te sirva. salu2, Ariel.
xBrowse y grupos..
Gracias Airel Lo habia visto, para pocas ocurrencias de un solo valor esta bien, pero tengo mas ocurrencias de las que caben en pantalla, por eso lo de agrupar los datos segun una o dos columnas, ademas que necesito mostrar subtotales por cada item de grupo. Alguna otra idea por ahi. Gracias de antemano
xBrowse y grupos..
Has probado un tree? -Alberta SubTotal Sandy Importe Hans Importe .... +AllSton SubTotal -Alpine SubTotal Holger Importe Edwar Importe ...
xBrowse y grupos..
Adolfo, Esto tal vez te sirva: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23627&p=126958#p126958">viewtopic.php?f=3&t=23627&p=126958#p126958</a><!-- l -->
xBrowse y imagenes
Muy buenas foro, teneis un ejemplo para insertar imagenes en un xBrowse, yo tengo varios pero no encuentro el define TYPE_IMAGE Un Saludo.
xBrowse y imagenes
Softruz, que versión usas?. Según WhatsNew, TYPE_IMAGE comienza a usarse a partir de la versión de Marzo/2009: * New: new EDIT_TYPE value for TXBROWSE cells: TYPE_IMAGE it is used for new DATA bStrImage String data codeblock (returns a string with imagen name) Saludos.
xBrowse y imagenes
Muchas gracias, estaba utilzando la versión 901 pero en la 906 si está. Gracias por todo.
xBrowse y texto Hotkey (SOLUCIONADO)
Buenos Dias Amigos del Foro: tengo una Database con el campo NOMBRE donde aparece el texto "Procter & Gamble" xBrowse lo muestra como "Procter _Gamble" deduzco que intenta hacer un hotkey leyendo el signo & pero el campo es un texto simple que debe leerse como tal. Que debo hacer para desactivar ésta característic...
xBrowse y texto Hotkey (SOLUCIONADO)
Please let us know which version of FWH you are using. The text is displayed correctly in the recent versions.
xBrowse y texto Hotkey (SOLUCIONADO)
ok nageswaragunupudi thanks for your response. I was using the 6.12 version of fwh wich is very old.
xBrowse y texto Hotkey (SOLUCIONADO)
I do not have the sources of 6.12. I can not tell you the exact lines to make the modification. But I try to guide you. In xbrowse.prg, search for METHOD DefStyle( ... ) In the method you may see a line of code which looks something like nStyle := nOr( DT_MODIFYSTRING,....) Please add DT_NOPREFIX also in that nOr ( .....
xBrowse y texto Hotkey (SOLUCIONADO)
Hyderabad, again, thanks ... I tried your solution, and it works well. Solutionated !
xBrowse – memofields
Is there a row stretch depending on the amount of text and lines possible for memofields? Thanks in advance Otto
xBrowse – memofields
Here is a screenshot from the application I would like to program. It would be fine if [i:xppzjj7i]RowHeight [/i:xppzjj7i] would be set automatically depending on the rows of test inside the memofield. Best regards, Otto Best regards, Otto [img:xppzjj7i]http&#58;//www&#46;atzwanger-software&#46;com/fw/lookup&#46;jpg...
xBrowse – memofields
Otto, with MlCount () you can count the lines of a memofield dependig on its lenght [quote:zuhi445l]MLCount( <cString> , ; [<nLineLen>] , ; [<nTabSize>] , ; [<lWrap>] , ; [<lLongLines>] ) --> nLineCount [/quote:zuhi445l] Try[code=fw:zuhi445l]<div class="fw" id="{CB}" style="font-...
xBrowse – memofields
Thank you Stefan, I think nRowHeight is part of paint method and can only be set for all rows not for a unique row as I want. This would be possible if nRowHeight would be part of PaintData. Best regards, Otto
xBrowse – memofields
Otto, I tried to do this a long time ago with TWBrowse and found it to be very difficult. One problem is with the display of the browse. Each time the screen is drawn you have to figure out if there is enough room to display each record depending on the number of rows that will be required to display the amount of tex...
xBrowse – memofields
Hello James, thank you. But if you look into paint method you will see that immediately after the DATAPAINT method nRowPos++ follows. I will try what happens if I switch the nRowPos calculation into DATAPAINT. Sure it will be necessary to limit the amount of text. Best regards, Otto
xBrowse – memofields
Mr. Otto This is possible. Step 1. Find the longest memoline. Step 2. Find the height in pixels required to accommodate this line with the help of this code: [code=fw:2mqg3c2w]<div class="fw" id="{CB}" style="font-family: monospace;">nHeight := DrawTextEx<span style="color: #000000;">&#40;</span> hDC, cLine, aRect, n...
xBrowse – memofields
Rao, Unfortunately, he wants EACH record to have a height based on the length of the memo of that record. This would be a nice feature if there is a lot of variability in the length of the memos. But as I pointed out in my previous message, this could cause a significant calculation overhead which may make it too slo...
xBrowse – memofields
Mr James XBrowse (or any other browse I know) can not have different heights for different rows, unlike column widths. I understood, rightly or wrongly, that Mr. Otto wanted to set rowheight of the browse in such a way that the longest memoline is fit snugly. Many times, I too felt the need to have varying rowheights...
xBrowse – memofields
Hi Otto and all others, yes, there are a lot of situation where you need to browse additional text. Here one example: In an order we want to show additional parts of [color=#0000FF:yg9dx4hj]some[/color:yg9dx4hj] positions and/or text, the user can toggle (show or not to show) the additional parts: Browse ‘order pos...
xBrowse – memofields
[quote:3h46p79r]So all informations you want to browse, must have a (leading) record in the leading table. This applies also to memo text (fields): So, if you want to show (browse) the content of a memo text (field), you have to break down the content in a corresponding amount of records, that’s all! [/quote:3h46p79r] ...
xBrowse – memofields
Dear Mr. Rao, yes, you are right. Sorry, if my explanation are misleading. I'm loving the tremendous features of xBrowse and I admit that I havn't utilised all of them yet <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Of course you can display fields, pictures, mem...
xBrowse – memofields
Hello Frank, hello Mr. Rao, Therefore I asked in another post if ColDividerStyle/RowDividerStyle could be selected for each row and col. [quote:2gg4g6pi]Do you think it is possible to move the drawing of the dividers from the Paint to the PaintData method?[/quote:2gg4g6pi] This way one could read all data which you...
xBrowse – memofields
Frose, [quote:6ukognow]Of course you can display fields, pictures, memo fields or other informations from other tables in the columns, but you cannot browse informations without having a record - might be comletely empty - in the 'leading' table![/quote:6ukognow] You could just put all the data into an array and then...
xBrowse – memofields
Otto, [quote:309ug7i8]Therefore I asked in another post if ColDividerStyle/RowDividerStyle could be selected for each row and col.[/quote:309ug7i8] Instead you could try turning off the separators and using different background colors. You could alternate the colors but sometimes more than one row would be the same c...
xBrowse – memofields
Oh yes, the result can look like: [img:13v2lpu4]http&#58;//img171&#46;imageshack&#46;us/img171/8869/memotext&#46;jpg[/img:13v2lpu4]
xBrowse – memofields
Frank, Hey, that looks great! Will you show us how you did the codeblock for the colors? Regards, James
xBrowse – memofields
Hello James, hello Frank, thank you. I will try to use bold font for the first row of a "database" record. Best regards, Otto
xBrowse – memofields
James, here is a working sample: [code=fw:v1fla4hv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"xbrowse.ch"</span><br /><br /><s...
xBrowse's bEditBlock
[code=fw:c7o80n2r]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> COL_PC <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bEditBlock</span> := <span style="color: #000000;">&#123;</span>|row...
xBrowse() Dialog size
I was looking at the xBrowse / xBrowser() function and was seeking a way to set the dialog size. By default it is pretty small, and looking at the source code, I don't see how I can pass a fixed size. I will be creating a dynamic document using arrays, and it's perfect for displaying it, except the dialog is tiny. T...
xBrowse() Dialog size
Like this ? [code=fw:137ryjhj]<div class="fw" id="{CB}" style="font-family: monospace;">XBROWSER aPics <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"DOWNLOADED IMAGES"</span> COLUMNS <span style="color: #000000;">1</span>,<span style="color: #000000;">1</span> SETUP <span style="color: #000...
xBrowse() Dialog size
Unfortunately that will not work. nRowHeight is the size of the cell, not the dialog. Think of this as a browse with many lines. I want to open the dialog in a larger mode than the default ( 1000 wide x 700 high ), but each row is the standard size. The user only sees 3 lines of data in the default ... and I want...
xBrowse() Dialog size
[code=fw:sx4vo6k8]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> test<br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oDlg, aData := <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #00...
xBrowse() Problem with FWH9.11 on SQL Alias
Hello Mr. Antonio, [b:151enh3f][color=#0000FF:151enh3f]Before 9.11[/color:151enh3f][/b:151enh3f] this is working perfectly [code=fw:151enh3f]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />   <span style="color: #B900B9;">//simplified...</span><br /><br />    dbSelectArea<span style="color: #000...
xBrowse() Problem with FWH9.11 on SQL Alias
Frances, Fixed. We are uploading a new FWH 9.11 build right now, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xBrowse() Problem with FWH9.11 on SQL Alias
[quote="Antonio Linares":190sa5mx]Frances, Fixed. We are uploading a new FWH 9.11 build right now, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:190sa5mx] Thank you Sir for the fixed. Regards, Frances
xBrowse() en una sola linea
Saludos, soy nuevo en el uso del xBrowse y estoy tratando de usarlo en una sola línea, al estilo antiguo, tipo DBedit(), se puede ?? Por ejemplo tengo un arreglo y su titulo, hasta aquí me funciona Ok : xBrowse ( aUsers, "Empresas a las que tiene acceso" ) Ahora aUsers{} tiene 2 columnas, como puedo hacer para asigna...
xBrowse() en una sola linea
Enrique, La function XBrowse, segun mi version, esta limitada a: function XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastEdit ) Sin embargo, puedes hacer algo como esto: [code=fw:1niy8ifj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> My...
xBrowse() en una sola linea
Ahora bien, recuerda que existe el comando XBROWSE que es muy poderoso y facil de usar: @1,1 XBROWSE oBrw OF oDlg ARRAY HEADERS SIZE LINES AUTOSORT FASTEDIT etc. Saludos.
xBrowse() en una sola linea
Francisco, GRACIAS, creo que me voy a probar por comando como sugieres ...
xBrowse() en una sola linea
Aqui tienes un ejemplo: [code=fw:jduxu06l]<div class="fw" id="{CB}" style="font-family: monospace;">dbUseArea<span style="color: #000000;">&#40;</span>.t.,,cPath+<span style="color: #ff0000;">"<span style="color: #000000;">\U</span>suarios"</span>,<span style="color: #ff0000;">"Usuarios"</span>,.t.<span style="color: #...
xBrowse() function adapted
Metro style like I slightly adapted function xBrowse() to fit better to “Metro like style”. Please see old new. Best regards, Otto [img:24xc82a1]http&#58;//www&#46;atzwanger-software&#46;com/fw/xbrwfunc&#46;jpg[/img:24xc82a1] [img:24xc82a1]http&#58;//www&#46;atzwanger-software&#46;com/fw/xbrwfuncold&#46;jpg[/img:...
xBrowse() function adapted
Looking nice Otto
xBrowse() function adapted
Otto, Maybe you could add an lMetroStyle flag to the original code so Metro style could be turned on for Metro apps. If you do this then perhaps Antonio will include it in the standard code and it won't break any existing apps. Regards, James
xBrowse(Fwh808) no aceita Clausula ( Desc )
Si uso el cláusula DESC, ao movimentar las setas direcionais del teclado el xBrowse perde la ordem del registro.[code:140h3v03] SqlInfo&#58;="SELECT * FROM tabatu WHERE codatu = "+Any2Sql&#40;busca&#41;+" ORDER BY sql_rowid DESC" Use SQL SqlInfo Alias "TMPINFO" NEW INTO xBanco TMPINFO->&#40;DBGoTop&#40;&#41;&#41; [/co...
xBrowse(editable) + obj with WS_TABFOCUS
In a editable xBrowse if no other elements have the WS_TABFOCUS attribute, if I press ENTER the cell change to edit mode, but if any other OBJ have the WS_TABFOCUS when I press enter ENTER the focus change to this OBJ. PS.: Version 8.02 with 8.04 xBrowse.