topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xBrowse - LDblClicked ?? | Thanks for reply..
in the case, i want to display dialog for help and get a value from other dialog.
but the dialog can not display if i using LDblClicked, this dialog returning value from record on the top of table.
my code like this:
#include "fivewin.ch"
#include "xbrowse.ch"
static txtKode, oResAcct
.
. other f... |
xBrowse - LDblClicked ?? | Dear Mulyadi,
Try this way :
[code=fw:1tybo5bq]<div class="fw" id="{CB}" style="font-family: monospace;">@<span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="color: #0000ff;">XBROWSE</span> oBrw ;<br />RECORDSET oResAcct ;<br />COLUMNS <span style="color: #ff0000;">"KODE"</span... |
xBrowse - LDblClicked ?? | Mulyadi,
You refer LDblClicked, and I've posted[color=#FF0040:23ep97ph] bLDblClick[/color:23ep97ph]. Have you tried it?
Regards. |
xBrowse - LDblClicked ?? | Hi All,
Thanks for your suggestion.
I try [color=#0000BF:mi86v2w3]bLDblClick[/color:mi86v2w3] and the result same as [color=#0000BF:mi86v2w3]LDblClicked[/color:mi86v2w3], the dialog can not display.
solution from Mr. Kok Joek Hoa to use ON DBLCLICK method is true. It work fine.
maybe this method is compatible with m... |
xBrowse - Multiline | Hi!
is there a builtin function/shortcut to switch from a single line to a multiline xBrowse?
Background: When I was working with my datas, I unintentional switched to a multiline Browse, very nice! But I don't remember the shortcut, thats make me crazy <!-- s:evil: --><img src="{SMILIES_PATH}/icon_evil.gif" alt=":e... |
xBrowse - Multiline | Hi, here a Mr. Rao sample:
[code=fw:33c7z6xa]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> MultiLineCells<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> oDlg, oBrw, aFo... |
xBrowse - Multiline | Also
1) For any browse, if you increase oBrw:nRowHeight, any text that does not fit in the present width flow as multi-line text.
2) Even at runtime, if text exceeds the width of any column, the user can increase the row height by dragging the line separator (like Excel) and automatically, the text is displayed as mul... |
xBrowse - Multiline | [quote="nageswaragunupudi":ieyqfkcu]Sorry, no.[/quote:ieyqfkcu]
Ok.
[quote:ieyqfkcu]Not yet[/quote:ieyqfkcu]
Any chance in the near future ?
[[]] Maurício Faria |
xBrowse - Multiline | Hi !
Is it possible that each row dynamically have its own height based on its content ?
Like this:
[img:36dr1we6]http://farmacia.com.br/PDP/MultiBrowse.jpg[/img:36dr1we6]
Regards. |
xBrowse - Multiline | Sorry, no.
Not yet |
xBrowse - Multiline | [quote:uk5s74sf]Any chance in the near future ?
[/quote:uk5s74sf]
Yes, but this may not be very soon unless there is demand from many users. |
xBrowse - Multiline | [quote="concentra":230l44ga]Hi !
Is it possible that each row dynamically have its own height based on its content ?
Like this:
[img:230l44ga]http://farmacia.com.br/PDP/MultiBrowse.jpg[/img:230l44ga]
Regards.[/quote:230l44ga]
+1 |
xBrowse - Multiline | +1
TIA |
xBrowse - Multiline | testxbr6.prg
[img:2yawyreg]https://hymplus.com/forofw/mutilinea.png[/img:2yawyreg] |
xBrowse - Multiline | Leandro, creo que se está hablando de que las líneas puedan tener distintas alturas, no siempre la misma.
I think it's talking about the lines having different heights, not always the same. |
xBrowse - Multiline | hi,
[quote="concentra":1s3mtmq3]
Is it possible that each row dynamically have its own height based on its content ?
[/quote:1s3mtmq3]
as i can say you need Ownerdraw to get different hight as "calculation" is done by MeasureItem.
the Trick is like FranciscoA say : switch Font when "calculate"
let say you default Font... |
xBrowse - Multiline | We will provide this soon. |
xBrowse - No entiendo el error (Mr. Rao) | Estimados;
Tengo el siguiente código donde pretendo usar SetCheck()
[code=fw:3kbids5a]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> oBrwPer <span style="color: #0000ff;">ID</span> <span style="color: #000000;">300<... |
xBrowse - No entiendo el error (Mr. Rao) | Intenta asi:
[code=fw:3n113cx1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> :<span style="color: #000000;">SetCheck</span><span style="color: #000000;">(</span> <span style="color: #000000;">{</span> <span style="color: #ff0000;">"bmp_Ok"</span>, <span style="color: #ff0000;">"... |
xBrowse - No entiendo el error (Mr. Rao) | Karina; gracias por responder
NO es la solución, el error se repite |
xBrowse - No entiendo el error (Mr. Rao) | Miara el method PaintCell()
Se está asi:
[code=fw:27db1cvl]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cData := AllTrim<span style="color: #000000;">(</span> IfNil<span style="color: #000000;">(</span> ::<span style="color: #000000;">StrData</span>, <span style="color: #ff000... |
xBrowse - No entiendo el error (Mr. Rao) | [url:1b1hoozr]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=25686&p=140352&hilit=PAINTCELL#p140352[/url:1b1hoozr] |
xBrowse - No entiendo el error (Mr. Rao) | [quote="karinha":93p2i5jx]Miara el method PaintCell()
Se está asi:
[code=fw:93p2i5jx]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cData := AllTrim<span style="color: #000000;">(</span> IfNil<span style="color: #000000;">(</span> ::<span style="color: #000000;">StrData</span>, <span styl... |
xBrowse - No entiendo el error (Mr. Rao) | Mr. Rao
Can you see this?. It's Karinha's solution the unique way
many thanks |
xBrowse - No entiendo el error (Mr. Rao) | En FWH13.06 esta asi. Compara con tu version.
[code=fw:2f9oytuw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> PaintCell<span style="color: #000000;">(</span> nRow, nCol, nHeight, lHighLite, lSelected, nOrder, nPaintRow <span style="color: #000000;">)... |
xBrowse - No entiendo el error (Mr. Rao) | Karinha
Comparado con mi fuente; son iguales!
Estoy muy mareado; no entiendo nada <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? -->
Probé así:
[code=fw:337jhyuv]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH OBJECT oBrwPer:<span style="color: #000000;... |
xBrowse - No entiendo el error (Mr. Rao) | Si compilas en \samples\testxbrw.prg, el setcheck funciona? |
xBrowse - No entiendo el error (Mr. Rao) | \samples\testxbrw.prg se jecuta correctamente! <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? --> |
xBrowse - No entiendo el error (Mr. Rao) | Intenta asi:
[code=fw:25fg64av]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">SetCheck</span><span style="color: #000000;">(</span> <span style="color: #000000;">{</span> <span style="color: #ff0000;">"bmp_Ok"</span>, .T. <span style="color: #000000;">}</sp... |
xBrowse - No entiendo el error (Mr. Rao) | [code=fw:23c2urg7]<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;">"ord.ch"</span><br /><span style="color: #00D7D7;">#include</... |
xBrowse - No entiendo el error (Mr. Rao) | No me quiere xBrowse <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
hice lo siguiente:
[code=fw:3v8t534s]<div class="fw" id="{CB}" style="font-family: monospace;"> oPerm:<span style="color: #000000;">oDBPermi</span>:<span style="color: #000000;">SetFocus</span><span... |
xBrowse - No entiendo el error (Mr. Rao) | Mira se estes BMP no están corruptos. Estraño. |
xBrowse - No entiendo el error (Mr. Rao) | Ya lo dije... muy extraño
Esto es lo último que hice:
[code=fw:1hwsg21x]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH Object oBrwPer<br /> :<span style="color: #000000;">nMarqueeStyle</span> := MARQSTYLE_DOTEDCELL <span style="color: #B900B9;">// barra señaladora</span><br /> :<s... |
xBrowse - No entiendo el error (Mr. Rao) | Si estás usando TDATABASE, intenta asi:
[code=fw:20y3gbge]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">SetCheck</span><span style="color: #000000;">(</span> <span style="color: #000000;">{</span> <span style="color: #ff0000;">"bmp_Ok"</span>, <span style="colo... |
xBrowse - No entiendo el error (Mr. Rao) | Mismo error
Lo que yo interpreto es que por ahí no viene el error porque intente as:
:SetCheck( , .T. ) como en los samples; da errror y, asi:
:SetCheck() y también da error.
Voy e revisar con cuidado todo el codigo |
xBrowse - No entiendo el error (Mr. Rao) | Por qué no intentas esto?
[code=fw:3ducm54k]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> WITH OBJECT oBrwPer:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span> <span style="color: #000000;">2</span> <span style="color: #000000;">]</span> <span style=... |
xBrowse - No entiendo el error (Mr. Rao) | Karinha, Manuel
Gracias por vuestras ayudas
Finalmente se solucionó el problema. Es un poco amplio de explicar, pero sintetizando: Como en mis proyectos cada .prg es una clase; y en este caso estaba involucrando a dos (clases/.prg), ahi se desencadena algo que provoca el error. De manera que puse todo el codigo, xbrows... |
xBrowse - No entiendo el error (Mr. Rao) | [quote="MarioG":127wp9nm]Estimados;
Tengo el siguiente código donde pretendo usar SetCheck()
[code=fw:127wp9nm]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> oBrwPer <span style="color: #0000ff;">ID</span> <span sty... |
xBrowse - No entiendo el error (Mr. Rao) | Mr. Rao
many thanks for your answer
In a previous post I answered that my problem finished. The mistake was mine
I'm sorry, but I can not explain in english |
xBrowse - Novo recurso | Implementado en la clase XBROWSE un TOOLTIP en el botón de columna, por ejemplo:
oBrw:aCols[1]:nBtnWidth := 8
oBrw:aCols[1]:cBtnCaption := '$'
oBrw:aCols[1]:cBtnToolTip := 'Recalcular o preço de venda' <-------------- NEW <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy... |
xBrowse - Novo recurso | Many thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse - Novo recurso | Super genial <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
xBrowse - Novo recurso | obrigado Aida |
xBrowse - On Change | Hello,
I did not found a "On Change" clause in the xBrowse class.
I want to update some fields in a screen every time the record pointer of a xBrowse change.
Is that possible.
Thanks,
Willy Hermans |
xBrowse - On Change | Found.
I did not found :bChange in xBrowse class but it works.
Sorry
Willy |
xBrowse - Problema con fondo | Buenas Noches,
A esto no le encuentro la falla.
Con la xbrowse de la ver 8.12 funciona correctamente usando un bitmap de fondo (desde recursos DLL), pero si compilo con la versión 4.10, al hojear, y en forma aleatoria los caracteres cambian del color de tinta que es negro y se ven como en las capturas de pantalla que... |
xBrowse - Problema con fondo | Set
oBrw:lContrastClr := .f. |
xBrowse - Problema con fondo | [quote="nageswaragunupudi":y5s2kkvo]Set
oBrw:lContrastClr := .f.[/quote:y5s2kkvo]
Fue la solución.
Muchas gracias. Rolis |
xBrowse - Problemas con SET FILTER | Pequeño bug con xBrowse:
1) Muestre una tabla indexada y filtrada en un xBrowse.
2) Vaya al primer registro de la tabla y pulse la tecla flecha arriba una o más veces.
3) Ahora pulse la flecha abajo: las líneas comienzan a duplicarse
4) Pulse la tecla arriba: ahora no se puede pasar de la segunda línea. Se debe hacer ... |
xBrowse - Problemas con SET FILTER | Hola amigo...
El problema lo tienes usando SET FILTER TO o DBSETFILTER???
Qué tipo de índices estás usando?? Verifica también si no están corruptos.
Podrías mostrar como estás definiendo el xBrowse??
Saludos, |
xBrowse - Problemas con SET FILTER | Hola Cesar:
¿Has probado sin SET FILTER? Puede que el problema sea otro.
Mírate esto: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=11379&p=56092#p56092">viewtopic.php?f=6&t=11379&p=56092#p56092</a><!-- l --> |
xBrowse - Problemas con SET FILTER | Cesar
Tu problema son las dimensiones de tu Browse, reduce el vertical.
Saludos
Adhemar |
xBrowse - RestoreState() – wrong column sequence | Hi,
changing the column sequence, RestoreState() results in a wrong column <-> data relation!
Original browse:
[img:144h6ar8]http://img513.imageshack.us/img513/5936/columnsequence1.jpg[/img:144h6ar8]
Browse with changed column sequence:
[img:144h6ar8]http://img837.imageshack.us/img837/534... |
xBrowse - RestoreState() – wrong column sequence | Frose,
I can confirm, that this error occurs in some constellations. Now I have the first name in the column for surname. If I change the order of columns again to another sequence, everything is fine. If I change back, the error is there again. |
xBrowse - RestoreState() – wrong column sequence | Gilbert,
seems we are the Beta-testers <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
xBrowse - RestoreState() – wrong column sequence | Instead of
[code=fw:3gs4rf6o]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="color: #0000ff;">XBROWSE</span> oBrw <span style="color: #0000ff;">OF</span> oWnd LINES CELL</div>[/code:3gs4rf6o]
ple... |
xBrowse - RestoreState() – wrong column sequence | Dear Mr. Rao,
same behaviour as before!
Please let me emphasise one detail once more, perhaps it's important for you: The wrong column sequence starts after the [color=#FF8000:3or8ul9g]SECOND[/color:3or8ul9g] "SaveState() - RestoreState()" iteration!
Here the steps in detail:
- changing the sequence
- closing the pr... |
xBrowse - RestoreState() – wrong column sequence | I am sorry.
Please add AUTOCOLS also
[code=fw:qu4qr7le]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="color: #0000ff;">XBROWSE</span> oBrw <span style="color: #0000ff;">OF</span> oWnd <span style="color: #0000ff;">A... |
xBrowse - RestoreState() – wrong column sequence | Dear Mr. Rao,
nothing changed, still wrong sequences <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Did you test it? Have you a functional sample? I'm a little bit confused <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? -->
Can yo... |
xBrowse - RestoreState() – wrong column sequence | Mr. Frose,
Yes, it is a problem to be resolved. Shall try to come up with a fix soon. |
xBrowse - RestoreState() – wrong column sequence | Mr. Rao,
thank you for the info.
Kind regards from cold and grey Germany |
xBrowse - RestoreState() – wrong column sequence | Mr. Frose,
Will you please try by replacing SaveState and RestoreState methods with the following code?
[code=fw:18fz0bg1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span styl... |
xBrowse - RestoreState() – wrong column sequence | Mr. Rao,
it's working fine now, thank you very much <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
xBrowse - RestoreState() – wrong column sequence | Frank, Rao,
seems to work for me too now. Thank you very much!
(will these changes be included in the next release?) |
xBrowse - Save State | Hello Everyone,
Is it possible to save the state of the browse, where the selected row is fourth from top so when the browse is restored, the selected row stills shows fourth and not at the top of the browse?
For Example:
row one
row two
row three
row four <- Selected Row
row five
row six
etc.
After ... |
xBrowse - Save State | cSave := oBrw:SaveState( { "KeyNo", "nRowSel" } )
later
oBrw:RestoreState( cSave ) |
xBrowse - Save State | Once again, thank you Rao. So simple <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Are there any notes available on xBrowse apart from those in the prg?
David |
xBrowse - Save State | David,
Here are some:
[url:hcakbq3x]http://wiki.fivetechsoft.com/doku.php?id=xbrowse[/url:hcakbq3x] |
xBrowse - Save State | Hello,
I can´t find the information about SaveState.
I would like to save the selected cols by the user by drag and drop, also the cols that the user hided by right click.
Thank you!!!. |
xBrowse - Save State | [quote="elvira":2tel6i4m]Hello,
I can´t find the information about SaveState.
I would like to save the selected cols by the user by drag and drop, also the cols that the user hided by right click.
Thank you!!!.[/quote:2tel6i4m]
All that info is saved and restored by default. |
xBrowse - Save State | Hello,
How?.
Where is it located?.
If I have several browses, how can I distingish each one?.
Thank you;)) |
xBrowse - Save State | Elvira,
It is saved to a static variable. If you exit the application, I presume you can save it to an ini.
David |
xBrowse - Save State | Hello,
Thank you.
Mr. Nages, could you please add to this feature to save the status of AUTOSORT feature?
<!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->) |
xBrowse - Save State | I had already done what all could be done from our side.
Programmer can decide what DATAs are to be saved in addition to the default DATAs.
cState := oBrw:SaveState( <ArrayofAdditionalDataNames> )
example
cState := oBrw:SaveState( { "lAutoSort" } ) |
xBrowse - Save State | Mr. Nages,
Thank.
But if its posible to know in wich column did the user clicked on the autosort?.
I.e, name, ascending.
Kind regards, |
xBrowse - Save State | At what stage do you want to know? and the purpose? |
xBrowse - Save State | Mr. Nages,
I use ADO and autosort. I can sort by every column and select asc/desc order.
That´s fantastic feature!!.
I want to sabe wich was the last column select for order and if it was asc or desc order.
It wold be very interesting for future releases <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt="... |
xBrowse - Save State | Last sorted column's data cOrder is 'A' if ascending and 'D' if descending. For all other columns cOrder is empty.
You can find it by Scanning aCols. |
xBrowse - SaveState()/RestoreState() - Persistent objects | Hi to all,
As far as I can see, the xBrowse methods SaveState() and RestoreState() are only functional for simple browses. If there are more complex ones with selected columns, with code blocks for <bStrData> not only defined for a field, with differentiated color definitions for columns and/or for cells, freezed colu... |
xBrowse - SaveState()/RestoreState() - Persistent objects | Solved.
In my test app <nRowHeight> was NIL, so RestoreSave( cState ) has done nothing!
Adding e.g. 'oBrw:nRowHeight := 18' solves it!
Can't understand the reason of this 'pitfall'
Persistent objects no issue here?
Why? |
xBrowse - SetCheck() | Estimados;
Tengo un xbrowse que muestra datos de una Tabla, conectado mediante MariaDB.
Lo que pretendo es adicionar a las columnas de datos que tomo de la Tabla, una columna SetCheck().
Leyendo en el foro, encontré la forma de agregar una columna sin que esta sea de la Tabla y el codigo es el siguiente:
[code=fw:2p0lw... |
xBrowse - SetCheck() | Mario
Debes tener en cuenta que aunque cambies el valor hasta que no lo almecenes en la base de datos ese cambio no sucedera, cuando el xbrowse refresca vuelve a hacer una lectura de las filas visibles del xbrowse dentro del recordset, el segundo parametro del metodo SetCheck es el codeblock bOnPostEdit, puedes hacer... |
xBrowse - SetCheck() | [quote="MarioG":3smq7k8g]Y si además quisiera, tambien, dejar la posibilidad de marcar/desmarcar mediante la barra espaciadora del teclado?. Como sería?[/quote:3smq7k8g]
[code=fw:3smq7k8g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Use either Enterkey or Spacebar to change... |
xBrowse - SetCheck() | Gente;
muchas gracias por las respuestas |
xBrowse - SetCheck() (SOLUCIONADO) | Estimados;
Tengo el siguiente xBrowse donde muestro en la columna última un ícono segun se cumpla una condición, y se ve así:
[img:l9psgoiz]http://imageshack.us/scaled/modthumb/844/g68j.jpg[/img:l9psgoiz]
Como se ve, en la cabecera, dice: "Para Facturar" (salida por impresora). Entonces, luego de este proce... |
xBrowse - SetCheck() (SOLUCIONADO) | repito las imágenes:
[img:d6lwxor0]http://imageshack.us/scaled/medium/844/g68j.jpg[/img:d6lwxor0]
[img:d6lwxor0]http://imageshack.us/scaled/medium/94/4h49.jpg[/img:d6lwxor0]
agrego:
Lo intenté así (sin exito):
[code=fw:d6lwxor0]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH OB... |
xBrowse - SetCheck() (SOLUCIONADO) | [code=fw:3irs9a84]<div class="fw" id="{CB}" style="font-family: monospace;">WITH OBJECT ::<span style="color: #000000;">oBrwCab</span>:<span style="color: #000000;">FCabFa14</span><br /> :<span style="color: #000000;">cHeader</span> := <span style="color: #ff0000;">"Para"</span>+CRLF+<span styl... |
xBrowse - SetCheck() (SOLUCIONADO) | Mr. Rao
many thanks!; but now, i can't do dobleclic <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: -->
The first time, I doubleclick to show "ready to print" status. In the second time, i pretend show the other icon.
But I think that not the object of SetChe... |
xBrowse - SetCheck() (SOLUCIONADO) | Estimados;
Vuelvo sobre este tema a ver si alguien me puede ayudar.
Explico lo que pretendo hacer:
Tengo, en un xBrowse, una lista de (a la que llamo) cabeceras de facturas. O sea, alguien en Administración prepara un pedido para Facturar.
En Depósito ese Pedido se prepara. Una vez preparado, se hace doble clic en la c... |
xBrowse - SetCheck() (SOLUCIONADO) | Creo que tu solucion esta en el methodo on dobleclick de columna, yo hago algo parecido, si esta tildado(check) o no, dependiendo tambien de otra condicion en una VAR, permito que se haga el cambio o switcheo en el check, no se si eso te da una idea de que hacer o te deja igual o peor que antes, saludos... <!-- s:shock... |
xBrowse - SetCheck() (SOLUCIONADO) | José, gracias por responder
Podría poner el código de como lo haces? |
xBrowse - SetCheck() (SOLUCIONADO) | Disculpa la tardanza, andaba un pòco ful, haber si esto te ayuda o da una idea sobre lo que quieres hacer, nose si habra una manera mas facil, pero a mi me funciona a la perfeccion para lo que necesito, esto es con MYSQL, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /... |
xBrowse - SetCheck() (SOLUCIONADO) | José Luis;
gracias por responder, es lo que necesito.
Aunque no "veo", como afecta a la columna en la que tengo definido el SetCheck().
Entiendo lo que hacen bLDblclick y bKeyDown, pero no entiendo como afectan a la columna con el Setcheck
gracias |
xBrowse - SetCheck() (SOLUCIONADO) | [quote="MarioG":r4y018vj]José Luis;
gracias por responder, es lo que necesito.
Aunque no "veo", como afecta a la columna en la que tengo definido el SetCheck().
Entiendo lo que hacen bLDblclick y bKeyDown, pero no entiendo como afectan a la columna con el Setcheck
gracias[/quote:r4y018vj]
Mario, como es bLDblclick ap... |
xBrowse - SetCheck() (SOLUCIONADO) | Jose Luis,
Se ve muy bien, enhorabuena <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
como haces para definir los dias para cada persona ? Desde una caja de diálogo ? |
xBrowse - SetCheck() (SOLUCIONADO) | [quote="Antonio Linares":6zz0cw6h]Jose Luis,
Se ve muy bien, enhorabuena <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
como haces para definir los dias para cada persona ? Desde una caja de diálogo ?[/quote:6zz0cw6h]
Muchas gracias Antonio, ese cronograma es un xbrowse... |
xBrowse - SetCheck() (SOLUCIONADO) | Estimados;
gracias a Rao y José Luis por sus respuestas.
Finalmente, y eso es lo bueno de cuando no nos "sirven la respuesta en bandeja", solucioné de la manera que me deja satisfecho. Por lo que obviamente supongo que habrá, otras mejores soluciones.
Para solucionar lo planteado, que consiste, en representar en una co... |
xBrowse - SetCheck() (SOLUCIONADO) | Mario que bueno resolvistes, es la idea del foro, reza un dicho...NO LES DES PESCADO, ENSEÑALOS A PESCAR, y asi es que aprendemos cada dia mas, esta muy buena tu solucion planteada y lo del setcheck lo habia visto en el foro, pero como ya tenia esto hecho, lo deje asi, igual gracias por el detalle, seguimos a la orden ... |
xBrowse - ToolTip em BOTÃO | Seria possível adicionar um TOOLTIP em um BOTÃO de uma coluna do XBROWSE?
oBrwb:aCols[1 ]:nDataStrAlign := AL_RIGHT
oBrwb:aCols[1 ]:nHeadStrAlign := AL_CENTER
oBrwb:aCols[1 ]:cHeader := 'Venda'
oBrwb:aCols[1 ]:cBtnCaption := '$'
oBrwb:aCols[1 ]:nEditType := EDIT_GET_BUTTON
oBrwb:aCols[1 ]:bEditBlock ... |
xBrowse - ToolTip em BOTÃO | Veja se ajuda:
[code=fw:3esxnvsj]<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><br /><br /><span style="c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.