topic
stringlengths
1
63
text
stringlengths
1
577k
xBrowse - change columns dynamically
Otto, The simplest thing to do is just define two browses both using the same DBF but opened twice. Then you can hide() one and show() the other. Since you have the DBF open in two workareas you don't have to worry about pointers, filters, sort orders, etc. James
xBrowse - change columns dynamically
Otto Other option is show or hide column
xBrowse - change columns dynamically
Mr. Otto As Mr. Daniel advised Hide and show columns is one simple way if the change is simple. Another way to dynamically change the view is by using the method ReArrangeCols( aCols, lRetainRest ) To show 'First', 'Last', 'City' oBrw:ReArrangeCols( { "First", "Last", "City" }, .t. ) To switch to show 'First', 'Age...
xBrowse - 1ra. y última filas pintadas
Hola. ¿Cómo averiguo cuáles son la primera y la última filas pintadas en un xBrowse? Me gustaría, por ejemplo, poder escribir el mensaje: [b:hizodmfk]Mostrando resultados 7 al 29 de un total de 50[/b:hizodmfk] y que éste se actualizara al navergar por el xbrowse. Por supuesto, no deseo agregar una nueva columna most...
xBrowse - 1ra. y última filas pintadas
nFirstKeyNo := oBrw:KeyNo() - oBrw:nRowSel + 1 nLastKeyNo := nFirstKeyNo + oBrw:RowCount() - 1 In case of RDD, nFirstKeyNo and nLastKeyNo are the OrdKeyNo() of the first and last records displayed. In case of Array, nFirstKeyNo and nLastKeyNo are the first and last array elements displayed. In case of RecoreSet they...
xBrowse - 1ra. y última filas pintadas
Thank you very much, Mr. N. Now I have EXTENDed CLASS txBrowse WITH METHOD nFirstKeyNo (and nLastKeyNo). Regards. César Lozada
xBrowse - 1ra. y última filas pintadas
[quote="César E. Lozada":1z2b33yc]Thank you very much, Mr. N. Now I have EXTENDed CLASS txBrowse WITH METHOD nFirstKeyNo (and nLastKeyNo). Regards. César Lozada[/quote:1z2b33yc] Please reconsider. There will be hundreds of such requirements for various purposes. Should we keep modifying the main class for each such r...
xBrowse - ADO - SetMultiSelectCol - lAutosort
Ciao RAO I have an xbrowse with SetMultiSelectCol and lAutosort (as example) . If the customer selects columns and then changes the oRs order (since SetMultiSelectCol works with oRs: AbsolutePosition) the result of the selected columns is wrong . I think SetMultiSelectCol should work on the table ID . [code=fw:3d1kykw...
xBrowse - ADO - SetMultiSelectCol - lAutosort
[quote:1kh8lgsl]If the customer selects columns and then changes the oRs order (since SetMultiSelectCol works with oRs: AbsolutePosition) [/quote:1kh8lgsl] NO. oBrw:aSelected is NOT an array of oRs:AbsolutePositions. It is an array of oRs:BookMarks BookMark of a RecordSet is like RECNO() of DBF. Does not change wit...
xBrowse - ADO - SetMultiSelectCol - lAutosort
Thanks Rao The correct code is: [code=fw:2y5iswyb]<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;">&#40;</span> cParam <s...
xBrowse - ADO - SetMultiSelectCol - lAutosort
Maurizio, gracias por publicar el código, funciona de maravilla <!-- 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" al...
xBrowse - Add Array
Hi All, I have a problem with xBrowse and array, if I want to add record ( array ) in a xbrowse in the same times, but the result is a blank record.....?? my code like this: [code=fw:280ox8tl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #...
xBrowse - Add Array
saludos intenta cambiando aData := {{"",ctod("00-00-0000"),0,""}}, por aData := {"",ctod("00-00-0000"),0,""} fijate que lo defines de una forma, y luego grabas de otra, bueno, creo ese es el detalle, intenta a ver... aadd( aData, { str(i,5), dtoc( date() + 1 ), i + 100, "test i + 100" } ) saludos... <!-- s:shock: -...
xBrowse - Add Array
Hi Thanks for reply, but I have Array in 2 dimensions. any one can help me...? Mulyadi
xBrowse - Add Array
Dear Mulyadi, try this , [code=fw:3ae74nl8]<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 />func main...
xBrowse - Add Array
Hallo joek hoa... <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Thanks for reply the result is wrong, all record to display just in 1 colums.. if I define array at the top the result is okay.. but i want to create dinamic xbrowse with array.. Any idea...? Mulyadi.
xBrowse - Add Array
Hi Mulyadi, you must put AUTOCOLS. here everything ok. regards, Kok
xBrowse - Add Array
Hi Mulyadi, compile using fivewin version 12.07 + bcc63 [url:37zzdxrg]http&#58;//dl&#46;dropbox&#46;com/u/55109320/pic&#46;jpg[/url:37zzdxrg] regards, kok
xBrowse - Add Array
Oke. Thanks Kok Joek Hoa now I using old version 11.12, xHarbour 121 rev 6406. and If I compile with version 6.12, the result is okay. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> or have a bugs in my library... maybe I must be using a trick like: save and retrieve fro...
xBrowse - Ayuda para ordenar
Buenas noches, Por más que le doy vueltas no consigo lograrlo. Tengo un browse de oDbf en el cual, al pulsar sobre los heads ordeno por esa columna. Hasta ahí todo bién. La cuestión es que necesito buscar por dos campos indexados y lo hago así: [code=fw:3hjjn98d]<div class="fw" id="{CB}" style="font-family: monospa...
xBrowse - Ayuda para ordenar
Hola amigo, prueba lo siguiente: oBrow:aCols[ nCol ]:cSortOrder :="NomTAG" Ejemplo: [code=fw:28osj1cp]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrow:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #00...
xBrowse - Ayuda para ordenar
Gracias por responder, Creo que no entendiste lo que necesito hacer. La línea asignando el orden a cada columna las defino cuando hago el "add" de cada columna del browse y no es el problema. La cuestión es, vamos a suponer que el operador presiona el izquierdo del mouse sobre el header de la coumna dos, así queda ...
xBrowse - Ayuda para ordenar
Rolando, prueba con esto En tu Xbrowse define tus columnas asi: [code=fw:14kwey86]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp;oCol := oBrw:<span style="color: #000000;">AddCol</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oCol:<...
xBrowse - Ayuda para ordenar
Hola, Rolando. =============== [size=50:3v57lkia]"LA COLUMNA QUE SE CORRESPONDE CON EL INDICE EN EL QUE SE ENCONTRÓ EL DATO QUEDE CON SU HEADER TENIENDO LA FLECHITA QUE INDICA QUE ESTÁ ODENADO POR ESA COLUMNA, es decir, como si presionara el botón izquierdo del mouse sobre el header de esa columna."[/size:3v57lkia] ==...
xBrowse - Ayuda para ordenar
Adhemar, Gracias por responder, pero creo que no es lo que ando buscando. Rod, Gracias por responder. Lo tuyo se acerca a lo que busco. Ya lo había logrado usando [code=fw:1z2vx73m]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;"...
xBrowse - Bitmap - JPG
Hello, I saw an example to use BMP files in a xBrowse() Is it also possible to use JPG files. Thanks, Willy
xBrowse - Bitmap - JPG
It's not possible, image for using in browses (any kind) should be always BMPs in files or resources.
xBrowse - Bitmap - JPG
Willy, You have to use a TImage object that reads the JPG and convert it into a BMP automatically in memory.
xBrowse - Bitmap - JPG
Thanks, Is there an example. Greetings, Willy.
xBrowse - Bitmap - JPG
Therefore I should have to change the txBrowse class. However this is a complex situation I will give it a try. Any tips how to start this ? Thanks, Willy
xBrowse - Bitmap - JPG
Willy, Try this: [code:3kf9bqtg] METHOD AddJpgFile&#40; cJpgFile &#41; CLASS TXBrwColumn local hBmp &#58;= FILoadImg&#40; cJpgFile &#41; AAdd&#40; &#58;&#58;aBitmaps, &#123; hBmp, nBmpWidth&#40; hBmp &#41;, nBmpHeight&#40; hBmp &#41; &#125; &#41; return &#46;t&#46; [/code:3kf9bqtg]
xBrowse - Bitmap - JPG
Thanks Antonio, I test this as soon as possible Willy
xBrowse - Bitmap - JPG
At this momoent it is already possible to browse JPG files in a xBrowse() But it only works when there is only 1 dataline. Is it possible with xBrowse to combine bitmaps and multiple datalines. The JPG is not displayed in the middel of the column. When I give the column the exact width it is not displayed completely...
xBrowse - Bitmap do Header
Antonio, a bitmap do header não fica transparente ao usar LOOK 2007. tem como resolver isso? [url=http&#58;//imageshack&#46;us:2ft6e01g][img:2ft6e01g]http&#58;//img99&#46;imageshack&#46;us/img99/1605/bitnotraqj8&#46;jpg[/img:2ft6e01g][/url:2ft6e01g] Obrigado
xBrowse - Bitmap do Header
up!!!!
xBrowse - Bitmap do Header
UP!!!!!!!!!!!!!!!!
xBrowse - Bitmap do Header
Bitmaps on header run ok
xBrowse - Bitmap do Header
Confirm the problem. See testxbrw.prg in the samples directory. The bitmap (handle) returned by FwBmpAsc and FwBmpDes functions are not transparent. Regards Pier Luigi
xBrowse - Bitmap do Header
Pier Luigi: [url=http&#58;//img228&#46;imageshack&#46;us/my&#46;php?image=headrw4&#46;jpg:381bn197][img:381bn197]http&#58;//img228&#46;imageshack&#46;us/img228/8315/headrw4&#46;th&#46;jpg[/img:381bn197][/url:381bn197] thanks
xBrowse - Bitmap do Header
Olá, Tente com Bitmap 32bts e transparencia
xBrowse - Bitmap do Header
mais Vagner as bitmaps são da classe xbrowse!
xBrowse - Bitmap do Header
[quote="SGS":fw3ca7h6]mais Vagner as bitmaps são da classe xbrowse![/quote:fw3ca7h6] Vc pode mudar os bitmaps <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->, veja em a tela do Silvio no fórum em Inglês <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" />...
xBrowse - Bitmap do Header
GRATO VAGNER
xBrowse - Bookmark (post CERRADO)
Gente; Tengo una Tabla en la que muestro un xBrowse de articulos desde una DBF. Al ejecutarse en red, se me ocurre que para que dos usuarios puedan seleccionar el mismo artículo (sin que el segundo lo encuentre ya seleccionado o, que el usuario se encuentre con articulos selccionados por otro usuario), introducir el u...
xBrowse - Bookmark (post CERRADO)
Esta consulta esta MAL EXPUESTA, gracias La reformularé en otro post
xBrowse - Bookmark (post CERRADO)
Mario Forgive me if I mis-translated your message .. if you are trying to trap a bookmarked row in xBrowse .. 1) make sure you use this Marquee style [code=fw:180y38t6]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oLbx:<span style="color: #000000;">nMarqueeStyle</span> := MARQSTYLE_HIGHLROWMS  <span...
xBrowse - Bookmark (post CERRADO)
Rick; many tank for your reply in fact, I needed a multi-row select, so i should must change :nMarqueeStyle Regards
xBrowse - Borda com lRecordSelector
Quando utilizo XBROWSE com scroll bar(vertical e horizontal) e lRecordSelector:=.f. o BROWSE fica sem BORDA, causando um efeito visual muito ruim. [url=http&#58;//imageshack&#46;us/photo/my-images/844/hqe2&#46;jpg/:1a5tnt8o][img:1a5tnt8o]http&#58;//img844&#46;imageshack&#46;us/img844/5492/hqe2&#46;jpg[/img:1a5tnt8o][...
xBrowse - Busqueda Incremental
Estimados; Alguien que me pueda brindar un ej. de esta funcion para un xBrowse en el que despliego el resultado de un Query (uso MariaDB) muchas gracias Saludos
xBrowse - Busqueda Incremental
Mario, Si los datos que vas a desplegar son semi-estaticos, a mi me ha funcionado muuuy bien mostrar el contenido del recordset en el xbrowse y despues aplicar un filtro al mismo dependiendo lo que estes buscando. Yo uso MySQL pero quiero pensar que debe ser muy similar al motor que tu usas. Saludos
xBrowse - Busqueda Incremental
Amigo prueba asi Local cbusca:="" LOCAL cSelect:="ma_arti,ma_des1,ma_fami,ma_pcom,ma_flet,ma_comp,ma_desc1,ma_desc2,ma_desc3,sto_ok,bod_ini1,bod_ent1,bod_sal1,ma_con_com,ma_bloqueo" REDEFINE GET oGet VAR cBusca ID 101 OF oDlg UPDATE FONT oVentPrinc:oFont COLOR CLR_BLUE when .f. ...
xBrowse - Busqueda Incremental
Raymundo; gracias por tu respeusta. Te cuento: MariaDB es el nuevo motor desarrollado por Michael "Monty" Widenius [url:14isrfn3]http&#58;//es&#46;wikipedia&#46;org/wiki/MariaDB[/url:14isrfn3]. El proyecto de Monty surge en represalia a la politica de Oracle. Y como podrás leer, del enlace de arriba, es compatible con ...
xBrowse - Busqueda Incremental
jbrita; probaré tu propuesta, muchas gracias
xBrowse - Busqueda Incremental
Mario, Por eso te preguntaba acerca de los datos a localizar y mostrar. Si es un catalogo de clientes que se le hacen muy pocos ajustes ( insert,delete,update) genero el recordset y despues le aplico el filtro de la busqueda. Si los datos son variables ( historico operaciones, diferentes condiciones, etc ) al estar ha...
xBrowse - Busqueda Incremental
Raymundo; gracias por tu aporte. La Tabla prinicipal es de insumos hospitalario, por lo que estimo que las ALTAS/MODIFICACIONES no serán de considerables ajustes. Por lo que el uso de LIKE sería interesante, de cualquier manera me llama la atención REGEXP, funcion que no conozco y la estudiaré Saludos
xBrowse - Busqueda Incremental
(O.T.) Una cosa mas Si esto esta SOLUCIONADO, como lo pongo en el texto del Asunto <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> . Ya que le agrego, pero luego muestra el orignal sin la palabara agregada(?) gracias
xBrowse - Búsqueda incremental - Agregado (No hace falta)
Buenas noches, No encontré otra forma de hacerlo así que agregué una reforma al "METHOD Seek( cSeek ) CLASS TXBrowse" con la finalidad que al hacer una búsqueda incremental en campos que están escritos todo en mayúscula. Si el teclado no está en mayúsculas, con esta reforma también realiza la búsqueda incremental. [c...
xBrowse - Búsqueda incremental - Agregado (No hace falta)
[quote:18qnkv9f]No encontré otra forma de hacerlo así que agregué una reforma al "METHOD Seek( cSeek ) CLASS TXBrowse" con la finalidad que al hacer una búsqueda incremental en campos que están escritos todo en mayúscula. Si el teclado no está en mayúsculas, con esta reforma también realiza la búsqueda incremental. [/q...
xBrowse - Búsqueda incremental - Agregado (No hace falta)
Good afternoon, Yes, you are absolutely right. Still do not understand why, but in my program had this fault. Today I went to compile everything again and to my surprise, my program works fine without "my added". I apologize for the inconvenience. Thank you. Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_bigg...
xBrowse - ColDividerStyle/RowDividerStyle
To Mr. Rao, It would be fine if ColDividerStyle/RowDividerStyle could be selected for each row and col. Do you think it is possible to move the drawing of the dividers from the [i:1lhv0to3]Paint [/i:1lhv0to3]to the [i:1lhv0to3]PaintData [/i:1lhv0to3]method? Thanks in advance Ott
xBrowse - ColDividerStyle/RowDividerStyle
Mr. Otto This is on my personal wish-list too. Hope someday soon FWH will provide this feature.
xBrowse - Color de fondo en array no permite edición - LISTO
Buenas tardes, Tengo un Browse en el cual defino un color de fondo en un array así: [code=fw:y6fhd5s9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> aVerde:=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> .<span style="color...
xBrowse - Color de fondo en array no permite edición - LISTO
Rolando, gracias por compartir tu solución <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xBrowse - Color en Columna
Hola Gente Deseo pintar una columna de un color distinto a la del resto. De hecho así lo tengo en otros xBrowses. Aunque en el caso del que pinto con el efecto "pijama", no me toma la que pretendo diferenciar. Este es mas o menos el código [code=fw:c7v6s4v5]<div class="fw" id="{CB}" style="font-family: monospace;">   W...
xBrowse - Color en Columna
Hola Mario. Ya probaste con: [code=fw:2in7bw63]<div class="fw" id="{CB}" style="font-family: monospace;"> oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bClrStd</span>...
xBrowse - Color en Columna
Francisco, gracias por responder Mi define es (son): #define CLR_BACKTIZA nRGB( 230, 230, 230 ) Aunque probé como me indicas, la columna "no se quiere sacar el pijama" <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
xBrowse - Color en Columna
Puede tener algo que ver lo que tengas definido en el: [code=fw:1tpp3xzh]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">nMarqueeStyle</span> &nbsp; &nbsp;:= ..... &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//Por ejemplo: MARQSTYLE_HIGHLROW</span><br />&nbsp;</div>...
xBrowse - Color en Columna
Cristobal, gracias por tu interes Deshabilite esa llinea y tampoco pasa por ahí. Voy a mirar bien el códigó en el browse que si me muestra columnas colorizadas
xBrowse - Color en Columna
Intentalo poniendo oBrw:aCols[1]:bClrStd := {|| { CLR_BLACK, RGB(166,166,255) }} despues del oBrw:CreateFrom...() Asi me funciona: [code=fw:2xy7d2sq]<div class="fw" id="{CB}" style="font-family: monospace;">@<span style="color: #000000;">3</span>,<span style="color: #000000;">1</span> <span style="color: #0000f...
xBrowse - Color en Columna
Amigos; es sábado y parece que la "mente" me esta diciendo basta!.... jejeje mi error es este: (copiar y pegar no siempre es la solución!) :bClrEdit := {|| { CLR_BLACK,CLR_BACKTIZA } } en lugar de [b:ebrt1k6i]:bClrStd [/b:ebrt1k6i] := {|| { CLR_BLACK,CLR_BACKTIZA } } que obviamente si funciona... que papelón! <!-- s...
xBrowse - Color en Columna
Prueba con: [code=fw:3su5984a]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">oDataFont</span> ...
xBrowse - Color en Columna
graciassss!!!
xBrowse - Columna Descendente (Solucionado)
Estimados; Tengo una DBF, administrada con ADS, y un campo numerico del cual genero un índice que indico sea Descendente Cuando ejecuto la App, la vista es con el orden deseado, aunque el ícono de la cabecera de columna, lo muestra como Descendente Mi codigo es el siguiente: [code=fw:1a8c8hb3]<div class="fw" id="{CB}" ...
xBrowse - Columna Descendente (Solucionado)
Mario: Creo que te falta indicar el BMP a mostrar [code=fw:1zjey0uu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />  <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> ::<span style="color: #000000;">oBrwCab</span> <span style="color: #0000ff;">ID</span> <span ...
xBrowse - Columna Descendente (Solucionado)
Armando; gracias por responder En realidad no lo comente, pero el bmp se muestra, solo que indicado Ascedente (muestro imagen) [img:1y3xrvky]http&#58;//img199&#46;imageshack&#46;us/img199/6430/descend&#46;JPG[/img:1y3xrvky]
xBrowse - Columna Descendente (Solucionado)
Mario: En tu código no veo definido el BMP y asumo que por default te coloca el ascendente (1), intenta definirlo con la línea que te incluí, para indicarle que muestre el bmp descendente. Saludos
xBrowse - Columna Descendente (Solucionado)
Armando; disculpa, no lo mencione, compile incluyéndolo, la respuesta es al misma gracias, nuevamente
xBrowse - Columna Descendente (Solucionado)
Mario: Con esta línea en el ON INIT de tu ventana o dialogo solucionas el problema [code=fw:25x9rg11]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oWnd <span style="color: #0000ff;">ON</span> <span style="color:...
xBrowse - Columna Descendente (Solucionado)
Efectivamente! solucionado, gracias!
xBrowse - Consulta sobre EDIT_LISTBOX
Estimados; Utilizo la opción de referencia, creando la lista, en array, previo al despliegue del browse. Ahora, se presenta la necesidad de armar la Lista al momento de tomar el foco cada registro. De manera que el EDIT_LISTBOX muestre una lista diferente, que tambien puede no tener datos, segun el registro en foco. Al...
xBrowse - Consulta sobre EDIT_LISTBOX
Algo asi? [url:1mipp9ef]http&#58;//www&#46;forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=9689[/url:1mipp9ef] [url:1mipp9ef]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=9345&start=45[/url:1mipp9ef] [url:1mipp9ef]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&...
xBrowse - Consulta sobre EDIT_LISTBOX
Retomando el tema... estoy con el mismo problema... hay alguna solución para ésto? Muchas gracias! Roberto
xBrowse - Consulta sobre EDIT_LISTBOX
Gracias Joao!
xBrowse - Control Character
Hi All I use a field in my browse that pops up a dialog for entering notes ( the dialog is not from a resource file ) - this works fine with Windows 7 but on Windows XP the enter key is saved as a character in the field. ( hope that makes sense). When using a resource we select multi line and want return - how do you...
xBrowse - Control Character
TEXT, MEMO and MULTILINE clauses are synonyms. EMG
xBrowse - Control Character
Colin Looking at the Get in FiveWin.ch it shows both TEXT, MEMO and MULTILINE .. however MEMO seems to be associated with Multiline ???. [code=fw:1n8a178x]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#command @ <nRow>, <nCol> <span style="color: #0000ff;">GET</span> <span style="color: #000000;">&#...
xBrowse - Coordenadas en Pixel - Solucionado !!!
Como puedo saber en un xBrowse, las coordenadas en pixel cuando clicleo en una celda especifica??? Desde ya muchisimas gracias. Abrazo. Miguel. PD. <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=21608&p=114947&hilit=coordenadas+en+pixel#p114947">viewtopic.php?f=6&t=216...
xBrowse - Coordenadas en Pixel - Solucionado !!!
Miguel Angel, Has avanzado en implementar los tooltips por celdas ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xBrowse - Coordenadas en Pixel - Solucionado !!!
Antonio , estoy en eso solo que no como Tooptip, sino con la función HTMLPOP(), que me parece de una potencialidad enorme. Todavía no logro la posición exacta en pixel, pero hoy creo que lo logro. Ademas de estos parámetros la función tiene algún otro ??? HTMLPOP( hWnd, cHelpFile, HH_DISPLAY_TEXT_POPUP, cnHelp, nRow, ...
xBrowse - Coordenadas en Pixel - Solucionado !!!
Miguel, El código fuente esta en FWH\source\winapi\helpchm.prg y verás que basicamente lo que hacemos es usar el comando HH_DISPLAY_TEXT_POPUP: [url:2raay6xi]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/windows/desktop/ms670082(v=vs&#46;85)&#46;aspx[/url:2raay6xi] Antes de enviar ese comando, se rellena una e...
xBrowse - Coordenadas en Pixel - Solucionado !!!
Ok .... ahora los veo. Gracias <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> Miguel
xBrowse - Dates - FWH 2310
You will love this one. A client notified me this morning about a problem. I am waiting to hear about his computer and windows version, but here is what I have found: First, the code for the xbrowse using a resource [code=fw:31idhk13]<div class="fw" id="{CB}" style="font-family: monospace;">&nbsp; &nbsp; <span styl...
xBrowse - Dates - FWH 2310
I assume ::oOrders is a Database Object. Please confirm. [quote:11a6685m]wrkdat displays as "999999" while the others display as normal dates.[/quote:11a6685m] This happens if oCol:cEditPicture of this column is "999999". XBrowse builds the picture from that column's cDataType, nDataLen and nDataDec. In turn, XBrowse...
xBrowse - Dates - FWH 2310
No problem. It is late but I will do those steps in the morning. Yes, it is strange, and unique, so I’m happy to do those tests. The one client who had problems is running OS 21H2, so I asked him to run the Windows update. Sent from my iPhone using Tapatalk
xBrowse - Dates - FWH 2310
Good Morning, I have run that on both computers. On both computers xbrowser shows wrkdat as D 8 On the i7 computer, the right click displays wrkdat D On the Virtual machine, the right click displays wrkdat D 999999 To clarify, although the dates are different for entries of wrkdat, the incorrect display shows ...
xBrowse - Dates - FWH 2310
[quote:23usr3en]On the i7 computer, the right click displays wrkdat D On the Virtual machine, the right click displays wrkdat D 999999[/quote:23usr3en] This difference is surprising. Can you take some more trouble and test it with program built with 2307 ? We need to understand why is this difference between i7 pc a...
xBrowse - Dates - FWH 2310
I did build with FWH 12.07 and now it shows the same issue. On the ARM machine ... it shows on the aStructure ... WRKDAT, D, 8, 0, , , 999999 On the i7 is shows as WRKDAT, D, 8, 0, , , , so no 999999 Just to be sure, I copied the entire data directory from the known good to the problem system and thus the fi...
xBrowse - Dates - FWH 2310
[quote:xqwl32t0]On the ARM machine ... it shows on the aStructure ... WRKDAT, D, 8, 0, , , 999999 On the i7 is shows as WRKDAT, D, 8, 0, , , , so no 999999 [/quote:xqwl32t0] This has nothing to do with your files/databases 1. This problem was there in 2307 also and still continues. Am I right? 2. In that case , even wi...
xBrowse - Dates - FWH 2310
Unfortunately, I think it got more complicated than that. First, clients who have the problem were not using ARM computers. I was able to see the problem using mine ( C2 below ). Computer 1 ( C1) is my primary programming computer. I am running Windows 11, 23H2. Builds are done with Harbour ( 32 & 64 ), FWH ( late...
xBrowse - Dates - FWH 2310
Dear Tim, Is the problem solved ? It seems as you missed to copy something. Is it so ?