topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xBrowse 1408 Edit_Get_Button | Rao
Thank you for your recent fixes !!
Rick Lipkin |
xBrowse 1408 TAB thru Edit_Get Button | Antonio and Rao
Please look at being able to TAB through EDIT_GET_BUTTON as well as EDIT_LISTBOX.
Thanks
Rick Lipkin |
xBrowse 1408 TAB thru Edit_Get Button | Fixed
FWH 14.09 |
xBrowse 2010 look.. | Dear All,
Any with 2010 look on xBrowse? |
xBrowse 3 reg por pagina | Yo pondría en xBrowse para mostrar tres registros por página. ¿es posible?
Por supuesto, cuando se le informó que el xBrowse deberá demostrar que la altura de las células
ronaldo |
xBrowse 3 reg por pagina | Yes.
Please set oBrw:nRowHeight equal to 1/3 or the height of browse defined by you. |
xBrowse 3 reg por pagina | but I need to properly adjust the xbrowse 3 lines at the right height |
xBrowse 3 reg por pagina | Please try the logic in this sample:
[code=fw:1chgaoyz]<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;">"ord.ch"</span><br /><span sty... |
xBrowse 3 reg por pagina | Gracias |
xBrowse : < oCol:nCreationOrder > Error | Hello, from Germany
I want to create a xBrowser with automatic Col-defines
[code:1htkt75u]
// It works without define each COL
// like i need it.
// -------------------------------------------------
lOemAnsi := .T.
// to show old DOS-Clipper DBF
// ---------------------------------------
oBrw5 &#... |
xBrowse : Arraysort and arrayseek (again) | Browsing a array make it possible to have each column as seek column , a dbf only the columns with a index.
A index can be very complicated, see in the example column3 , numbers are omitted from the ordering (and seek)
In many cases i try to use a array instead from a dbf. To have the same results from the dbf orderi... |
xBrowse : Arraysort and arrayseek (again) | Column 2 and column 8 are made unique .
Clicking column 8 or 2 (several times) may NOT change the record !!!!
[code=fw:1fi3qmfk]<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: #00D7... |
xBrowse : SameArrayStruct( oBrw aNew ) (fwh8.10) | HelloSetarray calls this functionFor me same arraystructure means :LEN(adata) == LEN(aNew) AND Each column from olddata must have the same valtype from new dataMust line :if nLen <= Len( aNew ) <=== !!!!!!!!!! not be changed in if nLen = Len( aNew[1] ) <=== !!!!!!!!!!Frank[code:830s2dws]
function Sa... |
xBrowse : SameArrayStruct( oBrw aNew ) (fwh8.10) | Frank,
In FWH 8.12 it is fixed in the way you describe <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse : Switch-back from Col to Row-preview => solved ! | Hello,after some more tests, i found the solution, howto switch from Row- to Col-preview and back.[img:2q9g53ns]http://www.pflegeplus.com/pictures/setting16.jpg[/img:2q9g53ns][img:2q9g53ns]http://www.pflegeplus.com/pictures/setting17.jpg[/img:2q9g53ns]it has to be done in a complete diff... |
xBrowse : Switch-back from Col to Row-preview => solved ! | Uwe,Thanks for sharing it! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse : oBrw:ColAtPos(nPos) | Hello,
I have a button with as action :
ATAIL(oBrw:aCols):Hide() , Prnt(oBrw ) , ATAIL(oBrw:aCols):Show()
This give a error in :
METHOD ColAtPos( nPos ) INLINE ::aCols[ ::aDisplay[ nPos ] ]
LEN(::aDisplay) < LEN(::aCols) while npos == LEN(::aCols)
Maybe is better :
[code:i7j0illi]
# xtranslate MinMax(<x... |
xBrowse : oBrw:ColAtPos(nPos) | Frank,
Modified, many thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse : using 'Ctrl-PgDn' or key 'end' | Hello ,
Using xbrowse with a dbf (dbfcdx) i have 3 columns with a index.
When the first column (with a index) is seekcolumn and i press 'Ctrl-PgDn' or key 'end' , the browse shows the first 12 records followed with the last record.
Moving the mouse to the top line from the dialog , clear the browse and displays the... |
xBrowse : using 'Ctrl-PgDn' or key 'end' | Sory , reindexing the dbf solves the problem.
Frank |
xBrowse :ToExcel Method - Problem with Memo's? | Hello
I have some tables *.DBF with *.cdx indexes and some of them contain memo fields. The memo table is in *.fpt format. I am using the FWH / [x]Harbour xBrowse(...) function to do a quick browse of selected dbf tables and in some cases to export the table values to Excel for further processing. It works fine when... |
xBrowse :ToExcel Method - Problem with Memo's? | I think the problem is not with memo fields, but with a date field in your browse. I also guess you have SET EXACT ON in your application.
The original code in xbrowse.prg at line 5206 is
[code=fw:2r4rhfs5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> ValType<span st... |
xBrowse :ToExcel Method - Problem with Memo's? | Thank you for quick response. Your suggestion worked well. The above problem is fixed.
Perhaps Antonio can include this minor change in the next release of FWH / [x]Harbour so that a custom version of xBrowse need not be generated for Fivewin applications?
Again, I thank you
Best Regards,
Angelo.c |
xBrowse :ToExcel error | Hi all,
the following error appear exporting using the xbrowse method :ToExcel() with Excel 2003.
error excel application/1 language settings
I'm using FWHx 12.12 and xHarbour 1.2.1
Any ideas ? Thanks in advance. |
xBrowse :ToExcel error | Can you please test this program on the PC where Excel 2003 is installed?
[code=fw:101bh75t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> ExcelTest<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span ... |
xBrowse :bEditValid executed 3x... | Hello everyone,
Im Using FW9.11's xBrowse
[code=fw:3kc2vr8b]<div class="fw" id="{CB}" style="font-family: monospace;">WITH OBJECT xBrw<br /> :<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span> <span style="color: #000000;">1</span> <span style="color: #000000;">]</span>:<span... |
xBrowse :bEditValid executed 3x... | for me it evaluates only once. |
xBrowse :bEditValid executed 3x... | Colleague here is the solution
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=15953&p=82608&hilit=bvalid#p82608">viewtopic.php?f=6&t=15953&p=82608&hilit=bvalid#p82608</a><!-- l -->
Luiz Fernando
FWH 912, XHB 1.2, ADS9.0 |
xBrowse :bEditValid executed 3x... | [quote="nageswaragunupudi":37c58rse]for me it evaluates only once.[/quote:37c58rse]
GNR,
Are you using FW9.11? I have no fancy routine just plain :bEditValid, BTW :nEditType := EDIT_GET
Regards,
Fraxzi |
xBrowse :oBtnElip background color | Dear All,
I tried to :setcolor oBtnElip but still cannot change the background particularly if stretching the xBrowse's data height.
see in red line..
[img:39klmjsf]http://i208.photobucket.com/albums/bb82/fraxzi/xBrwButton.jpg[/img:39klmjsf]
How to properly set this with Fivewin v9.11..
Regards,
F... |
xBrowse :oBtnElip background color | Hello
try with
oCol:lBtnTransparent = .T. |
xBrowse :oBtnElip background color | [quote="Daniel Garcia-Gil":1mqmyckd]Hello
try with
oCol:lBtnTransparent = .T.[/quote:1mqmyckd]
Hi Daniel,
I already tried..
[code=fw:1mqmyckd]<div class="fw" id="{CB}" style="font-family: monospace;"><br />..<br />oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style... |
xBrowse < DrawTextEx > on right-mouseclick ? | Hello,
I have a little problem using < [color=#FF0000:30iwui0u]DrawTextEx[/color:30iwui0u] >
With a right-mouseclick I can change a Image, but the painted text is not refreshed.
How to call < DrawTextEx > on right-mouseclick, after the new Image is selected ?
oBrw:Refresh() doesn't work.
The Image-matrix :
[img:30i... |
xBrowse < oLbx:bClrSelFocus > not allways works ? | Hello,I wanted to define a focused Text-color.It seems, it only works together with something like :oLbx:nMarqueeStyle := MARQSTYLE_HIGHLROW[img:1xbcmofo]http://www.pflegeplus.com/pictures/textcolor0.jpg[/img:1xbcmofo]I need this !!!!-----------------[img:1xbcmofo]http://www.pflegeplus.com/p... |
xBrowse < oLbx:bClrSelFocus > not allways works ? | bClrSelFocus color cell selectedbClrRowFocus color row selectedwhen you use MARQSTYLE_HIGHLROW or upyou can use oLbx2:bClrSelFocus and oLbx:bClrRowFocus (you can see this with 2 or more columns)using only MARQSTYLE_HIGHLROW or upcolor selection row will be defaultusing MARQSTYLE_HIGHLROW or up with oLbx2:bClrSelFocusth... |
xBrowse < oLbx:bClrSelFocus > not allways works ? | see row transparet using MARQSTYLE_HIGHLROW or upStep 1..[b:36v727gb] New DATA to [color=red:36v727gb]CLASS TXBrwColumn[/color:36v727gb][/b:36v727gb][code:36v727gb]
DATA lColTransparent INIT .f.
[/code:36v727gb]
Step 2...
Change this line in method PainData
[code:36v727gb]
if oBrush != nil
hBrush ... |
xBrowse < oLbx:bClrSelFocus > not allways works ? | Hello Daniel,It's tested and works perfect !!!Great job.Thank You very much.RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
xBrowse => oBrw:SelectCol(nPos) doesn't work ? | Hello,
I added Buttons, to jump to a defined Position ( in % ) Row and Col of a Grid.
Useful, to jump to a Position working with big Tables.
Because each Project can have different Sizes, I used [color=#FF0000:f0xpshk2]Percent[/color:f0xpshk2] of max Rows and Cols.
For my Test, I created a Browser with 20 Rows and 50 ... |
xBrowse => oBrw:SelectCol(nPos) doesn't work ? | If you want to go to a particular column number,
oBrw:nColSel := <nColNo>
oBrw:RefreshCurrent() |
xBrowse => oBrw:SelectCol(nPos) doesn't work ? | Mr. Rao,
Thank You very much.
I tested, but it seems to work only in one Direction
I still had to add < oBrw:oHScroll:SetPos( nCPos ) >, otherwise the HScroll-thumb stays at the left.
I got it working with :
// nSGet[3] = max Cols
@ 173, 455 BTNBMP oBtn[15] ;
SIZE 32, 11 OF oDlg1 PIXEL 2007 ROUND ;
PROMPT "C 50%" ;
... |
xBrowse ARRAY SELECTBOX | To all,
Would someone be so kind to post an example how to make best
a xBrowse from an ARRAY with a select column (YES/NO).
I always change the array and then read the whole array again and do a refresh.
But I think this could be done easier.
Thanks in advance,
Otto
[img:3ddwsi46]http://www.atzwanger-so... |
xBrowse ARRAY SELECTBOX | Otto,
Here is a copy of an old message about using a on/off bitmap in xBrowse. Is this what you are already doing? Why do you need to reload the array?
James
----------------------------
Post subject: Re: Xbrowse newbiePosted: Fri Mar 20, 2009 11:07 am
Joined: Fri Oct 07, 2005 5:50 am
Posts: 474
Location: Columbia... |
xBrowse ARRAY SELECTBOX | Hello James,
thank you for putting me in the right direction.
Now it is working.
Best regards,
Otto
[code=fw:3vlh40f6]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span styl... |
xBrowse ARRAY SELECTBOX | Mr Otto
Why all this code? I think this small function works well
oBrw:aCols[ 1 ]:SetCheck( { 'OKKLEIN', 'LEER' } )
oBrw:aCols[ 1 ]:nEditType := 1 |
xBrowse ARRAY SELECTBOX | Hello Mr. Rao,
thank you. You are right. May I ask for some more help.
How do I suppress the displaying of .T., .F. beside the bitmap?
I would like to lock some records from being able to be changed.
I tried like this. How would you suggest to implement this functionality.
Thanks in advance
Otto
[code=fw:1ptd88iy]... |
xBrowse ARRAY SELECTBOX | Hello Otto.
Please try with bStrDta := {|| NIL } |
xBrowse ARRAY SELECTBOX | Hello Daniel,
I tried
oBrw:aCols[1]:bStrData := {|| NIL } but with no success.
But on the PC I am working – production system – I have 9.01 installed.
I will try with a newer xBrowse later.
I will post the result tomorrow. Thanks again.
Best regards,
Otto |
xBrowse ARRAY SELECTBOX | this was a minor bug earlier.
In the present version it is automatically suppressed |
xBrowse ARRAY SELECTBOX | Otto...
this is a easy way to solve your problem... but you need modify the xbrowse class
open xbrowse.prg
find METHOD PaintData
in method find ( aprox line 6834 )
[code=fw:27ctfg5t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> ::<span style="color: #000000;">bStrD... |
xBrowse ARRAY SELECTBOX | Hello Daniel,
thank you. Now it is ok.
Best regards,
Otto |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | Hello,
because I'm to lazy, searching always inside a ASC-table or loading a external appl,
I created a xBrowse-solution. The different CHR's are seperated in groups and
displayed inside a extra browser.
I noticed, serching for a value, nKeys < 100 must be edit with a 0 like [b:384na6jr]063[/b:384na6jr]
Maybe You like... |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | Thanks! |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | Hello,
for the new release with print-button, I need a[color=#0000FF:2cflqu2l] [size=150:2cflqu2l]REPORT-sample[/size:2cflqu2l][/color:2cflqu2l]
printing 4 columns from 4 defined ARRAYS [color=#0000FF:2cflqu2l][b:2cflqu2l]next each other [/b:2cflqu2l]:[/color:2cflqu2l] like the browsers :
[img:2cflqu2l]http://www&... |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | Uwe,
Define the action of your print button: ACTION Print( cChar1, cChar2, cChar3, cChar4 )
[code=fw:2xhqxzt8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> <span style="color: #00C800;">Print</span><span style=... |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | André,
Thank You very much for Your help.
Now it works / includes the things I needed.
One browser solution .
New Download 1.2 :
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/Ascview2.zip">http://www.pflegeplus.com/fw_downloads/Ascview2.zip</a><!-- m -->
[img:2foj5gs9]http://www.... |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | A extended version .
Now You can create Your own viewer with any Brush-background-combination and Textcolor
A working PRG / EXE will be generated with or without a main-window.
As well it is a tool, to optimize the background-selection between Window, Dialog, Folder and Text.
Download
<!-- m --><a class="postlink" hre... |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | Uwe,
Compiled with MSVC excel (2007) goes to front. The only change I did was to remove line 627 from wasc.prg because it throwed an error: wasc.prg(627) Error E0030 Syntax error "syntax error at '|'" |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | André,
Thank You very much for testing.
There are 2 compiled versions included ( EXE )
WAsc.exe ( with Mainwindow )
and DAsc.exe ( only Dialog ).
There Excel is not shown on TOP ?
Maybe someting to do with my config.
Can You send me Your recompiled Version by Email for a test ?
<!-- e --><a href="mailto:esckoenig@aol.... |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | Sent. |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | Hello Uwe, nice job!
Here, to compile WASC.PRG, had to change the line # 627 to:
STYLE nOR( DS_MODALFRAME , WS_POPUP, WS_DLGFRAME, WS_THICKFRAME )
The Excel opens at the front.
Regards, Euclides. |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | New Update 3.1
now You can create Your own tables, because
Array changed to DBF.
Complete rewritten with many new functions.
Download :
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/ascview3.zip">http://www.pflegeplus.com/fw_downloads/ascview3.zip</a><!-- m -->
[img:1rshn9wf]http://... |
xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2 | New Update 3.2
added [color=#0000FF:dpbpt1rc][b:dpbpt1rc]colored xbrowse-cell[/b:dpbpt1rc], [/color:dpbpt1rc]
showing the incremental search result of a key
Because all settings are saved in the first record of ASCKEYS.dbf, there is no need
to recompile WASC.exe and DASC.exe.
Changing brushes or colors, is done with ... |
xBrowse AUTOSORT | Muy buenas, alguien me podría decir por que si ordeno el xbrowse con AUTOSORT y definido así solo me deja ordenar algúnas columnas:
function xbrowsetest()
redefine XBROWSE oR:aoTbrs[1] id 501 COLUMNS 17,2,6,9,7,15,16;
OF oR:oDlg SIZES 40,120,90,170,90,170,90 HEADERS "Sel.","Recibo","F.Fac... |
xBrowse AUTOSORT | Do you want that xbrowse should NOT sort on some columns?
Set oCol:cSortOrder := nil, for those columns. |
xBrowse AUTOSORT | Gracias, pero es todo lo contrario, hay columnas que se pueden ordenar y otras nó, me gustaría que todas se puedan ordenar.
Un Saludo y mil gracias. |
xBrowse AUTOSORT | If you use AUTOSORT clause, all columns are sorted. |
xBrowse AUTOSORT | Pues en este caso no es así, no se porque, ¿alguien sabe por que?
un saludo. |
xBrowse AUTOSORT DBF does not work | Hello,
I have an xBrowse defined such way:
[code=fw:ba6a40fe]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">14</span>,<span style="color: #000000;">72</span> <span style="color: #0000ff;">XBROWSE</span> oVMenuBrowse <span style="color: #0000ff;">SIZE</span> <span style="co... |
xBrowse AUTOSORT DBF does not work | [code=fw:3okjbbck]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">14</span>,<span style="color: #000000;">72</span> <span style="color: #0000ff;">XBROWSE</span> oVMenuBrowse <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">-10</span>,<span style="color: #... |
xBrowse AUTOSORT DBF does not work | Thank you.
But in some xbrowse cols, I have defined the field like this:
( CONCEPTO->IMPORTE + (CONCEPTO->IMPORTE*CONCEPTO->IVA/100) - (CONCEPTO->IMPORTE*CONCEPTO->IRPF/100) )
But in COLUMNS clause does not work. How should I proceed please? |
xBrowse AUTOSORT DBF does not work | In the COLUMNS clause, we can include expressions also, as long as the expression can be evaluated in another module, i.e., expressions not containing local variables or static functions.
The above can be written as
[code=fw:26ghjn3p]<div class="fw" id="{CB}" style="font-family: monospace;">COLUMNS <span style="color:... |
xBrowse Adjust Last Column | Esta adaptacion esta hecha a sugerencia del colega William Morales, espero haber captado la idea
This adaptation was suggest by William Morales
Se trata de ajustas la ultima columna del browse al ancho restante disponible, para que no quede ningun espacio vacio....
Adjust Last Column browse of the remaining available ... |
xBrowse Adjust Last Column | Daniel,
Thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse Adjust Last Column | Dear Mr.Antonio,
Can we expect these recent xBrowse changes in the next FWH build.
Regards
Anser |
xBrowse Adjust Last Column | This facility already exists in xbrowse without any change.
oBrw:nStretchCol := STRETCHCOL_LAST
With this setting, xbrowse fits ( or streches ) the last column to fit the width of the browse.
This may not look nice if the last column is a small numeric column. In such cases, there is another setting :
oBrw:nStretch... |
xBrowse Adjust Last Column | Hello nageswaragunupudi
Thank for you feedback,
every day we learn new things... |
xBrowse Adjust Last Column | Hello Mr. Rao
to use nStretchCol property does browse so slow, apparently always recalculating the column widths
this effect is visible when does use nEditType >= EDIT_LISTBOX
check this samples and click any button or resize any columns or rows...
thank for you attention
[code=fw:llhxpcrg]<div class="fw" id="{CB}" ... |
xBrowse Adjust Last Column | Yes.
Stretched columns and EditListBoxes do not go together well. Once the listbox is activated, the flicker starts. |
xBrowse Ajuste automatico ultima columna | Esta adaptacion esta hecha a sugerencia del colega William Morales, espero haber captado la idea
This adaptation was suggest by William Morales
Se trata de ajustas la ultima columna del browse al ancho restante disponible, para que no quede ningun espacio vacio....
Adjust Last Column browse of the remaining available ... |
xBrowse Ajuste automatico ultima columna | Daniel,
gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse Ajuste automatico ultima columna | Es importante la participacion de los usuarios, sobre comentarios y sugerencias...
eso ayuda a solidificar el producto y obtener el mejor rendimiento del mismo
En el foro de ingles han comentado que no hacen falta estos cambios pue ya existe en el xbrowse esta propiedad, los intresados pueden revisar el post
[quote="... |
xBrowse Ajuste automatico ultima columna | Nuevo descubrimiento con respecto a este punto... despues de varias pruebas me he dado cuenta que el uso de EDIT_GET_LISTBOX, EDIT_LISTBOX, EDIT_GET_BUTTON Y EDIT_BUTTON no trabajan apropiadamente con la propiedad de nStretchCol, porque genera un desagradable parpadeo en los botones
Por tal motivo se mantendra el camb... |
xBrowse AutoSort won't work if xBrw:lAllowColSwapping = .f. | I tested with FWH8.02. Is this a bug? |
xBrowse AutoSort won't work if xBrw:lAllowColSwapping = .f. | This is a bug even in 8.04.
I tried this small correction in XBrowse.Prg
[code:2wwevqpb]
METHOD HeaderLButtonDown( nMRow, nMCol, nFlags ) CLASS TXBrwColumn
if ::oBrw:nCaptured == 0 //.and. ::oBrw:lAllowColSwapping // commented out
::oBrw:oCapCol := ... |
xBrowse AutoSort won't work if xBrw:lAllowColSwapping = .f. | Seems to still exist in FWH10.4. Can it be fixed in 10.5 as per Rao's suggestion?
Thanks |
xBrowse Back colour of a column based on the column value. | Hi,
How do I change the Background colour of a column based on a the column value.
The following code is giving error
[code=fw:26qykd2r]<div class="fw" id="{CB}" style="font-family: monospace;">Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1004</span> <span style="c... |
xBrowse Back colour of a column based on the column value. | Please see the following sample code:
[code=fw:176cgr90]<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 ;<br /> COLUMNS <span s... |
xBrowse Back colour of a column based on the column value. | Dear Mr.Rao,
First of all let me thank you for providing a very detailed explanation and guidance on the proper usage of xBrowse. You are a real master of xBrowse. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Many novice users of FiveWin, like me may not be aware of the... |
xBrowse Back colour of a column based on the column value. | Mr Anser
I see that you want to allow the user to select the columns that are to be displayed. The approach you are adopting is that you are reading only those selected columns from the table. I agree that reading only the required columns against reading all columns from the table is theoretically faster than reading... |
xBrowse Back colour of a column based on the column value. | Personal note to Mr Anser
We live in nearby cities. If you don't mind, I would be glad to be in touch with you. My email id is <!-- e --><a href="mailto:nageswaragunupudi@gmail.com">nageswaragunupudi@gmail.com</a><!-- e --> and my phone is +91 9848046726. There could be a lot for us to learn from each other. |
xBrowse Back colour of a column based on the column value. | Dear Mr.Rao,
Thank you very much and glad to be in touch with you. I have send you an email
Regards
Anser |
xBrowse Back colour of a column based on the column value. | Dear Mr.Rao,
What would be the code to change the color of a cell based on the value of the cell. I made a mistake while raising the query. I asked the code to change the xBrowse back colour for a column, in fact my requirement was to change the back colour of a cell based on the value of the cell.
I tried your above... |
xBrowse Back colour of a column based on the column value. | Hi,
Solved the issue
[code=fw:cvqcp9yl]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">bClrStd</span> := <span style="color: #000000;">{</span> || <span style="color: #00C800;">If</span><span style="color: #000000;">(</span> oBrw:<span style="color: #000000;">Col2... |
xBrowse Back colour of a column based on the column value. | Pajama Effect:
[code=fw:negp1nv2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">bClrStd</span> := <span style="color: #000000;">{</span> || <span style="color: #00C800;">If</span><span style="color: #000000;">(</span> oBrw:<span style="color: #000000;">KeyNo<... |
xBrowse Back colour of a column based on the column value. | Dear Mr.Rao,
Thank you. Solved the issue with similiar logic. I was just trying to make sure that there are no other methods to achieve the same and that I am following the right path. Many times we may not know that there exists some methods/tricks in xbrowse to achieve the same, and without knowing it we may compli... |
xBrowse Boxed Selected Row | Hi All,
How to make selected row with solid box instead of cell?
[url=http://s208.photobucket.com/user/fraxzi/media/FWxHarbour/Boxed_Row_zpssec6ghoo.png.html:293v51ox][img:293v51ox]http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/Boxed_Row_zpssec6ghoo.png[/img:293v51ox][/u... |
xBrowse Boxed Selected Row | Mr. Fraxi
Where can I find your background image?, I like it.
Regards |
xBrowse Boxed Selected Row | [quote="Armando":2tobg1mx]Mr. Fraxi
Where can I find your background image?, I like it.
Regards[/quote:2tobg1mx]
Hi Mr. Armando,
I made it not so fancy.. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
I used this for Dialog:
[url=http://s208.photobucket&... |
xBrowse Boxed Selected Row | This is not provided. |
xBrowse Boxed Selected Row | Mr. Fraxzi:
Thank you, very much.
Regards |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.