topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
bug in FW 13.04 combobox | Perhaps I can be more specific.
If the .rc line is: CONTROL "", 4065, "COMBOBOX", CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | WS_TABSTOP, 240, 80, 50, 100
The control will allow you to select from the list, and it will display. In this case the VAR is a data object odbf:itmclr
If I have CBS_DROPDOWN instead in t... |
bug in FW 13.04 combobox | Tim,
It seems as you are using a wrong combobox.prg as samples/ownerdra.prg is working fine here
If you try samples/ownerdra.prg and works wrong also there, it would confirm it. |
bug in FW 13.04 combobox | Antonio,
On this thread you posted the very latest combobox.prg. That is the code I have linked into my program.
Tim |
bug in FW 13.04 combobox | Tim,
Please go to samples and do:
buildh32.bat ownerdra
and let me know how it behaves, thanks
You can copy the contents of combobox.prg at the end of ownerdra.prg |
bug in FW 13.04 combobox | Antonio,
Yes, you are correct ... that is exactly how mine behaves.
[b:2fpp59jc]But here is the real problem:[/b:2fpp59jc]
I am using a data object for the VAR. The selected value will not save to the database with the LIST. Please re-read my recent post in this thread that describes the problem exactly.
This wor... |
bug in FW 13.04 combobox | Antonio,
In the Ownerdrw.prg test program, after the ACTIVATE, add these two lines:
MsgInfo( cItem2 )
MsgInfo( cItem4 )
Both of these variables are LOCAL to Main( ) so they will exist with their set values
Then run the program and modify the selections in the two comboboxes.
Now read the result. The values ... |
bug in FW 13.04 combobox | Tim,
You are totally right, still there was a pending bug and this code fixes it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[code=fw:p2ho7pqs]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> LostFocus<span style="c... |
bug in FW 13.04 combobox | Thank you. I will be out today but will apply it tonight |
bug in FW 13.04 combobox | The problem is solved. Thank you. |
bug in FW 13.04 xBrowse | Hello,
In FW 13.04 this code in xBrowse goes to previous row, but it must be on the same row:
[code=fw:1q75fkuy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> MsgYesNo<span style="color: #000000;">(</span><span style="color: #ff0000;">"Want to Add new Record?"</s... |
bug in FW 13.04 xBrowse | There is no change in 13.04 and this code is working fine for me here with the new version
[code=fw:vo48tbz7]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">(</span> oBrw:<span style="color: #000000;">cAlias</span> <span style="color: #000000;">)</span>-><span style="colo... |
bug in FW 13.04 xBrowse | Mr. Nages,
Thank you for reply. It is not working.
Please, tell me your email to send you a full simple.
Thanks. |
bug in FW 13.04 xBrowse | Mr. Nages,
Did you receive my sample test I send to your mail?.
It worked fine with previous versions.
It is quite urgent, thank you.
Best regards, |
bug in FW 13.04 xBrowse | Lucas,
Please provide a small and self contained example that reproduces what you describe, thanks |
bug in FW 13.04 xBrowse | Antonio,
I sent it yesterday. Did you receive it ?.
Thank you. |
bug in FW 13.04 xBrowse | Hello,
Any news please?.
Thanks. |
bug in FW 13.04 xBrowse | Lucas,
I missed your email and your post, sorry <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
Have you tried with this change ?
( oBrw:cAlias )->( DbAppend() )
oBrw:GoBottom()
oBrw:RefreshCurrent()
oBrw:GoLeftMost()
oBrw:aCols[ 4 ]:Edit() |
bug in FW 13.04 xBrowse | Antonio,
Yes, no luck.
But Mr. Nages is aware of the bug and he is working on it, as he told me by mail some days ago.
Thanks. |
bug in FW 13.04 xBrowse | Since Fixed |
bug in FWH 11.11 | Hello,
GetCurDir() is missing.
Thanks |
bug in FWH 11.11 | Also, pressing Alt into a Combobox erases it. |
bug in FWH 11.11 | John,
I would not call it a bug, but a missing source code <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[code=fw:1rlkyspl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> GE... |
bug in FWH 11.11 | John,
This example is working fine:
johnc.prg
[code=fw:2b3v5r9c]<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;">(</sp... |
bug in FWH 11.11 | Antonio,
Now combos are working fine.
Regaring getcurdir, why FWH does not use Harbour´s curdir()?. What´s the difference?.
Thanks. |
bug in FWH 11.11 | John,
Basically both functions are the same: just a wrapper to the Windows API function GetCurrentDirectory()
We provide it for backwards compatibility |
bug in FWH 11.11 | Antonio,
Thank you very much for quick and perfect support. |
bug in Mapi | Hi,
When you close the Mail client, a GPF occurs.
This is the test code:
#include "FiveWin.ch"
#include "Mail.ch"
static oWnd
//----------------------------------------------------------------------------//
function Main()
local oBar
DEFINE WINDOW oWnd TITLE "Using Windows MAIL Services"
SET MESSAGE OF oW... |
bug in Mapi | Hello Ukservice,
I tried your example but I got no problem at all. Everything is running just fine. |
bug in Mapi | UkService,
What FWH version are you using ? Harbour or xHarbour ? |
bug in Mapi | Hi,
FWH August 2009 and Harbour 2.0.
GPF happens AFTER closing Mail client.
Thanks |
bug in Mapi | Hi.
Harbour have built-in MAPI, please look at this sample:
---cut---
#include "hbwin.ch"
PROCEDURE Main()
LOCAL cSubject := "Test subject"
LOCAL cBody := "Test body"
LOCAL lMailConf := .F.
LOCAL lFromUser := .T.
LOCAL aSender := { "test from", "from@test.com" }
LOCAL aDest := { { "test to", "to@t... |
bug in Report:ToExcel() [fixed provided] | Hello,
When exporting a Report to Excel, which is a great new feature, when the DBF has an empty Date, it generates a RTE:
[quote:11332t4z]Error description: (DOS Error -2147352567) WINOLE/1006 (0x800A03EC): _VALUE
Args:
[ 1] = D / / [/quote:11332t4z]
Thank you very much. |
bug in Report:ToExcel() [fixed provided] | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29806&start=135#p169425">viewtopic.php?f=3&t=29806&start=135#p169425</a><!-- l -->
<!-- m --><a class="postlink" href="https://groups.google.com/forum/#!topic/harbour-devel/qN-0xjOTJGE">https://groups.google.com/forum/#!top... |
bug in Report:ToExcel() [fixed provided] | Unfortunately it seems that Harbour developers won't fix that bug. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
bug in Report:ToExcel() [fixed provided] | Hello,
I guess in METHOD ToExcel( bProgress ) CLASS TReport is posible to detect when there is an empty date in the dbf and not export that for instance, leaving the Excel´s spreadsheet cell in blank.
Thank you. |
bug in Report:ToExcel() [fixed provided] | Yes. You are right. We need to skip writing empty dates and also dates where year < 1900.
We shall provide the fix after testing with Harbour. Meanwhile you may try this
Please locate this code
[code=fw:2rux7og4]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbs... |
bug in Report:ToExcel() [fixed provided] | Mr. Nages,
Your fix seems to be working fine.
Thank you very much and happy new year. |
bug in Ribbon | Hola,
Al pulsar Alt se produce este feo efecto visual:
[img:3p3j3yh7]http://i44.tinypic.com/2wlsigh.png[/img:3p3j3yh7]
A veces los usuarios pulsan Alt por error y sucede.
Por favor, ¿cómo se puede evitar?.
Muchas gracias. |
bug in Ribbon | Eso sucede desde el inicio de la ribbon de FWH, creo tiene algo que ver con el acelerator (alt + letra), le he buscado la vuelta pero nada, espero haber si alguien tiene alguna solucion, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
bug in Ribbon | Hola;
Me alegro de que el bug se confirme, por favor que esté arreglado en FW 13.06.
Muchas gracias, |
bug in Ribbon | Hola
realmente no hay nada que corregir, es el comportamiento natural de la ribbon, de hecho se hizo un gran trabajo interno para lograr ese efecto...
Microsoft creo ese caracteristica (hasta donde yo se, no es opcional) para poder ejecutar las acciones de la ribbon sin el raton, recuerden la ribbon substituye el uso ... |
bug in Ribbon | Muchas gracias Daniel, disculpa mi ignorancia.
Un saludo
Pd. ¿Por favor, podrías verificar el ajuste del estilo 2013, que el azul no es del todo exacto?.
[img:2clx9div]http://i44.tinypic.com/2wh194w.png[/img:2clx9div]
Muchas gracias. |
bug in Ribbon 2010 style | Hello,
I compile ribbon sample with 2010 style but does not work fine. Please, see picture.
[url=http://imageshack.us/photo/my-images/828/error2010.png/:1z47oten][img:1z47oten]http://img828.imageshack.us/img828/4429/error2010.png[/img:1z47oten][/url:1z47oten]
Uploaded with [url=http:/... |
bug in Ribbon 2010 style | Hello
please change this method in tribbon.prg
[code=fw:2p40ryww]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> AddGroup<span style="color: #000000;">(</span> nWidth, cCaption, nDialogs, bAction, cBitmap, aGrad <span style="color: #000000;">)</span><br />... |
bug in Ribbon 2010 style | Thank you, I will test.
And what about Menu blue colour not the same as msgbar?.
Thanks |
bug in Ribbon 2010 style | Hello
i saw some programs with 2010 style (including windows explorer) and the menu only change in internal color
look this post [url:3do4vrv1]http://forums.fivetechsupport.com/viewtopic.php?p=115469#p115469[/url:3do4vrv1] |
bug in Ribbon 2010 style | Hello
Blue colour is for 2007. For 2010 colour should be the same as msgbar.
Anyway, I need to change menu that its colour is the same as msgbar. Otherwise I can´t use 2010 style.
Please, how can I do?.
Thank you. |
bug in Ribbon 2010 style | Hello
to next fivewin release i will try build a custom skin menu (but i dont promise), for now is not possible, sorry |
bug in Ribbon 2010 style | Hello,
Thank you very much. It would be a great idea.
If not, you can provide full source code of menu, so I can make those changes. I don´t understand why is not included.
Thank you again. |
bug in Ribbon 2010 style | Ukservice,
We will try to modify FWH Class TMenu so it admits custom defined colors <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
bug in Ribbon 2010 style | Thank you Master. |
bug in Touleauto (Solved) | Hello,
This code, which worked with previous versions of FWH, does not work anymore:
[code=fw:wzlo0fbh]<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... |
bug in Touleauto (Solved) | Your sample works fine here using latest FWH and latest xHarbour from CVS.
EMG |
bug in Touleauto (Solved) | I found the solution:
oDoc := oWord:ActiveDocument
I don´t know why this change, but it works fine now. |
bug in Vistamenu | Hello,
I try to use this new class in a Dialog but does not work.
Any help?.
Thanks. |
bug in folder in dialog? | Hello all,
when I use a own font in the main window, all dialogs are also with this font painted. Ok! But when I use a folder in a dialog, the dialogs from folder use not this font, the parent dialog is ok. Bug? |
bug in folder in dialog? | Günther,
The window font is not used by standard in the folder class, but you can use
[code:20rj4y5a]AEVAL(oFld:aDialogs, {|x| x:oFont := oFont})
[/code:20rj4y5a]
to change the font of all dialogs in a folder.
Or you include the font object in the folder definition. (redefine folder ...... |
bug in folder in dialog? | Danke Stefan, wäre für mich nur logisch gewesen! |
bug in testmail.prg | It works fine...
Any other test? |
bug in testmail.prg | Hi,
Click on Send an interactive message, the email client appears but when you close it testmail.exe does a gpf.
Any clue? |
bug in testmail.prg | Hi,
please test this <!-- m --><a class="postlink" href="http://www.mediafire.com/?bhbg34sd5navj45">http://www.mediafire.com/?bhbg34sd5navj45</a><!-- m -->
thank you |
bug in xBrowse in Linux with Wine | Hi,
When using an .exe in Ubuntu with Wine, when calling XBROWSE from a DIALOG, it produces this error:
[code=fw:3h4ar324]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">Z</span>:\home\ubun... |
bug in xBrowse in Linux with Wine | This code is "unsafe".
It works when a DBF file is already open and is the default alias, because an alias is not set with oBrw:cAlias := <alias> and oBrw:SetRDD() is not used. Nothing to do with this error, but the array aBrowse is not used in this code. |
bug in xBrowse in Linux with Wine | Hi,
Thank you, but I don´t understand.
The code works fine in Windows, but not in Linux.
The error does not refer to DBF.
Can be fixed?.
Thank you. |
bug in xBrowse in Linux with Wine | It is possible that the DBF you wanted to browse was getting open on windows but on on Linux.
Please make sure that the alias you are browsing is really open by checking
? SELECT( <aliasname> ) > 0
or
? USED()
before creating the xbrowse.
When no DBF file is open when the browse is activated, SetRDD() is not impleme... |
bug in xBrowse in Linux with Wine | Mr Nao:
The dbf is opened ok.
If I put xbrowse(), it works fine.
[code=fw:k4pntrbg]<div class="fw" id="{CB}" style="font-family: monospace;">USE CUSTOMER<br /><span style="color: #0000ff;">xBrowse</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span></div>[/code:k4pntrbg]
In my... |
bug in xBrowse in Linux with Wine | [quote:1t8fhj5o]When must I add cAlias := "CUSTOMER" and SetRDD(), just before oBrowse := TXBrowse():New( oDlg ) or before CreateFromResource()?.
[/quote:1t8fhj5o]
Immediately after oBrowse := TXBrowse() |
bug in xBrowse in Linux with Wine | Command syntax takes care of many issues automatically and avoids all such pitfalls.
The above code can be written as
[code=fw:3qhr256k]<div class="fw" id="{CB}" style="font-family: monospace;">USE CUSTOMER<br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="co... |
bug in xBrowse in Linux with Wine | Thank you very much.
It works fine now.
But when I call a xBrowse such as:
oVMenuBrowse := TXBrowse():New( oDlg )
oVMenuBrowse:nTop:=00
oVMenuBrowse:nLeft:=72
oVMenuBrowse:nRight:= (oDlg:nWidth()-10)/2 //nWidth=150
oVMenuBrowse:nBottom:= (oDlg:nHeight()-21)/2 //nHeight=200
if I use @ 00,72 XBROWSE..... |
bug in xBrowse in Linux with Wine | @ 0,72 XBROWSE <clauses> SIZE -10,-21 PIXEL OF oDlg <moreClauses>
Negative size instructs the xbrowse to leave 10 pixels margin to the right and 21 pixels margin at the bottom. XBrowse automatically calculates the coordinates based on the width and height of the Dialog or Window. ( We also need not worry about dividin... |
bug in xBrowse in Linux with Wine | Thank you very much. |
bug in xbrowse export to open office | Hello
When i try to export to open office i get an error message
Error description: Error com.sun.star.ServiceManager:CREATEINSTANCE:LOADCOMPONENTFROMURL:GETSHEETS:GETBYINDEX:GETCELLBYPOSITION/3 DISP_E_MEMBERNOTFOUND: SETVALUE
Args:
[ 1] = C 44408.91
Stack Calls
===========
Called from: source\rtl\... |
bug on xbrowse selectall() and selectnone() methods | oBrwLook:SelectAll() or oBrwLook:SelectNone() when the :nMarqueeStyle :=MARQSTYLE_HIGHLWIN7 run ok
when :nMarqueeStyle :=MARQSTYLE_HIGHLROW not run ok |
bug pintado BTNBMP con FWH 19.12 y siguientes | Hola:
Antes, con la fw 14.12 el pintado era correcto. Ahora no.
Paso ejemplo:
[code=fw:2tjyn7ec]<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: #B900B9;">//------------------------... |
bug pintado BTNBMP con FWH 19.12 y siguientes | Moisés,
Puedes mostrar una imagen de cómo se veía antes y de cómo se ve ahora ? gracias |
bug pintado BTNBMP con FWH 19.12 y siguientes | Claro:
[img:1zuutvz0]https://i.imgur.com/k2yv8F8.png[/img:1zuutvz0] |
bug pintado BTNBMP con FWH 19.12 y siguientes | [url:1uy2n0hq]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=38261[/url:1uy2n0hq] |
bug pintado BTNBMP con FWH 19.12 y siguientes | Hola Moises:
He probado tus ficheros en la version de Fivewin 19.06 , desgraciadamente no tengo la version 19.12, me caduco la suscripcion.
Es cierto que la imagen se ve como muestras, pero si miras atentamente los dos botones te daras cuenta que el boton de la version 14.12 es un
poquito mas ancho y alto que el de ... |
bug pintado BTNBMP con FWH 19.12 y siguientes | Moises, mira:
[url:2ewny447]https://mega.nz/#!cIcHCSiT!UlP_4clKsLdhZp3D4_vO9_0d7lL2eWZBXU-d1P8BIag[/url:2ewny447]
Saludos. |
bug pintado BTNBMP con FWH 19.12 y siguientes | Muchas gracias.
El problema se produce cuando el recurso es más pequeño que la imagen. En versiones anteriores automáticamente FWH lo redimensionabla, ya no.
Como parche, he agrandado el tamaño del recurso igual que el de la imagen. En este caso se pinta OK. |
bug por los cambios en TPrinter | Pues me ha dejado de funcionar la asignación directa de la impresora .Lo he probado con varias impresoras . ¿A alguien mas le pasa ?
[code=fw:3krjvtnv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style... |
bug por los cambios en TPrinter | Parece que si
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27570#p153849">viewtopic.php?f=6&t=27570#p153849</a><!-- l --> |
bug report: sbrowse without vertical scroll | Hello,
I created a xbrowse without vertical scrolling and the program crashed at line 2466 of xbrowse.prg:
[code=fw:qhv81gpl]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">case</span> nKey == K_PGUP<br /> ::<span style="color: #000000;">oVScroll</span>:<span style=... |
bug report: sbrowse without vertical scroll | [quote:30jzesx8]I created a xbrowse without vertical scrolling and the program crashed at line 2466 of xbrowse.prg:
[/quote:30jzesx8]
Which key did you press?
In my tests I find that these lines are never executed. PgDn and PgUp keys are handled by KeyDown method.
That is the reason I am interested in knowing pressing ... |
bug report: sbrowse without vertical scroll | I am not able to reproduce,
I see that K_PGUP and K_PGDN are undefined, the correct values are VK_PRIOR and VK_NEXT.
<!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> |
bug report: sbrowse without vertical scroll | [quote="AntoninoP":2hn1d0l8]I am not able to reproduce,
I see that K_PGUP and K_PGDN are undefined, the correct values are VK_PRIOR and VK_NEXT.
[/quote:2hn1d0l8]
VK_PRIOR and VK_NEXT are handled in Method KeyDown() and pressing any PgDn or PgUp keys never executes the lines of code you mentioned. Still because you s... |
bug report: sbrowse without vertical scroll | You are right, the crash is pressing CTRL+C and CTRL+R.
Maybe i was trying to copy the cell value <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? --> |
bug report: sbrowse without vertical scroll | [quote="AntoninoP":32yxxf1h]You are right, the crash is pressing CTRL+C and CTRL+R.
Maybe i was trying to copy the cell value <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? -->[/quote:32yxxf1h]
Yes. When we try to copy cell value with Ctrl-C and oVScroll is nil. we get in... |
bug report: wrong localization | Hello,
When i save a report in PDF or Doc the translation is wrong.
Here the screenshot:
[img:3tgfg206]http://i.imgur.com/zuiVEuN.jpg[/img:3tgfg206]
I see the error in at line 210 of strings.prg
[code=fw:3tgfg206]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#... |
bug report: wrong localization | Antonio,
Fixed, many thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
There is a missing Italian string here, Enrico help please! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
{ "Go to last page", "Ir a la última pági... |
bug report: wrong localization | Antonio,
[quote="Antonio Linares":k4c72zxh]There is a missing Italian string here, Enrico help please! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
{ "Go to last page", "Ir a la última página", "Aller à la dernière page", "Zur letzten Seite", ;
"Vai all'ultima pagina",... |
bug ribbonbar and combobox | [img:i5v6cqv1]https://s7.postimg.cc/8rsqsj6a3/image.jpg[/img:i5v6cqv1]
[b:i5v6cqv1]for the combox I made [/b:i5v6cqv1]
@ 02,5 COMBOBOX aGetdata[3] VAR nIcoElemento Items { " ", " ", " " } ;
BITMAPS aBmpCombo [b:i5v6cqv1]SIZE 40,260[/b:i5v6cqv1] OF oGr2
but it is allways small ... |
bug ribbonbar and combobox | Clause SIZE is for listbox of items
Use clause [b:3hajorjt]HEIGHTGET <nHGet>[/b:3hajorjt], and try |
bug ribbonbar and combobox | oopppss
sorry!!!!
Cris,
can I insert say control trasparent on Ribbonbar I not remeber now ... |
bug rpreview.prg | Antonio,
Los iconos de la rebar y su funcionalidad no funcionan adecuadamente.
Pulso en el icono dos páginas y desaparece:
[img:4icde0yd]http://i47.tinypic.com/98hcw4.png[/img:4icde0yd]
Y si hago click en el botón Salir me lo convierte a Word.
Muchas gracias. |
bug rpreview.prg | Up.
Gracias <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->. |
bug rpreview.prg | Up.
Gracias <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> |
bug rpreview.prg FWH 14.12 | Moises,
Visto el bug. Vamos a arreglarlo cuanto antes, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
bug rpreview.prg FWH 14.12 | Hola Antonio,
En el preview, pinchamos en el botón de dos páginas.
Luego, doble click en la vista.
El TreeView no acaba de ocultarse bien:
[img:2ocifo8j]http://i59.tinypic.com/1ebexc.png[/img:2ocifo8j]
Muchas gracias. |
bug rpreview.prg FWH 14.12 | Moises,
En source\classes\rpreview.prg tienes que añadir estas líneas:
línea 477:
[code=fw:3h84d2qt]<div class="fw" id="{CB}" style="font-family: monospace;"> ::<span style="color: #000000;">oMeta1</span>:<span style="color: #000000;">blDblClick</span> := <span style="color: #000000;">{</span> | nRow, nCo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.