topic
stringlengths
1
63
text
stringlengths
1
577k
xbrowse method GORIGHT
Sr. Antonio: How many elements the array has ? +/- 200 What database RDD are you using ? SQLRDD e DBFCDX
xbrowse method GORIGHT
Prueba a construir samples\FiveDBU.prg y comprueba si con él tambien te ocurre lo mismo, gracias
xbrowse method report
can I have a sample of this method report of xbrowse with groups ? thanks
xbrowse method report
testxbrw3.prg
xbrowse method report
If you want to generate a report grouped on any column value, specify that column object as the last parameter ( 5th parameter ) of the report method. Please keep in mind that that data is already indexed or sorted on that column value. You can mention either column number or column object, but I prefer to specify th...
xbrowse minor bugs. ... nageswaragunupudi
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29479">viewtopic.php?f=6&t=29479</a><!-- l --> <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29475">viewtopic.php?f=6&t=29475</a><!-- l -->
xbrowse modificado
He hecho algunas modificaciones en el método Report de xbrowse, lo añadí al proyecto pero al correrlo me sale este error: [code=fw:l8es3f3r]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Called <span style="color: #0000ff;">from</span>:  => __ERRRT_SBASE<span style="color: #000000;">&#40;</span> <span...
xbrowse modificado
Horacio, probá de recompilar TODO de nuevo. Por el mensaje de error parece que el errorsys que estás usando no está pasando el objeto donde se produce el error, lo adivino por lo que dice de NIL:MSGNOTFOUND( 0 ) Fijate bien que errorsys estás usando, asegurate de que sea el de FW.
xbrowse modificado
Carlos, gracias por responder. Uso el errsysw nativo de fw. Lo extraño es que si la clase xbrowse que viene en \source\classes la compilo con mis módulos no funciona, me tira el error que puse en el post anterior. Lo mismo me pasa con la clase bar, si lo agrego a mi proyecto cuando ejecuto xBrowse : Report() se produce...
xbrowse modificado
Horario, Verifica que todos los módulos estén compilados con la misma versión de FWH, Harbour y los mismos switches a ver qué tal.
xbrowse modificado (Antonio)
Hola Antonio, Pues por aqui comentando que le hice una pequeña modificacion a la xbrowse para poder configurar desde codigo el color del estilo WIN7 asi como el color de su borde, es algo muy simple, pero me parecio que cada quien le pueda asignar el color que guste, por defaul se guarda el que viene con la clase, por ...
xbrowse modificado (Antonio)
perdon, adjunto imagen [url=http&#58;//imageshack&#46;us/photo/my-images/27/xbrwwin7&#46;jpg/:obn746n7][img:obn746n7]http&#58;//img27&#46;imageshack&#46;us/img27/7485/xbrwwin7&#46;jpg[/img:obn746n7][/url:obn746n7] pak.o
xbrowse multi select
I wish select many rows [img:cbfjdmd9]https&#58;//i&#46;postimg&#46;cc/MKKv6p1H/jk&#46;png[/img:cbfjdmd9] I try with :SetMultiSelectCol() but is not good for me , I wish select multiple rows and not only one how should i select multiple rows at the same time? how should i remove the checkbox from the first colum...
xbrowse multi select
OK ...Now I change the style [b:21fi98ep]oLbxRuote:nMarqueeStyle := MARQSTYLE_HIGHLROW[/b:21fi98ep] [img:21fi98ep]https&#58;//i&#46;postimg&#46;cc/RZm3kLXr/bbbb&#46;png[/img:21fi98ep] NOW RUN But I wish to not have the first column ( checkbox ) , How I can do ?
xbrowse multi select
Do not use :SetMultiSelectCol() Instead set marqueestyle to MARQSTYLE_HIGHLROWMS
xbrowse multi select
[quote="nageswaragunupudi":1yjmnx35]Do not use :SetMultiSelectCol() Instead set marqueestyle to MARQSTYLE_HIGHLROWMS[/quote:1yjmnx35] thanks but How I can make to select ? I need to select one or more rows
xbrowse multiselect
if I use on xbrowse : oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS and select many records with mouse and ctrl can I have on an array asel:={} the records I select ?
xbrowse multiselect
oBrw:aSelected EMG
xbrowse multiselect
thanks but How I can print only the record selected can you make a small sample please
xbrowse multiselect
oRpt:bSkip := { || oRpt:Cargo := ::rptSKIP( ) } Method Rptskip() class Txbrowse local n1,n1old n1old:=::skip(1) n1:=n1old IF len(::aSelected)>0 While AScan( ::aSelected, If( ::nDatatype==DATATYPE_ARRAY,::nArrayAt,eval(::bKeyno)))==0 n...
xbrowse multiselect cell
Hi to all, my problem, in my xbrowse I have [code=fw:kvi7q5dw]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">nMarqueeStyle</span>  := MARQSTYLE_HIGHLCELL<br /> </div>[/code:kvi7q5dw] and I'd like multiselect cell with CTRL + mouse click like xbrowse multiselect when...
xbrowse multiselect cell
Puedes usar: [code=fw:3r72hwtu]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw::<span style="color: #000000;">SetMultiSelectCol</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div>[/code:3r72hwtu]
xbrowse multiselect cell
[quote="damianodec":1pm1uza2]Hi to all, my problem, in my xbrowse I have [code=fw:1pm1uza2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">nMarqueeStyle</span>  := MARQSTYLE_HIGHLCELL<br /> </div>[/code:1pm1uza2] and I'd like multiselect cell with CTRL + mouse click l...
xbrowse mysql busqueda incremental (SOLUCIONADO)
hola. Se puede realizar este tipo de busquedas sobre una tabla mysql mostrada con xbrowse? gracias.
xbrowse mysql busqueda incremental (SOLUCIONADO)
En mi blog tienes una entrada que comenta como hacer ordenaciones y busquedas incrementales con xBrowse y ADO. Creo que puede serte de utilidad. [url:3lk40hr8]http&#58;//bielsys&#46;blogspot&#46;com/2008/04/usando-origenes-de-datos-ado-y-2&#46;html[/url:3lk40hr8]
xbrowse mysql busqueda incremental (SOLUCIONADO)
[quote="Biel EA6DD":3llai8mo]En mi blog tienes una entrada que comenta como hacer oirdenaciones y busquedas incrementales con xBrowse y ADO. Creo que puede serte de utilidad. [url:3llai8mo]http&#58;//bielsys&#46;blogspot&#46;com/2008/04/usando-origenes-de-datos-ado-y-2&#46;html[/url:3llai8mo][/quote:3llai8mo] Viendo.....
xbrowse mysql y las columnas ordenadas?
hola. Como hago para poder tener un xbrowse con 2 o 3 columnas que puedan ser ordenadas al hacer un click en las columnas? Gracias. Agradezco desde ya.
xbrowse mysql y las columnas ordenadas?
Hola Mira yo lo lo que hago es programar en la cabecera de columnas una funcion que se encarga de * En el caso der ser un cursor volver a pedir el cursor con un SELECT y refrescar * En el caso de poner el cursor en una arreglo xbrowse permite ese sort
xbrowse mysql y las columnas ordenadas?
[quote="Vladimir Zorrilla":79uzrltw]Hola * En el caso der ser un cursor volver a pedir el cursor con un SELECT y refrescar [/quote:79uzrltw] Aunque esto funciona, sería mejor utilizar el metodo sort de ADO, así evitas ejecutar otro SELECT, y minimizas el trafico de red y la carga del servidor.
xbrowse nRowDividerStyle
Hi how can I condition the nRowDividerStyle? I'd like nRowDividerStyle (LINESTYLE_BLACK) when inside DBF record there is logical value TRUE in CONTROL field else there must be no separating line between one line and another (LINESTYLE_NOLINES). thanks
xbrowse nRowDividerStyle
Not possible now. We may provide this feature in future.
xbrowse no me cambia su altura.
hola. [code=fw:2koo7sw9]<div class="fw" id="{CB}" style="font-family: monospace;">   @ <span style="color: #000000;">80</span>, <span style="color: #000000;">330</span> <span style="color: #0000ff;">XBROWSE</span> oBrw;<br />         <span style="color: #0000ff;">SIZE</span> aoGrupo<span style="color: #000000;">&#91;<...
xbrowse no me cambia su altura.
Hola Gosfancito, yo lo uso asi: (FWH1006) oBrw:SetSize(oDlg:nWidth-34, oDlg:nHeight-114) Saludos
xbrowse no me cambia su altura.
gracias
xbrowse no muestra el contenido de la columna
Hola FiveWinners. PRIVATE aMOVTOS:={" ","FALTA","PERMISO","ASISTENCIA","RETARDO","DESCANSO","ENFERMEDAD","MATERNIDAD","LABORIESGO","INCAXAT","VACACION","TXTIEMPO"} ADD COLUMN oComb TO oBrw DATA (cNAlias)->NA_TIPMOV ; HEADER "Movimiento" ; SIZE 120 EDITABLE oComb:bOnPostEdit := {|o, v, n| iif( n != VK_ESCAPE, (...
xbrowse ocultar sin eliminar.... como_
hola. necesito que un xbrowse no muestre una columna y que no aparezca en menu contextual para mostrarlo de nuevo pero si que no se lo elimine. gracias.
xbrowse ocultar sin eliminar.... como_
amigo no se si sea lo que necesitas [code=fw:1j1o0zj9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   ......<br />   <span style="color: #00C800;">Local</span> vMuestra:=.t.<br />   ......<br />   oCol:= oLamcla:<span style="color: #000000;">oBrwCaja</span>:<span style="color: #000000;">AddCol</span...
xbrowse ocultar sin eliminar.... como_
hola: no se si esto te sirva pero creo entender que necesitas trabajar con otros campos de una tabla pero que el usuario vea solo algunos campos. yo lo uso de esta forma: [code=fw:2l8mxmy5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />            <span style="color: #0000ff;">REDEFINE</span> <span s...
xbrowse ocultar sin eliminar.... como_
gracias.
xbrowse old version (2015) oCol:bToolTip
Hi, I have to solve a problem using and old version of xbrowse (2015) Is it possible to modify this code in order to activate tooltip only if the cell has focus? [code=fw:2ieab8ig]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; oCol:<span style="color: #000000;">bToolTip</span> &nbsp; &nbsp; &nbsp...
xbrowse old version (2015) oCol:bToolTip
Maybe here is something that can help... [code=fw:eqg3xfbp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />      oBrw:<span style="color: #000000;">kleur</span>:<span style="color: #000000;">bToolTip</span> :=  <span style="color: #000000;">&#123;</span> | oBrw,r,c,f,oMouseCol,nMouseRow| MyColToo...
xbrowse old version (2015) oCol:bToolTip
ThankYou Mark I hope this works out oCol:bToolTip      := { |[b:3jrmz8vr]oBrw,nRow,nCol[/b:3jrmz8vr]| If( oBrw:nArrayAt <= Len( aIncident[ 1 ] ), aIncident[ 1 , oBrw:MouseRowPos( nRow ) ], "" ) } many thanks
xbrowse perdida del focus con bEditValid
Fivewin 15.03 Actualmente estoy trabajando con Fivewin 11.06 y no me he podido cambiar a la versión 15.03 porque al usar el xbrowse pierde el foco cuando utilizo en el valid y en la validación uso un dialogo para dar ciertas opciones, ya probe en 32 y 64 Bits y trabaja bien todo, solo lo del browse. A continuación co...
xbrowse perdida del focus con bEditValid
[quote:1h28gbip]si puedo usar obrw:SetFocus(), pero el problema es que se va al primer get y este get puede tener un valid que haga ciertas cosas como volver a a traer toda la información del browse.[/quote:1h28gbip] Luis. He probado tu ejemplo, y en efecto el cursor salta al primer get. Pero con esta pequeña modific...
xbrowse perdida del focus con bEditValid
Francisco, Gracias Pero el oBrw:SetFocus() si lo lleva de nuevo al Browse, pero antes se hace la validación del Get, porque se pierde el foco ejemplo colocandole el obrw:SetFocus() pero al primer GET le coloque un valid con msginfo() para que vea el error. Y el error es que al hacer un valid ese valid puede ser para ...
xbrowse perdida del focus con bEditValid
Si. Prueba asi: [code=fw:3be8rdf6]<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;">"InKey.ch"</span><br /><span style="color: #00D7D7...
xbrowse perdida del focus con bEditValid
Francisco, Gracias, si de esa forma sirve, porque se va al primer foco que en este caso el browse. pero tengo un software ERP que tiene miles y miles lineas de programación y esta trabajando en bastantes empresas y eso es empezar a revisar todos los browser con ese problema, con la versión 11.06 trabaja bien pero con ...
xbrowse perdida del focus con bEditValid
<!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=3&t=26594&hilit=beditvalid#p147088">viewtopic.php?f=3&t=26594&hilit=beditvalid#p147088</a><!-- l --> <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=6&t=28396&hilit=bvalid#p159080">vie...
xbrowse perdida del focus con bEditValid
Francisco Muchas gracias por el interés, muy amable.
xbrowse perdida del focus con bEditValid
Aqui hay un ejemplo completo, de Mr. Nages. Explica como usar bEditValid. Puede ser de gran ayuda. <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=3&t=29629&hilit=beditvalid#p167765">viewtopic.php?f=3&t=29629&hilit=beditvalid#p167765</a><!-- l --> Saludos.
xbrowse picture for string with percentual field
I wish insert a picture with "%" into a column of a xbrowse as this: [img:ppkpje08]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/2014/11/percent&#46;jpg[/img:ppkpje08] Note : the final user inser a string (max 10 CR) not a number !! How I can make to replace the record with percetual symbol at the end if the ...
xbrowse picture for string with percentual field
Any solution ?
xbrowse picture for string with percentual field
Silvio: Just an idea. Using the VALID method you can do this: [code=fw:3gszqqv2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> cUserVar<br />....<br />....<br />....<br /><br />        <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000...
xbrowse picture for string with percentual field
Armando I'm using a xbrowse
xbrowse picture for string with percentual field
Silvio: Ouch, I'm not expert in xBrowse class, but I remember xBrowse has POSTEDIT method then you can use my previous idea with that method. Regards
xbrowse picture for string with percentual field
I tried with bOnChange method but it not run ok or I not Know how set the right variable sample :bOnChange := { |oCol, uOldVal| MyFuncOnChange( oCol, uOldVal ) }
xbrowse picture for string with percentual field
[code=fw:2o53mmmd]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCol:<span style="color: #000000;">bEditValue</span> := <span style="color: #000000;">&#123;</span> |x| <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> x == <span style="color: #00C800;">nil</span>, <span...
xbrowse picture for string with percentual field
thanks... I not Know remright .func.is xharbour ? perhaps I made some errors because here not run also When iinsert sample "50+30+3" it not replace the symbol % at the end [code=fw:15hfnc34]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; aBrowse &nbsp; &nbsp; := &nbsp;<span style="color: #000...
xbrowse picture for time in datetime field
Hello, In an xBrowse, I have a datetime field. I only want to show time in hh:mm:ss, but I tried with picture "@T" and also i get miliseconds, which I don´t want to show. Please, how can I only show hh:mm and seconds?. Thank you. Best regards
xbrowse picture for time in datetime field
Lucas, Can't you just parse it out using substr()? James
xbrowse picture for time in datetime field
Added a TIME-field to my new Xbrowse-sample : [img:23hbl5ug]http&#58;//www&#46;pflegeplus&#46;com/pictures/Xbrtime1&#46;&#46;jpg[/img:23hbl5ug] [code=fw:23hbl5ug]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">// FIELD ("ABC")->TIMESET = C 8 &nbsp;=> "10.12.05"</spa...
xbrowse picture for time in datetime field
Hello, Thanks UWe but you´re using time(), not datetime() field, which offers time in hh:mm:ss:ms format. Hope Mr. Nages can reply to his. Thanks folks.
xbrowse picture for time in datetime field
Lucas, You can EXTRACT a timestring from =>[color=#008040:1dv2wmur] [b:1dv2wmur]DateTime() [/b:1dv2wmur][/color:1dv2wmur] to use in xBrowse : [color=#0000FF:1dv2wmur][b:1dv2wmur]dt := DateTime() cHours := ALLTRIM(STR( Hour( dt ) )) + ":" cMinutes := ALLTRIM(STR( Minute( dt ) )) + ":" cSeconds := ALLTRIM(STR( Secs( dt...
xbrowse picture for time in datetime field
Lucas Consider ADDing the DateTime field and use the Data codeblock to parse up the string .. Rick Lipkin [code=fw:32rc3zhr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />ADD oCol <span style="color: #0000ff;">TO</span> oLbxA <span style="color: #00C800;">AT</span> <span style="color: #000000;"...
xbrowse picture for time in datetime field
[quote="lucasdebeltran":13g1g7sh]Hello, In an xBrowse, I have a datetime field. I only want to show time in hh:mm:ss, but I tried with picture "@T" and also i get miliseconds, which I don´t want to show. Please, how can I only show hh:mm and seconds?. Thank you. Best regards[/quote:13g1g7sh] If you want to show da...
xbrowse picture for time in datetime field
Hello, Thank you, but I only want to show Time. I guessed it was a Smart way. Finally, I did as the classic way: [code=fw:197pbc7w]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">LOCAL</span> Dt := <span style="color: #0000ff;">RIGHT</span><span style="color: #000000;">&#40;...
xbrowse picture for time in datetime field
Then please try oCol:cDataPicture := "hh:mi:ss" You do not have to make any conversions or use any formulae
xbrowse picture for time in datetime field
Mr. Nages, That´s what I was looking for. It Works great. Thank you very much. Best regards.
xbrowse postedition move
Hi everyone! i have a little xbrowse contribution now we can select move direction to next cell post edition open xbrowse.ch ( add ) [code:1666tfnp] #define MOVE_RIGHT 1 #define MOVE_LEFT 2 #define MOVE_UP 3 #define MOVE_DOWN 4 #define MOVE_NONE 5 #defi...
xbrowse print/report method?
All, Does anyone have a report or print method for xbrowse? Thanks, Randal
xbrowse print/report method?
wich version you have?
xbrowse print/report method?
Sorry there's not in new version , try it please [code:29ehpuw2] METHOD Print&#40; lPreview, lModal, cTitle &#41; CLASS TXBrowse local oPrn, oRep, oCol local aCols local xValue local cAlias local nFor, nLines, nLine, nBookMark DEFAULT lPreview &#58;= &#46;t&#46;,; lModal &#58;= ...
xbrowse print/report method?
Silvio, I have the latest version 7.11. Thanks for the code, I'll give this a try. Best Regards, Randal
xbrowse print/report method?
Randal I wait your comment
xbrowse print/report method?
Silvio, I found finfo1 and finfo2 in the browse.prg. Where can I find finfo3 function? Thanks, Randal
xbrowse problem
hello! xbrowse fwh0802 oBrw:Refresh() not work. After oBrw:Delete() if i use oBrw:Refresh() the record deleted still display in browse. If i use oBrw:Delete(),oBrw:GoTop() and oBrw:Refresh() work great. Thanks.
xbrowse problem
Wanderson Add this definition to your browser oBrw:bBookMark := {| n | iif( n == nil,(MYALIAS)->(RecNo()), (MYALIAS)->(dbgoto(n)) ) } When you delete add the folowing IF OBRW # NIL OBRW:skip(1) OBRW:skip(0) IF oBrw:eof() OBRW:skip(-1) OBRW:skip(0) ENDIF ENDIF oBrw:refresh() oBrw:SETFOC...
xbrowse problem
Hi All This code work oCol := oLbx:AddCol() oCol:AddResource("GREEN") oCol:AddResource("RED") oCol:cHeader := "Started" oCol:bBmpData := { || iif(oProject:prjstart, 1, 2) } oCol:bStrData := { || iif( oProject:prjstart, "Yes", "No ")} oCol:bEditValue := { || oProject:prjstart } o...
xbrowse problem
This code works [code=fw:2mqqazxe]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <br />WITH OBJECT oBrw:<span style="color: #000000;">AddCol</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; :<span style="color: #000000;">cHeader</spa...
xbrowse problem
Mr G. N. Rao. Thank you for your help. Cheers Colin
xbrowse problem
[quote="Colin Haig":ucp42zu7] Another odd thing is when I select the dropdown listbox (yes , no) as soon as I move the mouse to make a selection the values in the cells above and below disappear but refresh when I double click on either option. Colin[/quote:ucp42zu7] This is a problem since Kinetic scrolling was intro...
xbrowse problem
Rao, We are going to review it asap, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xbrowse problem
This is a working fix ( though definitely not an elegant one), for versions from FWH908 onwards. This fix can be safely used till FiveWin provides the right fix. [code=fw:1nl3r8ie]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #0000ff;">Paint</s...
xbrowse problem (Fixed)
Hello friends of the forum I'm doing a consultation, I have a GET and GET validator that populates a temporary table, on which he works and xbrowse the problem. Here is the error: [quote:u0buzqzg] Application =========== Path and name: D:\Proyectos\Inventa\Inventa.exe (32 bits) Size: 1,195,008 bytes Time fro...
xbrowse problem (Fixed)
The error indicates that either the alias is invalid or the database is not open. James
xbrowse problem (Fixed)
James, Thanks for your time. In effect, this is the error reported. The problem is that if I close the table and it does when you start the process, it does when you move to another item in the dialogue, and return to xbrowse clicking, more than once. created a temporary table to be filled with the data to see. [code...
xbrowse problem (Fixed)
I'm not sure what you are trying to do. Are you creating a browse with a dbf, then creating a temp dbf from the open dbf, then closing the original dbf and opening the temp dbf using the same alias and the same browse? If so, the browse is going to error out when the original dbf is closed. Can you use scopes instea...
xbrowse problem (Fixed)
I'm working with a MySQL database, the query request, and she filled the temporary table. And the solution you found, is to leave open the temporary table as the program is open. This function is called from dialogue in which you request a product code. Maybe it just convenional, but until you master the datasets using...
xbrowse puede soportar que en una CELDA tenga varias C y F?
Hola. xbrowse puede soportar q una CELDA posea varias columnas y filas? <!-- m --><a class="postlink" href="http://1drv.ms/1ygXJAK">http://1drv.ms/1ygXJAK</a><!-- m --> gracias.
xbrowse puede soportar que en una CELDA tenga varias C y F?
Not now. I am considering adding this facility
xbrowse puede soportar que en una CELDA tenga varias C y F?
[quote="nageswaragunupudi":narr45kf]Not now. I am considering adding this facility[/quote:narr45kf] Gracias!
xbrowse question
Hello I start using xbrowse and i see a little problem: <!-- m --><a class="postlink" href="http://img143.imageshack.us/my.php?image=xbrwmv3.jpg">http://img143.imageshack.us/my.php?image=xbrwmv3.jpg</a><!-- m --> Is it normal? Fwh 8.01 Thanks. Wanderson
xbrowse question
Hello Wanderson I add this in xBrowse.prg // nAdjColumn is the colums to expand [color=green:3ipgbalg]DATA nAdjColumn AS NUMERIC [/color:3ipgbalg] METHOD Adjust() CLASS TXBrowse local nFor, nLen, nHeight, nStyle [color=green:3ipgbalg] Local nTot := 0 LOcal nMaxWidth := ::nWidth() - 5[/color:3ipgbalg...
xbrowse question
[quote="Maurizio":2eregjsx]Hello Wanderson I add this in xBrowse.prg // nAdjColumn is the colums to expand [color=green:2eregjsx]DATA nAdjColumn AS NUMERIC [/color:2eregjsx] METHOD Adjust() CLASS TXBrowse local nFor, nLen, nHeight, nStyle [color=green:2eregjsx] Local nTot := 0 LOcal nMaxWidth := ::n...
xbrowse question?
Dear All, I try to create small program to see the index expression. It has 3 columns in array but it shows 4 columns in the xbrowse as picture. [url=https&#58;//ibb&#46;co/dD35hk:28xxq9ns][img:28xxq9ns]https&#58;//preview&#46;ibb&#46;co/mgawoQ/Index&#46;png[/img:28xxq9ns][/url:28xxq9ns] What is the matter? [code=f...
xbrowse question?
In the definition of xbrowse please see this part of the code: [code=fw:3skzanoh]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">PIXEL</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oDlg <br />&nbsp;</div>[/code:3skzanoh] Please change i...
xbrowse question?
Dear Mr.Rao, Thank you so much and apologize for stupid question. Regards, Dutch
xbrowse questions
Hi All I am just starting to use xbrowse and have some questions - I am using cell editing - when I hit enter on a cell that has data it turns blue over the data and I have to use the left arrow key to set the cursor back to first position - I would like to hit enter and be at the first letter of the data ready to e...
xbrowse questions
Hi All Have resolved both questions. Cheers Colin
xbrowse questions
Hello Colin, I'm working on a new Update of the xBrowse-Tools Release 5.0a Many new Function are added like Support of the new Gradient-Background and Multiline-Headers. I think it will be very helpful for You, starting with xBrowse and Design the different Parts of a Browser like Background, Header, Footer .... I hop...