topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xBrowse Incremental Search | Using the old tSBrowse, I could use the following code to set the order for the browse. Then with the browse displayed, I could simply start typing to get the database to reposition ... no field was necessary.
This is the last step I need to accomplish to convert to xBrowse. My question is how can I do an incrementa... |
xBrowse Incremental Search | Tim,
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=81520#p81520">viewtopic.php?p=81520#p81520</a><!-- l --> |
xBrowse Initial edit values | Hi Guys,
Is there some way to define an initial value for a xbrowse column, IF a cell of this column is edited ?
I have tried with bEditValue, but don't work... |
xBrowse Initial edit values | [code=fw:3scc4f9c]<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;">(</span><span style="color: #000000;">)</span><br... |
xBrowse Initial edit values | Thank you <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> |
xBrowse Left double click | I see this is defined
[code:1ro73kqm]oBrw1:aCols[1]:blDClickData := {|r,c,f,o| Msginfo("Left double click on column data " + o:cHeader, "TXBrowse power") }[/code:1ro73kqm]
Is it also possible to make ONE statement for a left double click on a row.
So I do not have add that ... |
xBrowse Left double click | Willy:
Pls try this way:
oBrw1:blDblClick := { | nRow, nCol, nKey | YourFunction()}
Regards |
xBrowse Left double click | HelloArmando,
I've tried this (I thought) and it did'nt work. Now it does. I must have forgotten someting simple.
Thanks,
Willy |
xBrowse LookUp | Hi All,
Sorry with my english.
To [b:2cygysd3]Mr.Antonio,[/b:2cygysd3] or [b:2cygysd3]Mr. Nages[/b:2cygysd3]
2 day ago, I has download FTDN (FWH 13.02)
the version in file Fivewin.ch is 13.02, but if I get error in my code, the error show version : 12.08..
[code=fw:2cygysd3]<div class="fw" id="{CB}" style="font-fami... |
xBrowse LookUp | Mr. Nages.....?
Help me please..... |
xBrowse LookUp | [quote:2j53dcea]I have a problem in the incremental search with RecordSet. if using Array or DBF file with mall record. this program is not problem.
[/quote:2j53dcea]
You are right.
A small bug has crept in versions 12.12 to 13.02 in Incremental Seek of ADO only.
Please make this correction.
Please locate these lines... |
xBrowse LookUp | Mr. Nages
Many Thanks..
[b:4l2maq3n]Incremental Search with ADO:[/b:4l2maq3n]
with corrected that:
1. in the case with Incrementas Search, at least be helpedful effort.
before now, every we Click in the Column Header an then we typing a text to searhcing, as a result is Error.
and now this case is not err... |
xBrowse LookUp | Good decision to move to Oracle.
I had experience in development of software with FWH+xHarbour+Oracle for a very large organisation.
One thing we should keep in mind while moving away from DBF ( or ADS ) to any other RDBS is that we can never have the comfort of browsing very large tables.
For example, we can comforta... |
xBrowse MARQSTYLE_HIGHLROW .. Rao | Rao
I am using a highlrow where the user can click on multiple xBrowse rows :
[img:2a22ikxy]http://i63.tinypic.com/16ghoxl.jpg[/img:2a22ikxy]
and I click Transfer .. I get the Bookmark array :
[img:2a22ikxy]http://i65.tinypic.com/2nvt7b7.jpg[/img:2a22ikxy]
[code=fw:2a22ikxy]<div clas... |
xBrowse MARQSTYLE_HIGHLROW .. Rao | Instead of
oLbx:BookMark(aCols[i])
Please use oLbx:BookMark := aCols[i]
Actually, the entire process can be simplified.
After the user selects some rows, ..
[code=fw:317xt6e8]<div class="fw" id="{CB}" style="font-family: monospace;"><br />nSavePos := oRs:<span style="color: #000000;">AbsolutePosition</span><br />oR... |
xBrowse MARQSTYLE_HIGHLROW .. Rao | Rao
Thank you Very Much oLbx:BookMark := aCols[i] worked perfect!
Rick Lipkin |
xBrowse MakeTotals on Array Column | To All
I am creating a complex array from multiple data sources .. the second array column is one of those columns I want to sum up on the column footer. All I know is the column is aPlan [2] Header "Origional Budget"
How can I use MakeTotals() from an array column ?
[code=fw:1cgv285u]<div class="fw" id="{CB}" style... |
xBrowse MakeTotals on Array Column | Rick
WITH OBJECT oLbx3
:aCols[2]:nFooterType := AGGR_TOTAL
END
ODLG:bSTART := { || Olbx3:MAKETOTALS(),Olbx3:SETFOCUS() }
Hth
Richard |
xBrowse MakeTotals on Array Column | To All
I found out that as I was creating my array I used the TransForm() function to format the amount which converted the value to character. I decided to use the PICTURE clause on the xBrowse Column and I achieved my desired results.
Thanks to everyone.
Rick Lipkin
[code=fw:3fxr3l9z]<div class="fw" id="{CB}" style... |
xBrowse MakeTotals() | Rao
I have a couple of questions for you .. here is my MakeTotals() and xBrowse Header code ..
[code=fw:326etm5y]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">xBROWSE</span> oLbxC ;<br /> RECORDSET oRsQu... |
xBrowse MakeTotals() | You can have the header as "Remainder On KeyDt" and still use "oBrw:RemainderOnKeyDt:nFooterType := AGGR_SUM" |
xBrowse MakeTotals() | Rao
Thanks .. how do I shift the last column TotalDaysRemaining maktotals() footer to the right ?
Rick Lipkin |
xBrowse MakeTotals() | nFootStrAlign |
xBrowse MakeTotals() | Rao
Thanks .. appreciate your Help!
Rick Lipkin |
xBrowse MakeTotals() not adding negative numbers | To All
I have an xBrowse that uses :MakeTotals() on the 'Balance' field and it was brought to my attention the total does not add up correctly when there is a negative number in the column ..
In the screenshot below there is one invoice ( on top ) with a positive value of $99.00 and one with a credit balance of -150... |
xBrowse MakeTotals() not adding negative numbers | MakeTotals() does take into account both positive and negative values. Here is a small program to test.
[code=fw:3isfjrtz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">(</span><span style="color: #000000;">)</span>... |
xBrowse Melhoria FOOTER. | DATA lFootAlignBtn AS LOGICAL INIT .f. // Usado para alinhar o rodapé quando houver um botão (EDIT_GET_BUTTON)
METHOD PaintFooter( nRow, nCol, nHeight, lInvert ) CLASS TXBrwColumn
...
else
if SetAlpha() .and. aBitmap[ BITMAP_ALPHA ]
ABPaint( hDC, nBmpCol, nBmpRow, aBi... |
xBrowse Memo MultiHeight | Saludos Foro
No se si ha implementado por aliguien esto, el MultiHeight.
Tengo documentos con detalles variables, que varian de 1 linea a 20 lineas que guardo en campos memo. |
xBrowse Memo MultiHeight | If you are asking if different rows can have different heights, it is not provided yet.
All rows have the same height. |
xBrowse Memo MultiHeight | Hola Mr. Rao
Si esa era mi pregunta, lei algo en el foro que quedo inconcluso en el 2012, el mismo tema.
[color=#0000FF:22x7c8n6]Hi Mr. Rao
If that was my question, I read something on the forum that was left unfinished in 2012, the same subject.
[/color:22x7c8n6]
[url:22x7c8n6]http://forums.fivetechsupport... |
xBrowse MergeVert | Me disponia a usar la propiedad de fusión de celdas (combinación quizas mejor traducido), en definitiva Merge Vertical de xBrowse.
Y la idea era en un browse visualizar diferentes albranes de ventas, y fusionar las filas número, fecha y total si correspondian aun mismo albarán, y visualizar el detalle de lineas de artí... |
xBrowse MergeVert | Biel,
Muchas gracias
Lo voy a comentar con Rao a ver cual es su opinión. A mi me parece excelente tu propuesta. |
xBrowse MergeVert | Biel,
Incluido para la próxima versión de FWH
gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse Metro style | Are there plans that xBrowse control can present items in a vertical or horizontal list and if yes how soon we can have such a control?
Best regards,
Otto |
xBrowse Metro style | As of now there are no such plans, but can you explain in detail what exactly are you looking for? |
xBrowse Metro style | Dear Mr. Rao,
I am going through the samples attached to VS 2012 and check which controls we have ready and which not.
This is what I mean:
[img:2d0gqryn]http://www.atzwanger-software.com/fw/listgrid.jpg[/img:2d0gqryn]
[img:2d0gqryn]http://www.atzwanger-software.com/fw/listgrid1.jpg[/i... |
xBrowse Metro style | This can be achieved with the present xbrowse with a little bit of coding in our application. I provided similar solution to Mr Uwe earlier in these forums. |
xBrowse Metro style | Dear Mr. Rao,
thank you.
I think this should be a build in feature: ListLayout / GridLayout.
[code=fw:2nltbhyu]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> listView.layout = <span style="color: #00C800;">new</span> WinJS.UI.ListLayout<span style="color: #000000;">(</span><span style="col... |
xBrowse Metro style | Any news?
Best regards,
Otto |
xBrowse Metro style | 12.08 |
xBrowse MouseWheel | Hi,
xBrowse does not allow the use of the mouse wheel when the records are less than the size of the xBrowse Client Area... Same case for xBrowse from Code and From Resources...
PS: It only works when the Mouse Pointer is directly on top of existing records... I would expect it to work in the area of the browse and n... |
xBrowse MoveCol() and nFreeze on FWH9.11 | Hello all,
Just a tip:
Using FWH9.11
If you use :MoveCol() method of xBrowse and :nFreeze with value... the order should be:
[code=fw:2d5lto9r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span... |
xBrowse MoveCol() and nFreeze on FWH9.11 | Frances,
we are going to review it,
many thanks for your feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse MoveCol() and nFreeze on FWH9.11 | Frances,
Purpose of freezing some columns is that they always remain on the left during the entire runtime of the browse.
XBrowse allows the user to rearrange the columns by dragging column headers. If the user drags un-freezed columns into the freezed area or drags freezed columns outside the freezed area, the very ... |
xBrowse MoveCol() and nFreeze on FWH9.11 | Dear Mr. Antonio,
Thank you for the detailed explanation. Switching a line of code from one to another doesn't hurt.
Thank you so much for the greatest support.
Regards,
Frances |
xBrowse Multi-Line select | To All
I have looked at the multi-line select option in the sample TestxBrw.prg and I see where you add the line .. oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS
[code=fw:3rwmkmvm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FU... |
xBrowse Multi-Line select | Dear Rick, maybe this little code can give you an idea or guidance.
It works on two identical dbf files.
local n, nn, aProducts:=oBrw:aSelected //MULTISELECT
FOR nn:=1 to len(aProducts)
Sourc->(dbgoto(aProducts[nn]))
Dest->(dbAppend())
FOR n := 1 to Sourc->(Fcount()... |
xBrowse Multi-Line select | Francisco
I believe you are on the right track with ..
[code=fw:20hoa1hv]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aCols := oLbx:<span style="color: #000000;">aSelected</span><br /><span style="color: #0000ff;">xbrowse</span><span style="color: #000000;">(</span> aCols <span style="color: #... |
xBrowse Multi-Line select | To All
After doing some tests it appears the array value for aCols[i] is actually the 'bookmark' value..
[code=fw:35qh17ss]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aCols := oLbx:<span style="color: #000000;">aSelected</span><br /><span style="color: #0000ff;">xbrowse</span><span style="color: ... |
xBrowse Multi-Select (bookmarks ) | Rao
I have some code that uses Multi-Select and I want to be able to total the Balance of the selected rows. I am using this code ( please forgive the debug info ) that loops thru the Len of aCols.
When I select multiple lines ( in this case 2 lines ) I see two bookmark records ( 141 and 288 ), however the For\Next L... |
xBrowse Multi-Select (bookmarks ) | To All
Doing a quick search thru thru forum .. I see how to goto the bookmark record I wish to loop thru... this change was the key:
[code=fw:160nb7q1]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oLbxB:<span style="color: #000000;">BookMark</span> := <span style="color: #000000;">(</span>aCols<... |
xBrowse Multilinea se puede imprimir? | Esimados amigos
hay alguna forma de imprimir automáticamente un xbrowse multilinea sin complicarme tanto?.
Probé así: obrw:Report(), pero solo imprime la primera línea de cada fila (como ya me imaginaba).
Por favor alguien que me de una mano.
Uso Fw904
Saludos
Marcelo Jingo |
xBrowse Multiple cEditPicture on the Same Column | Hi,
Based on a specific condition, can I have multiple cEditPicture on the same column in xBrowse
I am using array in xBrowse and I have a column named Petrol Allowance, this column may contain values either in Litres or Amount. I can identify whether the figure in this column is in Litre or Amount by identifying th... |
xBrowse Multiple cEditPicture on the Same Column | Hi,
With Mr.Rao's help I solved the problem. The work round was suggested by Mr.Rao. Thanks to Mr.Rao.
Instead of cEditPicture
[code=fw:2ywodkld]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">Petrol</span>:<span style="color: #000000;">cEditPicture</span>:=<span style="co... |
xBrowse Multiple cEditPicture on the Same Column | Use the picture '@Z Rs 9999999'. Do not use 'Rs.' Dot in the picture clause is considered as decimal place.
'Rs' should be normally acceptable to the users. If you are very particular of the dot in Rs., then use StrTran( Transform( n, '@Z Rs 999999' ), 'Rs', 'Rs.' ) |
xBrowse Multiple cEditPicture on the Same Column | Dear Mr.Rao,
[quote="Mr.Rao":2kpqunrj]Use the picture '@Z Rs 9999999'. Do not use 'Rs.' Dot in the picture clause is considered as decimal place.[/quote:2kpqunrj]
Perfect!!! Thank you. The dot was the problem. [b:2kpqunrj]Picture '@Z Rs 9999999'[/b:2kpqunrj] served my purpose
Regards
Anser |
xBrowse Multiselección | Hola,Cual es la data, metodo, tecla, funcion etc, etc, que me permita saber los registros que tengo seleccionados en el xbrowse.Ejemplo: ya tengo seleccionados 7, quiero borrarlos, copiarlos, exportarloscomo detecto cuales son.Se puede hacer a la antigua con un campo selección como funcionaba en sus tiempos GrumpFish p... |
xBrowse Multiselección | Esto lo saque de la propia clase, creo que es lo que buscas[b:2e0076rw]DATA aSelected [/b:2e0076rw] // Currently records selected (only use with marquee style MARQSTYLE_HIGHLROWMS |
xBrowse Multiselección | Gracias Daniel,
Lo pruebo y te comento
Saludos,
Mauricio |
xBrowse Multiselect | Hi all,
there's a little glitch in the xBrowse when using the MultiSelect feature.
Example:
i select rows 3 and 5 of a xBrowse by keeping ctrl-key pressed and clicking each row with the mouse.
After i decide not to select the row 5 and click this row again ( ctrl-key is still pressed ).
Now the unwanted row 5 is act... |
xBrowse Multiselect | Change the default color of each one to achieve a good result
[list:3h7gt4jh]
[*:3h7gt4jh]bClrStd[/*:3h7gt4jh]
Not selected row
[*:3h7gt4jh]bClrSel[/*:3h7gt4jh]
Selected row
[*:3h7gt4jh]bClrSelFocus[/*:3h7gt4jh]
Focused
[*:3h7gt4jh]bClrRowFocus[/*:3h7gt4jh]
Focused Row
[/list:u:3h7gt4jh] |
xBrowse Multiselect | Samir,
many thanks for your help. Your advice looks promising.
But xBrowse doesn't care about it.
here a sample:
I choosed rather weird colors to see the effects.
[code:ildjfibi]#INCLUDE "FiveWin.ch"
#INCLUDE "XBrowse.ch"
function Main()
local oDlg, aLin := {}, i, oBrw
for i := 1 TO 6
... |
xBrowse Multiselect | I didn't test before, but this must help...
Maybe Antonio can solve it for you <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
xBrowse Multiselect | sorry i dont understand
i see all color ok
Window focus (xbrowse)
[img:w1kkd2m6]http://www.mcfox.org/fivewin/imagen1.jpg[/img:w1kkd2m6]
window lostfocus (xbrowse)
[img:w1kkd2m6]http://www.mcfox.org/fivewin/imagen2.jpg[/img:w1kkd2m6] |
xBrowse Multiselect | [quote="Daniel Garcia-Gil":26nc36aw]sorry i dont understand
i see all color ok
[/quote:26nc36aw]
Daniel,
the colors may be ok.
My problem is the following:
A user gets a list with records and he wants to delete rows 1, 3 and 5.
With multiselect now problem.
[img:26nc36aw]http://www.d-hoefner.de/files/xBr... |
xBrowse Multiselect | [quote="Detlef Hoefner":32604wtl]
If the user presses the delete button he will be surprised that row 1 will be deleted.
IMO that's a little bit irritating.
[/quote:32604wtl]
how do u deleted selected rows?
i do checked DATA oBrw:aSelected only saw row 5 selected...
only delete row into data ::aSelected
please check t... |
xBrowse Multiselect | Daniel,
many thanks for your help.
But i already knew how to handle the :aSelected array.
My example of deleting rows was not good.
My concern is just the misleading color of a selected row while the :nArrayAt pointer is at a different row.
Here an other example where a user might be irritated.
He first selects row ... |
xBrowse Multiselect | This is why you must change the colors.... put a color like (255,0,0) for the focused row and (50,50,50) for the selected row.... |
xBrowse Multiselect | Hi Detlef,
Samir is on the right track--you must have some way to visually tell them apart. If you look at the way Windows Explorer handles this, the active record is colored and it has a dotted black border. Normally you don't even notice this border since the color tends to hide it.
If you multi-select files by hol... |
xBrowse Multiselect | Thanks for jumping in, James,
i'm still not sure about the visual appearance of a multiselect browse.
Even in Windows Explorer and other windows apps this is not handled comprehensible.
There are different methods for navigation and 'actions'.
Example:
in Windows Explorer select 3 elements with Ctrl-key pressed.
Aft... |
xBrowse Multiselect | Detlef,
I would have to disagree with you on this point. I would find it very disconcerting if I deselected an item and then the active record jumped to somewhere else in the list (as you suggested to the last selected record). This would be really bad if the last selected item was far removed from the last deselected... |
xBrowse Multiselect - Selectall | Hi,
I have a multiselect xbrowse of an array, and want to select all items.
I have try oBrw:SelectAll(), but it only works if I allready selected at least 2 items.
Is there an other way to select all items.
I use FWH64 16.03 |
xBrowse Multiselect - Selectall | For this browse please set
oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS |
xBrowse Multiselect - Selectall | Thank you, now it's working <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Another question about selecting rows. Is there a posibility to select records according to a condition.
I want for example select all raws where column 1 is holding the text '.CSV', after pre... |
xBrowse Multiselect - Selectall | Assuming array browse, please try this:
[code=fw:85kduxjt]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aSelected</span> := <span style="color: #000000;">{</span><span style="color: #000000;">}</span><br />AEval<span style="color: #000000;">(</span> oBr... |
xBrowse Multiselect - Selectall | Thank you,
It's working fine.
I want to expand the possibility to deselect all files of one type.
Can I just set the value of the aSelected array to 0 for those records, or should I create a new one? |
xBrowse Multiselect - Selectall | [quote="Marc Vanzegbroeck":30vip29r]Thank you,
It's working fine.
I want to expand the possibility to deselect all files of one type.
Can I just set the value of the aSelected array to 0 for those records, or should I create a new one?[/quote:30vip29r]
I deleted the record in the oBrw:aSelected array, and now it's wo... |
xBrowse Multiselect - Selectall | Mr Roa,
Do you know how I can show the number of selected items.
Now it shows the previous selected items. |
xBrowse Multiselect - Selectall | Please try
oBrw:bOnRefresh := { || oSay:Refresh() }
where oSay is
@ r,c SAY oSay PROMPT Len( oBrw:aSelected ) SIZE ............. OF oDlg |
xBrowse Multiselect - Selectall | [quote="nageswaragunupudi":20m3nfgd]Please try
oBrw:bOnRefresh := { || oSay:Refresh() }
where oSay is
@ r,c SAY oSay PROMPT Len( oBrw:aSelected ) SIZE ............. OF oDlg[/quote:20m3nfgd]
Thank you, its working fine. |
xBrowse Multiselect == Twbrowse H.C. | Necessito trabjar com el xBrowse == ao twbrowse de Hernan; explico:Quero el xbrowse com MultiSelec e Bitmaps, assim:[img:1ntlxbwi]http://www.technet.com.br/~jackson/sbsarq/bmps/brwmulti.JPG[/img:1ntlxbwi]Mas, meu bitmap no esta ligado a nenhuno campo del DBF, es apenas um Bitmap, q basta uno click c... |
xBrowse Multiselect == Twbrowse H.C. | Tambem gostaria de saber como fazer isso, uso a TSBROWSE, mais já estou mudando todos os MEUS BROWSEs para XBROWSE, e gostaria de ver esta possibilidadeFico no aguardo |
xBrowse Multiselect == Twbrowse H.C. | Con XBrowse se puede hacer. Os "entresaco" el código que utilizo. Al clickar con el botón derecho del ratón el registro se vuelve de color amarillo y se activa un icono a su izquierda. Igualmente el array aSeleccion contiene algunos datos del registro y el array aSele contiene el número de registroSaludos,Manuel[code:2... |
xBrowse Multiselect == Twbrowse H.C. | Gracias Manuel por el ejemplo, mas, ainda no estoy conseguindo montar el Prg.Es possible postar uno ejemplo, na Pratica com uno DBF e uno EXE, para un mejor entendimento ???Gracias pela ajuda.Saludos Ale |
xBrowse Multiselect == Twbrowse H.C. | Hola Ale, aquí tienes un ejemplo:<!-- m --><a class="postlink" href="http://rapidshare.com/files/118392887/ejemplo.zip.html">http://rapidshare.com/files/118392887/ejemplo.zip.html</a><!-- m --> |
xBrowse Multiselect == Twbrowse H.C. | Perfect Manuel, Gracias, Muito bom este ejemplo.Saluds Ale |
xBrowse Multiselect == Twbrowse H.C. | Hello Manuel,Good sample - may I put your sample on:[url:1sfeedc6]http://fwcodesnips.com[/url:1sfeedc6]Regards,Otto |
xBrowse Multiselect == Twbrowse H.C. | Muy buenas a todos:
¿ Alguien conserva por ahí el fichero ejemplo.zip ?
Lo he perdido y me gustaría recuperarlo.
Gracias. |
xBrowse NOT support dynamic alias | Hello Nages.
xBrowse has support for dynamic alias management?
The definition of the parameter ALIAS "XA01" works fine, but:
The definition of the parameter ALIAS oDtbl NO works well
oDtbl generated a different number each time you open a table.
Currently use FWH 13.07
Solution will have to operate with dynamic a... |
xBrowse NOT support dynamic alias | From the syntax, oDtbl, I assume this is a database object. If so, it contains an object not the name of the alias. Try using oDtbl:cAlias.
James |
xBrowse NOT support dynamic alias | What is oDtbl ?
If it is a TDatabase object, it works too. |
xBrowse ON OFF checkbox does not work in FWH1203 | To ALL
I have noticed that inserting a check box in xBrowse has changed .. Please review my code and let me know what I am doing wrong ?
The Ado Fieldtype is YesNo .. and has worked in prior versions ..
Thanks
Rick Lipkin
ps TestXbr3.prg is not working either .. just have a column .T. or .F. for Married Column
[co... |
xBrowse ON OFF checkbox does not work in FWH1203 | Instead of
[code=fw:1q6hqao9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> ! empty<span style="color: #000000;">(</span>oCol := oLbxB:<span style="color: #000000;">oCol</span><span style="color: #000000;">(</span> <span style="color: #ff0000;">"COVERED BY WAR... |
xBrowse ON OFF checkbox does not work in FWH1203 | Rao
I tried your suggestion yesterday without success .. what I found interesting today is that by default .. "on", "off" used to work displaying an xbrowse checkbox in older ( 9.11 ) versions of FWH ( without resource support ) but for the xbrowse checkboxes to work in current versions.. you MUST import an "on" and "... |
xBrowse ON OFF checkbox does not work in FWH1203 | oCol:SetCheck()
without any parameters uses internal bitmaps by default.
If an array is specified as the first parameter, the two elements of the array should be either valid resource names or bitmap filenames.
Because you called oCol:SetCheck( { "ON", "OFF" } ), ON and OFF should be valid resource names. |
xBrowse ON OFF checkbox does not work in FWH1203 | Rao
Thanks for the excellent advice .. Appreciate your help!
Rick |
xBrowse PaintCell Suggested Change | Antonio,
I have browses that determine color requirements "on the fly" at runtime.
in order to make my programs work with xBrowse I made a slight change to the PaintCell method of TXBrwColumn to pass SELF with the evaluation of the color code block. Partial code from the method is below with 4 lines changed to pass ... |
xBrowse Picture apply only in first row | Dear All,
Is it possible that picture '999.99' be applied to first row and picture '@Z 999.99' for the rest of the row?
Kind Regards,
Frances |
xBrowse Picture apply only in first row | Please try assigning codeblock to oCol:cEditPicture.
Eg. oCol:cEditPicture := { || If( <yourcond>, "999,999.99", "@Z 999,999.99" ) } |
xBrowse Picture apply only in first row | [quote="nageswaragunupudi":3mtjpln2]Please try assigning codeblock to oCol:cEditPicture.
Eg. oCol:cEditPicture := { || If( <yourcond>, "999,999.99", "@Z 999,999.99" ) }[/quote:3mtjpln2]
Thanks Mr. RAO!
I was stuck with :bStrData this approach is much better.
Kind regards,
Frances |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.