topic
stringlengths
1
63
text
stringlengths
1
577k
xbrowse to excel
Prova a eseguire FWNumFormat( 'E', .t. ) all'inizio del programma, dovrebbe cambiare la formattazione standard usata anche per Excel.
xbrowse to excel
Grazie, ho provato ma a funzione: FWNumFormat( 'E', .t. ) non e' riconosciuta e comunque ho provato a manomettere la classe xbrowse.prg, senza risultato !! Peccato ! Romeo
xbrowse to excel
Ciao così funziona: @130,5 xBROWSE oLBX1 OF oDlg1 SIZE 390,170 ON DBLCLICK (varturno()); UPDATE pixel FONT fntArial NOBORDER ---- ADD COLUMN TO oLBX1 DATA gio2n ; HEADER "Lu." SIZE 40 PICTURE "@E 9.99" --- oLBX1:lExcelCellWise := .t. olbx1:CreateFromCode() saluti Stefano
xbrowse to excel
Friends, you can export the color of the cell ? [url:16798t72]https://app.box.com/s/qiztvzp01pphou3u83so[/url:16798t72] [img:16798t72]https://app.box.com/s/qiztvzp01pphou3u83so[/img:16798t72] Grazie Stefano
xbrowse to excel
Possible, but we have not provided that feature. You may need to modify xbrowse method ToExcel. oSheet:Cells( r, c ):Interior:ColorIndex := <your background color> oSheet:Cells( r, c ):Font:ColorIndex := <text color index> You should also convert our color constants to Excel color index values.
xbrowse to excel
Grazie, ma non mi funziona lo stesso. Mi da l'errore e dice che: oLBX1:lExcelCellWise .... non lo trova Io ho la versione di FWH 8.10, forse e' un po vecchia ? Help
xbrowse to excel
FW e Xbrowse sono cambiati parecchio dal 2010 ad oggi, ci sono parecchie novità . Io ho approfittato dell'offerta (agg. 150,00 di alcuni mesi fa) prova a chiedere ad Antonio ... Ciao Stefano
xbrowse to excel
IN XBROWSE C'è UN ERRORE CHE ANCORA NON è STATO CORRETTO IO USO QUESTA FUNZIONE HA BISOGNO DELLA CLASSE FILEXLS [code=fw:2ykgovj6]<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: #...
xbrowse to excel field date
hi, I have a xbrowse with: -------------------------------------------------------------- code description date -------------------------------------------------------------- aaa door 11/07/2020 bbb book 3...
xbrowse to excel field date
Does xbrowse know that column 3 is a date? How did you define columns in xbrowse?
xbrowse to excel field date
hi Mr Rao column date comes from a ado object. it read a Db2 table from as400. in the sql select column date is a date field SELECT code, description, date... code and description are varchar and date is date field. thank you.
xbrowse to excel field date
After reading the recordset, can you please do this simple test? [code=fw:jhq6rws4]<div class="fw" id="{CB}" style="font-family: monospace;"><br />? oRs:<span style="color: #000000;">Fields</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"date"</span> <span style="color: #000000;">&#41;</...
xbrowse to excel field date
thank you mr Rao, field was char from select.
xbrowse to excel office 2010
Hello oBrw:lExcelCellwise := .t. OBRW:TOEXCEL() makes the computer hang , This occurs since i updated to fwh 11.04 Using office 2010 Anyone else experiencing this ? Thanks for the help PS : resetting back my xbrowse.prg from fwh 10.10 (previous version i used) , it works as expected
xbrowse to excel office 2010
May I know what version of Harbour / XHarbour (Free) / xHb commecial and the compiler are you using please? Specifically, are you using xharbour commercial?
xbrowse to excel office 2010
I am using bcc 5.82 and xharbour from fivetech version 1.2.1
xbrowse to excel office 2010
Can you please try this simple program and post the result here? [code=fw:2mbk9xu3]<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: #0...
xbrowse to excel office 2010
Dear Mr. Rao, your code is working fine here. Richard, please have a look to: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=18483&p=96817&hilit=office#p96817">viewtopic.php?f=3&t=18483&p=96817&hilit=office#p96817</a><!-- l --> Did you install Office as usual or did you...
xbrowse to excel office 2010
Mr Rao,    msginfo( 'Before ExcelObj()' )    oExcel   := ExcelObj()  // is the program hanging here? yes it is hanging here If i can help further, let me know I have put back my xbrowse.prg from fwh 10.10 and everything works as expected Otto I have complete office 2010 professional, and the problem occured whe...
xbrowse to excel office 2010
This is working fine for Mr.Otto but not for you. The problem is not because of the version of Office. Please open \fwh\source\function\olefuncs.prg. First function is GetOleObject( cApp ) [code=fw:1fgiw762]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> Ge...
xbrowse to excel office 2010
It works ok with these changes I do not update to xharbour's actual version because there is a bug with "copy to" and my application uses this syntax in some cases Thanks for your help,
xbrowse to excel office 2010
Good to know. Can you still help me more? It is desirable to know where exactly the code is hanging, so that we can think of a solution that works for all. Can you substitute GetOleObject() function with this modification and see where it is failing or hanging? [code=fw:3du1tq97]<div class="fw" id="{CB}" style="fon...
xbrowse to excel office 2010
Mr Rao in both cases only one message, the very first one Before GetActiveObject It is displayed for ever , like in an endless loop , i have to stop the program from the task manager Hth Regards,
xbrowse to excel problem (numeric field with decimal)
I have a problem using Xbrowse class. When i got an EXCEL files from DBF with numeric field AND decimal. The problem is that in the excel files i got "." instead of "," and then i cannot use thi cell of excel for calculation. I tried to modify parametr of xbrowse class, but i am not able to resolve the problem. Ple...
xbrowse to excel problem (numeric field with decimal)
Any help ???????? Tks
xbrowse to excel problem (numeric field with decimal)
Please try to set: oBrw:lExcelCellWise := .t. Can u please let us know if the problem is solved with this setting?
xbrowse toExcel need help export bitmap column type
hello, friends. i have this code. [code=fw:832grczx]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   ADD <span style="color: #0000ff;">TO</span> oBrw <span style="color: #00C800;">DATA</span> IIf<span style="color: #000000;">&#40;</span> CLIE->ACTIVO, <span style="color: #000000;">1</span>, <span styl...
xbrowse toExcel need help export bitmap column type
Instead of [code=fw:3vve43dp]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; ADD <span style="color: #0000ff;">TO</span> oBrw <span style="color: #00C800;">DATA</span> IIf<span style="color: #000000;">&#40;</span> CLIE->ACTIVO, <span style="color: #000000;">1</span>, <span style="color: #000000;">2</...
xbrowse toExcel need help export bitmap column type
thank you, rao, this work. salu2
xbrowse toexcel() img(jpg) field error: oSheet:Paste()
Hi, oCol := obrow:AddCol() oCol:bStrData := { ||cpath1+"\sub\"+cvaltochar(odb2:imgid)+".jpg"} oCol:cHeader := "img" ocol:cdatatype:="F" METHOD ToExcel( oSheet, nRow, nCol ) CLASS TXBrwColumn oSheet:Paste() (DOS Error -2147352567) WINOLE/1007 Argument error: PASTE Best regard! Shuming...
xbrowse toexcel() img(jpg) field error: oSheet:Paste()
Please try oCol:bEditValue := { ||cpath1+"\sub\"+cvaltochar(odb2:imgid)+".jpg"} Please note use of bStrData in the application program is deprecated since long.
xbrowse too slow
on an archive lotto.dbf I'm using tdatabase I have 57 field I have 6130 records for 733KB I index on dts(data)+concorso [img:1m3e48ur]https&#58;//i&#46;postimg&#46;cc/mk2rByP7/jjjjjjjj&#46;png[/img:1m3e48ur] and xbrowse is too too slow do you have try with big dbf ? I use Multiheader perhaps it is slow ?
xbrowse too slow
Turn off buffering. oDBF:lBuffer:=.f.
xbrowse too slow
it'a tdata or tdatabase set ?
xbrowse too slow
Works with both.
xbrowse too slow
I guess I wasn't clear. oDbf:setBuffer(.F.) Works. Did you try it?
xbrowse too slow
not run good I see all same records where I must insert it ?
xbrowse too slow
Anywhere before the browse. I don't know what you mean by "I see all the same records." Are you using a filter?
xbrowse too slow
no I see the same records I have 6135 record but if I set that command I see only one record * 6135 records Imust see perhaps I insert it after the xbrowse
xbrowse too slow
[quote:qeagld9z]one record * 6135 records[/quote:qeagld9z] I don't understand. Do you mean you see the same record repeated 6135 times?
xbrowse too slow
[img:1lublxlz]https&#58;//i&#46;postimg&#46;cc/5tjBzX0G/yes&#46;png[/img:1lublxlz] [b:1lublxlz] I put it after I open the archive[/b:1lublxlz]
xbrowse too slow
Are you loading the database into an array or something? Turning off the buffer should have no effect on the display other than speeding it up.
xbrowse too slow
oLotto:= TDatabase():Open( , cDir+"Lotto", "DBFCDX", .T. ) oLotto:setorder(nOrder) oLotto:gotop() oLotto:lbuffer:=.f.
xbrowse too slow
Did you do: oBrw:setoDbf(oLotto) Without that the database doesn't skip to the next record.
xbrowse too slow
nages sad me to erase this command
xbrowse too slow
I don't know why. Put it back in and try it.
xbrowse too slow
Application =========== Path and name: C:\Work\Prg\lotto\SuperLotto.Exe (32 bits) Size: 8,185,856 bytes Compiler version: Harbour 3.2.0dev (r1904111533) FiveWin version: FWH 19.05 C compiler version: Borland/Embarcadero C++ 7.0 (32-bit) Windows version: 6.2, Build 9200 Time from start: 0 hours 0...
xbrowse too slow
It is not settodbf(). There is only one T.
xbrowse too slow
sorry I see the same [b:3lx5s0qx]Please see it [/b:3lx5s0qx] [img:3lx5s0qx]https&#58;//s0&#46;gifyu&#46;com/images/error_james45a386436492240f&#46;gif[/img:3lx5s0qx]
xbrowse too slow
Silvio, Well, I see in your source that you are using the XBrowse definition clause "DATASOURCE" which I have never seen before. Apparently this does the same thing that oBrw:SetoDBF() does, so you don't need that. Take it back out. I also see that in your first post, the database was skipping as it should. Turning o...
xbrowse too slow
Silvio, OK, I did some testing and I have found that the browse reads the buffer, so if you turn the buffer off, you always get the last read record which is the one last read before the buffer was turned off (the first record). I remember being able to turn off the buffer some time ago, but perhaps it was only when u...
xbrowse too slow
Ok, my mistake. I was right AND I was wrong. You can turn off buffering, but not by changing the class variable lBuffer directly. You must do it this way: oDBF:setBuffer(.F.) Technically, lBuffer should be a hidden variable that cannot be changed by the programmer. OOP languages like Smalltalk, do not allow any class...
xbrowse too slow
[quote="James Bott":28eihd0r]Silvio, I also see that in your first post, the database was skipping as it should. Turning off the buffer should not affect skipping the records, so I am guessing that this is a TDatabase bug. I suggest you contact Nages about it.[/quote:28eihd0r] I tried also with tdata it's the same
xbrowse too slow
[code=fw:8es3u31b]<div class="fw" id="{CB}" style="font-family: monospace;">oLotto:= TDatabase<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #000000;">Open</span><span style="color: #000000;">&#40;</span> , cDir+<span style="color: #ff0000;">"Lotto"</span>, <spa...
xbrowse too slow
[quote="James Bott":2x0abql2][code=fw:2x0abql2]<div class="fw" id="{CB}" style="font-family: monospace;">oLotto:= TDatabase<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #000000;">Open</span><span style="color: #000000;">&#40;</span> , cDir+<span style="color: #...
xbrowse too slow
[quote:16ye64iz]seems to be really slow: - when I scroll through all the records or by pages[/quote:16ye64iz] Are you now using oLotto:setBuffer(.F.)? [quote:16ye64iz]- when I go to print a record and refresh the xbrowse (doing also setfocus)[/quote:16ye64iz] Why are you refreshing the browse after printing? [quot...
xbrowse too slow
I just tested a database of 26,000 records. With, or without, buffering it is quite fast--about 1 full screen per second (on a local drive). If yours is slower, it is due to other routines you are calling from TXBrowse, not TXBrowse itself. I'm not sure why anyone would want to browse a large database anyway. Filters ...
xbrowse too slow
[quote="James Bott":k0ns30yg] If yours is slower, it is due to other routines you are calling from TXBrowse, not TXBrowse itself. I'm not sure why anyone would want to browse a large database anyway. Filters and/or searches would much faster.[/quote:k0ns30yg] I'm not even calling routines see on your email I send you...
xbrowse too slow
Silvio, OK, I got your code (or partial code), and I can confirm that it is not the xbrowse that is slowing things down, it is all your other code. In order to find which section or sections are slowing it down the most, you need to log the elapsed time it takes to run each section of code. Then for the slowest code, ...
xbrowse too slow
[quote:3i3qzq5x]but the problem in addition to scrolling through the archive, when I insert or when I print later in the cooling takes a while[/quote:3i3qzq5x] I assume by "insert" you mean add? I don't understand why this would affect the current browse at all. Unless you are jumping to the newly added record, which ...
xbrowse too slow
[quote:qth7e4cm] it is all your other code[/quote:qth7e4cm] I don't understand what you're talking about&#058; [img:qth7e4cm]https&#58;//i&#46;postimg&#46;cc/L8ckPBPj/f&#46;jpg[/img:qth7e4cm] as you can see I have a main window [b:qth7e4cm]oWndMain[/b:qth7e4cm] on which I create a dialog [b:qth7e4cm]oApp (): oDl...
xbrowse too slow
Apparently, you took my writing completely wrong. I was just pointing out that the browse itself is not slow. It takes only about 10 lines of code to create a browse, and regardless of the size of the database the browse displays a new screen in about a second (when you press the [Pg Dn] key). Is yours taking longer ...
xbrowse tool ( uwe )
Uwe I have been out of the FW community for quite some time so forgive me for asking if you have developed a xBrowse tool ? Thanks Rick Lipkin
xbrowse tool ( uwe )
Rick, You can Download from here : <!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/Brwtools5.zip">http://www.pflegeplus.com/fw_downloads/Brwtools5.zip</a><!-- m --> I' working on a Update : Added Multiline Headers, Cell Images and some more functions. But for the Moment, I'm still busy on...
xbrowse tool ( uwe )
Thanks .. Rick
xbrowse trasparent
Dear nageswarao gunupudi , have you found an solution ?
xbrowse tree Help
I have abn dbf with two fields ( I must use this dbf for dewey catalog of Book ) dewey Cr 8 DEWDESCR cr 60 on dewey field I have a code sample 333.79 as you can see on this picture [img:28nwsv5c]http&#58;//www&#46;iispascalcomiforti&#46;it/wp-content/uploads/2017/01/dew&#46;jpg[/img:28nwsv5c] the master c...
xbrowse tree Help
any solution please ?
xbrowse tree Help
pls Mr Nages can you help me . thanks
xbrowse tree Help
Mr Silvio Please wait But I remember providing solutions to you on similar requirements earlier too in the forums. I will provide solution now also, but please wait.
xbrowse tree Help
Sorry Mr Rao But I not remember it I used that archive with tree normal (not fwh) on fwh tre I have some problems and I decide to use xbrowse to show it because there are many records into
xbrowse tree ayuda (SOLUCIONADO)
Buenas tardes amigos del foro estoy iniciandome con xbrowse tree lo hago directamente con la base de datos y necesito cargarlo de acuerdo a una fecha la misma que puede ir variando y voy refrescando el Browse pero cuando cambio la fecha y mando a buscar y refrescar me crea dos columnas con el tritulo item las mismas q...
xbrowse tree ayuda (SOLUCIONADO)
Si solucionado, gracias por la ayuda a Marcelo Jingo En este foro siempre hay alguien que nos da una mano Esta era la solucion IF len(obrwx:acols)>0 oBrwx:delcol(1) ENDIF
xbrowse tree con setcheck recuperar contenido rama registro
Hola buenas noches para todos Estoy intentando crear un tree desde la base de datos, para luego mostrarla en un xbrowse, recuperar la información y actualizar el estado al momento de hacer doble click sobre el setcheck, tanto el en xbrowse como en la base de datos. Tome este ejemplo, pero no se como hacer para recupe...
xbrowse tree con setcheck recuperar contenido rama registro
Bueno ya lo hice funcionar, aun que no he comprendido del todo como funciona, sobre todo el setcheck() y la posición de la columna del CARGO dentro del oTree <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> Seguiré estudiando y publicare los avances, siempre e...
xbrowse tree con setcheck recuperar contenido rama registro
Leandro, muy bien! gracias por compartirlo
xbrowse value of cell is nil
To All I have a recordset where the field "lastlog" ( Last Login ) could be nil .. instead of xBrowse showing the cell value as nil I would prefer "00/00/0000" ... here is the code : [code=fw:2qw4pgu8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span st...
xbrowse value of cell is nil
Rick, I don't know if this will work with xBrowse and/or a recordset, but I have just used an if() function instead of a fieldname with TWBrowse. Something like: if(lastlog=nil, "00/00/0000", dtoc( lastlog ) ) James
xbrowse value of cell is nil
By default, XBrowse constructs these codeblocks [code=fw:3kdo789m]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCol:<span style="color: #000000;">bEditValue</span> := <span style="color: #000000;">&#123;</span> || oBrw:<span style="color: #000000;">oRs</span>:<span style="color: #000000;">Fields</spa...
xbrowse value of cell is nil
Rao I am using an older version of FWH 910 and the ifnil() function does not exist .. I got the remarked out code to work but your other suggestion comes back with undefined oCol .. [code=fw:48azqcn9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oCol := oBrow:<span style="color: #000000;">aCols</sp...
xbrowse value of cell is nil
[code=fw:1x3z7h00]<div class="fw" id="{CB}" style="font-family: monospace;">oCol:<span style="color: #000000;">bStrData</span> := <span style="color: #000000;">&#123;</span> |x| x := oRsUser:<span style="color: #000000;">Fields</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"lastlog"</spa...
xbrowse value of cell is nil
Rao Thank you .. got it to work with your last suggestion!! Rick Lipkin
xbrowse vertical line thickness
hi How can I change thickness or colors of vertical lines in some columns in xBrowse ? [img:1yord9we]https&#58;//i&#46;imgur&#46;com/7sTv3IE&#46;jpg[/img:1yord9we] thanks
xbrowse vertical line thickness
[code=fw:uhf64b6o]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; aData := <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>, <span style="color: #000000;">2</span>, <span style="color: #000000;">3</span>, <span style="color:...
xbrowse vertical line thickness
perfect thank you Mr Rao
xbrowse vertical line thickness
The problem I see is that when I navigate through the xbrowse the thickness is lost. Compiled with FWH1701 and Harbor 3.2 regards
xbrowse vertical line thickness
I noticed the same ( FWH_17_12 ) [quote:fpak82pd]The problem I see is that when I navigate through the xbrowse the thickness is lost. Compiled with FWH1701 and Harbor 3.2[/quote:fpak82pd] [img:fpak82pd]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/xbrwline1&#46;jpg[/img:fpak82pd] regards Uwe <!-- s:?: --><img src="{S...
xbrowse vertical line thickness
We need to fix this. Till then, please use different color but not different thickness.
xbrowse vertical line thickness
damiano, i not understood what need it ...
xbrowse with array
[img:2rbx85nj]https&#58;//i&#46;postimg&#46;cc/kMHKNR3x/kk&#46;png[/img:2rbx85nj] What's happened ? I converte a dbf into array and then I made [code=fw:2rbx85nj]<div class="fw" id="{CB}" style="font-family: monospace;"> @<span style="color: #000000;">40</span>,<span style="color: #000000;">0</span> <span style="col...
xbrowse with array
[code=fw:2vxvreyp]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> aBrowse &nbsp; := <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>, &nbsp; &nbsp; &nbsp; &nbsp;i18n<span style="color: #000...
xbrowse with array
[quote="nageswaragunupudi":w7nny6qd][code=fw:w7nny6qd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> aBrowse   := <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>,        i18n<span style="...
xbrowse with bitmap
Hi I have a xbrowse with array FOR .... AADD( VETEMP, { oArqBol:CGCCLI, oArqBol:NOME, oArqBol:BOLETO, oArqBol:BRUTO, Lower(oArqAsoc:EMAIL)}) oBrw:SetArray( VETEMP ) oBrw:nHeaderHeight :=30 oBrw:nStretchCol := STRETCHCOL_LAST oBrw:GoBottom() oBrw:Refresh() SysRefresh()...
xbrowse with bitmap
Wanderson, olhe se te ajuda: oBrowse:AddCol( ) oBrowse:aCols[3]:AddResource( 'IMAGEM1' ) oBrowse:aCols[3]:AddResource( 'IMAGEM2' ) oBrowse:aCols[3]:bBmpData := {|| IIf( Empty( tabela->teste ), 1, 2 ) } oBrowse:aCols[3]:lBmpStretch := .f. oBrowse:aCols[3]:lBmpTransparent := .t. oBrowse:...
xbrowse with bitmap
[quote="SGS":2ct0kksu]Wanderson, olhe se te ajuda: oBrowse:AddCol( ) oBrowse:aCols[3]:AddResource( 'IMAGEM1' ) oBrowse:aCols[3]:AddResource( 'IMAGEM2' ) oBrowse:aCols[3]:bBmpData := {|| IIf( Empty( tabela->teste ), 1, 2 ) } oBrowse:aCols[3]:lBmpStretch := .f. oBrowse:aCols[3]:lBmpTranspar...
xbrowse with double row
hi, I have a table with these fields: CLIENTE, ARTICOLO, PREFISSO, ORDINE, DATA , QUANTITA and I would like to get this xbrowse: [img:p8bv0a75]https&#58;//i&#46;imgur&#46;com/rLsNm3Q&#46;jpg[/img:p8bv0a75] any help? thanks
xbrowse with double row
I found this in my notes, apparently from an old forum message. I don't remember if I ever tried it. [quote:23kzow82]To get multiple lines per record: oCol:bStrData := { || oCust:name + CRLF + oCust:street } oBrw:nDataLines := 2 oBrw:nRowHeight := 35 // optional. Automatic, but you may enlarge this if you like xB...
xbrowse with double row
James, That has always worked for me.
xbrowse with double row
thank you, when I return to the office I will try.
xbrowse with trees (bug?)
To demonstrate what I understand to be a bug in xbrowse introduced during 2014, I wrote this self-contained reduced sample code. It works perfectly when compiled with fw 2012 but it breaks with fw 2014_06 when clicking on the square button of a leaf cell "AmtPaid". Is there a fix? [code=fw:3od3bso3]<div class="fw" ...