topic
stringlengths
1
63
text
stringlengths
1
577k
new bug FW 13.05:can´t append records to ACCESS and TDatarow
I executed your exe as it is on empty table. I did not get any runtime error. This is the result. [url=http://img560.imageshack.us/i/2ajk.jpg/:1wv1xyyv][img:1wv1xyyv]http://img560.imageshack.us/img560/1369/2ajk.jpg[/img:1wv1xyyv][/url:1wv1xyyv] Surprising that you have problems on different PCs Wondering how to find what is that difference that is creating the problem.
new bug FW 13.05:can´t append records to ACCESS and TDatarow
Mr. Nages, Thank you very much for your help and patiente. It is very strange. Which OS do you use?. And which ODBC Access driver are you using please?. Thank you. PD. Antonio, can you also test my .exe and EMPTY ACCESS.MDB please?.
new bug FW 13.05:can´t append records to ACCESS and TDatarow
Windows 8 32 bit I have both ACE 12.0 and Jet Oledb. FW_AdoOpenConnection( <mdbfilename> ) defaults to ACE in my case. I also tried opening with JET ( using jet connection string) and tried and then also it works. Actually, not only for this example, I am also doing work with access in other applications also for me all my applications are working. Yes we can ask Mr Antonio also to try. Please let me know if you are using FWH13.05? or mix of 13.04 and the new programs?
new bug FW 13.05:can´t append records to ACCESS and TDatarow
Can you please test on Windows 7 or XP?. >>I have both ACE 12.0 and Jet Oledb. >>FW_AdoOpenConnection( <mdbfilename> ) defaults to ACE in my case. How do you achive it?. Which connection string do you use for ACE 12 please?. Can you please sent to my email fixed FW 13.05 libs please?. Thank you.
new bug FW 13.05:can´t append records to ACCESS and TDatarow
I tested your exe on my PC (Windows 7, 32 bit). It is working fine Regards [b:2tky5uvm]Anser[/b:2tky5uvm]
new bug FW 13.05:can´t append records to ACCESS and TDatarow
Mr Anser Thank you very much for testing. Can you also please test on XP, in case you have an XP around ?
new bug FW 13.05:can´t append records to ACCESS and TDatarow
Mr Lucas Please try this After opening RecordSet oRec := TDataRow():New( oRs, , .t. ) oRec:aData[ 1, 3 ] := .f. // means readonly Assign values to some fields but not to the field ID and then call oRs:Save() Please let me know if this works for adding first record to a new empty table ( having ID as the first autonumber column )
new bug FW 13.05:can´t append records to ACCESS and TDatarow
[quote="nageswaragunupudi":1wogbfdf]Mr Anser Can you also please test on XP, in case you have an XP around ?[/quote:1wogbfdf] Dear Mr.Rao, Tested on Windows XP (Service Pack 3) and it is working fine. Regards [b:1wogbfdf]Anser[/b:1wogbfdf]
new bug FWH 13.07 xBrowse:Report()
Hello, In samples\repxb01.prg, in the preview, click on Excel and it does not export to it, as bInit is not defined. Modifiying method report() in xBrowse, I tried with no luck: bInit := { || oBrw:GoTop() } Thank you.
new bug FWH 13.07 xBrowse:Report()
Export to xbrowse is to be made through oBrw:ToExcel() and report through oBrw:Report() Not desirable going from xbrowse ---> report --> excel. Report's to excel is far inferior to obrw:toexcel()
new bug FWH 13.07 xBrowse:Report()
Mr. Nages, As xBrowse:report() goes to rpreview.prg, it is posible also to do a report:Excel(). I don´t know how to instruct xbrowse.prg method report() to go top of the data via bInit.
new bug FWH64 - UrlLink
Antonio, samples\testurl.prg produces a GPF in FWH 64. In FWH 32 it is ok, but it has an unreleased Font: [quote:fk2pnitb]FONT,436868240,TURLLINK:REDEFINE(105)[/quote:fk2pnitb] Thank you.
new bug FWH64 - UrlLink
Lucas With FHW64 Shellexecute() does not run - you can add adapted code for Shellexecute() and testurl.prg run perfectly [code=fw:1ms7trru]<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;">"URLLink.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> COLOR_BTNFACE  <span style="color: #000000;">15</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">local</span> nColor := GetSysColor<span style="color: #000000;">&#40;</span> COLOR_BTNFACE <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> oDlg, oFont, oFnt1, oFnt2, oBmp<br /><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont <span style="color: #0000ff;">NAME</span> GetSysFont<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-12</span><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFnt1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-20</span> BOLD<br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFnt2 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-14</span> BOLD<br /><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"Main"</span> <span style="color: #0000ff;">FONT</span> oFont<br /><br />   <span style="color: #0000ff;">REDEFINE</span> BITMAP oBmp <span style="color: #0000ff;">ID</span> <span style="color: #000000;">301</span> <span style="color: #0000ff;">OF</span> oDlg <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"Fivewin"</span><br /><br />   oBmp:<span style="color: #000000;">cToolTip</span> := <span style="color: #ff0000;">"Logotipo de Fivewin"</span><br /><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">101</span> <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"FW/FWH/FW++/FWC3"</span> <span style="color: #0000ff;">FONT</span> oFnt1 ;<br />            <span style="color: #0000ff;">COLOR</span> CLR_BLACK, nColor <span style="color: #0000ff;">OF</span> oDlg<br /><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">102</span> <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Fivetech © 1993-2004"</span> <span style="color: #0000ff;">FONT</span> oFnt2 ;<br />            <span style="color: #0000ff;">COLOR</span> CLR_MAGENTA, nColor <span style="color: #0000ff;">OF</span> oDlg<br /><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">103</span> ;<br />            <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"La mejor librería para crear con CA-Clipper "</span> + ;<br />                   <span style="color: #ff0000;">"auténticas aplicaciones Windows. Es muy fácil "</span> + ;<br />                   <span style="color: #ff0000;">"de usar y los resultados son excelentes. "</span> + ;<br />                   <span style="color: #ff0000;">"Visite la página oficial de Fivewin:"</span> ;<br />            <span style="color: #0000ff;">FONT</span> oFont <span style="color: #0000ff;">OF</span> oDlg<br /><br />   <span style="color: #0000ff;">REDEFINE</span> URLLINK <span style="color: #0000ff;">ID</span> <span style="color: #000000;">104</span> URL <span style="color: #ff0000;">"www.fivetechsoft.com"</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />            TOOLTIP <span style="color: #ff0000;">"Sitio oficial de FiveTech"</span><br /><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">105</span> ;<br />            <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Fivewin para Harbour le ofrece el poder de "</span> + ;<br />                   <span style="color: #ff0000;">"los 32 bits. Además, ya está disponible FW "</span> + ;<br />                   <span style="color: #ff0000;">"para el nuevo compilador C3. "</span> + ;<br />                   <span style="color: #ff0000;">"Contacte con nosotros enviando un e-mail a:"</span> ;<br />            <span style="color: #0000ff;">FONT</span> oFont <span style="color: #0000ff;">OF</span> oDlg<br /><br />   <span style="color: #0000ff;">REDEFINE</span> URLLINK <span style="color: #0000ff;">ID</span> <span style="color: #000000;">106</span> URL <span style="color: #ff0000;">"mailto:[email protected]"</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />            TOOLTIP <span style="color: #ff0000;">"E-mail de FiveTech"</span><br /><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">201</span> <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span> oDlg:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br />   oDlg:<span style="color: #000000;">lHelpIcon</span> := .f.<br /><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">CENTER</span> ;<br />            <span style="color: #0000ff;">VALID</span> <span style="color: #000000;">&#40;</span> oFont:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, oFnt1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, oFnt2:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, .t. <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> SHELLEXECUTE <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   hb_retnll<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HB_LONGLONG <span style="color: #000000;">&#41;</span> ShellExecute<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HWND <span style="color: #000000;">&#41;</span> hb_parnll<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span>,<br />              hb_parc<span style="color: #000000;">&#40;</span> <span style="color: #000000;">2</span> <span style="color: #000000;">&#41;</span>, hb_parc<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3</span> <span style="color: #000000;">&#41;</span>, hb_parc<span style="color: #000000;">&#40;</span> <span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span>, hb_parc<span style="color: #000000;">&#40;</span> <span style="color: #000000;">5</span> <span style="color: #000000;">&#41;</span>, hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">6</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;  <br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:1ms7trru]
new bug FWH64 - UrlLink
Thank you. I think Antonio investigated it and is preparing a fix for ShellExecute. Antonio, please can you confirm it?.
new bug FWH64 - UrlLink
Lucas, It is already included in FWH 13.07 the way Anton explained <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
new bug FWH64 - UrlLink
Thank you. I am still using FWH64 13.06 waiting for the revised 13.07. But the resource leak is still present. Thanks.
new bug in FW 11.11
Hello, I open this app, click on 3rd prompt, Windows: .prg [code=fw:2zcwi2o4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Testing FiveWin own folders controls support</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Folder.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oDlg, oFld, oCbx, oSay<br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> nValue := <span style="color: #000000;">2</span>, oChk, lChk := .t.<br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cItem, oImageList<br /><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">Local</span> oGet1,oGet2,oGet3,oGet4<br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cVar1 := <span style="color: #ff0000;">"testing gets"</span> <span style="color: #B900B9;">//space(11)</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cVar2 := <span style="color: #ff0000;">"HELLOOOOOO"</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cVar3 := <span style="color: #000000;">0</span><br /><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"Test"</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">FOLDER</span> oFld <span style="color: #0000ff;">ID</span> <span style="color: #000000;">110</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Cli&pper"</span>, <span style="color: #ff0000;">"&and"</span>, <span style="color: #ff0000;">"&Windows"</span>, <span style="color: #ff0000;">"&Magic"</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">DIALOGS</span> <span style="color: #ff0000;">"Sub1"</span>, <span style="color: #ff0000;">"Sub2"</span>, <span style="color: #ff0000;">"SUB3"</span><br /><br />&nbsp; &nbsp;oFld:<span style="color: #000000;">aEnable</span> = <span style="color: #000000;">&#123;</span> .t., .t., .t., .f. <span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">COMBOBOX</span> oCbx <span style="color: #0000ff;">VAR</span> cItem <span style="color: #0000ff;">ITEMS</span> <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"This"</span>, <span style="color: #ff0000;">"is"</span>, <span style="color: #ff0000;">"a test"</span> <span style="color: #000000;">&#125;</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ID</span> <span style="color: #000000;">100</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span><br /><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> oSay <span style="color: #0000ff;">ID</span> <span style="color: #000000;">10</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Test"</span> <span style="color: #0000ff;">COLOR</span> <span style="color: #ff0000;">"R+/B"</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">110</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> ; &nbsp; <span style="color: #B900B9;">// Redefining a child</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> oChk:<span style="color: #000000;">SetText</span><span style="color: #000000;">&#40;</span> Time<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">120</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> DoBrowse<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> BITMAP <span style="color: #0000ff;">ID</span> <span style="color: #000000;">130</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> ;<br />&nbsp; &nbsp; &nbsp; FILE <span style="color: #ff0000;">"..<span style="color: #000000;">\b</span>itmaps<span style="color: #000000;">\q</span>uestion.bmp"</span> TRANSPARENT<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">RADIO</span> nValue <span style="color: #0000ff;">ID</span> <span style="color: #000000;">110</span>, <span style="color: #000000;">120</span>, <span style="color: #000000;">130</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">2</span> <span style="color: #000000;">&#93;</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> MsgBeep<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">104</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">2</span> <span style="color: #000000;">&#93;</span> ; &nbsp; <span style="color: #B900B9;">// Redefining a child</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> oFld:<span style="color: #000000;">SetPrompts</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"one"</span>, <span style="color: #ff0000;">"two"</span>, <span style="color: #ff0000;">"three"</span>, <span style="color: #ff0000;">"four"</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br /><br /><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGet1 <span style="color: #0000ff;">VAR</span> cVar1 <span style="color: #0000ff;">ID</span> <span style="color: #000000;">101</span> <span style="color: #0000ff;">of</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">3</span> <span style="color: #000000;">&#93;</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGet2 <span style="color: #0000ff;">VAR</span> cVar2 <span style="color: #0000ff;">ID</span> <span style="color: #000000;">102</span> <span style="color: #0000ff;">of</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">3</span> <span style="color: #000000;">&#93;</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGet3 <span style="color: #0000ff;">VAR</span> cVar3 <span style="color: #0000ff;">ID</span> <span style="color: #000000;">103</span> <span style="color: #0000ff;">of</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">3</span> <span style="color: #000000;">&#93;</span><br /><br /><br /><br /><br /><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">120</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> oDlg:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bRClicked</span> = <span style="color: #000000;">&#123;</span> || <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"page 1"</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp;oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">2</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bRClicked</span> = <span style="color: #000000;">&#123;</span> || <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"page 2"</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">CENTERED</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">VALID</span> MsgYesNo<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Want to end ?"</span> <span style="color: #000000;">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> SetImages<span style="color: #000000;">&#40;</span> oDlg, oFld <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> DoBrowse<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;USE Customer<br />&nbsp; &nbsp;Browse<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;USE<br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> SetImages<span style="color: #000000;">&#40;</span> oDlg, oFld <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oImageList<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> IMAGELIST oImageList <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">16</span>, <span style="color: #000000;">16</span><br /><br />&nbsp; &nbsp;oImageList:<span style="color: #000000;">AddMasked</span><span style="color: #000000;">&#40;</span> TBitmap<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Define</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"new"</span>,, &nbsp; &nbsp;oDlg <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oImageList:<span style="color: #000000;">AddMasked</span><span style="color: #000000;">&#40;</span> TBitmap<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Define</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"open"</span>,, &nbsp; oDlg <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oImageList:<span style="color: #000000;">AddMasked</span><span style="color: #000000;">&#40;</span> TBitmap<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Define</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"search"</span>,, oDlg <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oImageList:<span style="color: #000000;">AddMasked</span><span style="color: #000000;">&#40;</span> TBitmap<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Define</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"print"</span>,, &nbsp;oDlg <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span>, <span style="color: #000000;">192</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;oFld:<span style="color: #000000;">SetImageList</span><span style="color: #000000;">&#40;</span> oImageList <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br />procedure AppSys &nbsp;<span style="color: #B900B9;">// Xbase++ requirement</span><br /><br /><span style="color: #00C800;">return</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span></div>[/code:2zcwi2o4] .rc file: [code=fw:2zcwi2o4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">".<span style="color: #000000;">\.</span>.<span style="color: #000000;">\i</span>nclude<span style="color: #000000;">\W</span>inApi.ch"</span><br /><br />#ifdef __FLAT__<br />&nbsp; <span style="color: #000000;">1</span> <span style="color: #000000;">24</span> <span style="color: #ff0000;">"winxp<span style="color: #000000;">\W</span>indowsXP.Manifest"</span><br />#endif<br /><br />#ifdef __64__<br />&nbsp; &nbsp;<span style="color: #000000;">1</span> <span style="color: #000000;">24</span> <span style="color: #ff0000;">"WinXP/WindowsXP.Manifest64"</span><br />#endif <br /><br /><span style="color: #B900B9;">//new &nbsp; &nbsp;BITMAP "../bitmaps/16x16/new.bmp"</span><br /><span style="color: #B900B9;">//open &nbsp; BITMAP "../bitmaps/16x16/open.bmp"</span><br /><span style="color: #B900B9;">//search BITMAP "../bitmaps/16x16/search.bmp"</span><br /><span style="color: #B900B9;">//print &nbsp;BITMAP "../bitmaps/16x16/print.bmp"</span><br /><br /><br />Test <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">19</span>, <span style="color: #000000;">47</span>, <span style="color: #000000;">233</span>, <span style="color: #000000;">124</span><br /><span style="color: #0000ff;">STYLE</span> DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU<br />CAPTION <span style="color: #ff0000;">"FiveWin Folders Demo"</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp;CONTROL <span style="color: #ff0000;">""</span>, <span style="color: #000000;">110</span>, <span style="color: #ff0000;">"SysTabControl32"</span>, <span style="color: #000000;">0</span> | WS_CHILD | WS_VISIBLE | WS_TABSTOP, <span style="color: #000000;">4</span>, <span style="color: #000000;">5</span>, <span style="color: #000000;">225</span>, <span style="color: #000000;">99</span><br />&nbsp;PUSHBUTTON <span style="color: #ff0000;">"&OK"</span>, <span style="color: #000000;">120</span>, <span style="color: #000000;">98</span>, <span style="color: #000000;">108</span>, <span style="color: #000000;">37</span>, <span style="color: #000000;">14</span><br /><span style="color: #000000;">&#125;</span><br /><br /><br />sub1 <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">18</span>, <span style="color: #000000;">18</span>, <span style="color: #000000;">205</span>, <span style="color: #000000;">80</span><br /><span style="color: #0000ff;">STYLE</span> WS_CHILD | <span style="color: #000000;">4</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp;GROUPBOX <span style="color: #ff0000;">"Group"</span>, <span style="color: #000000;">-1</span>, <span style="color: #000000;">7</span>, <span style="color: #000000;">5</span>, <span style="color: #000000;">140</span>, <span style="color: #000000;">31</span>, BS_GROUPBOX<br />&nbsp;LTEXT <span style="color: #ff0000;">"A label"</span>, <span style="color: #000000;">10</span>, <span style="color: #000000;">22</span>, <span style="color: #000000;">17</span>, <span style="color: #000000;">48</span>, <span style="color: #000000;">8</span><br />&nbsp;<span style="color: #0000ff;">COMBOBOX</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">74</span>, <span style="color: #000000;">14</span>, <span style="color: #000000;">49</span>, <span style="color: #000000;">33</span>, CBS_DROPDOWN | WS_TABSTOP<br />&nbsp;GROUPBOX <span style="color: #ff0000;">"Another group"</span>, <span style="color: #000000;">-1</span>, <span style="color: #000000;">8</span>, <span style="color: #000000;">39</span>, <span style="color: #000000;">139</span>, <span style="color: #000000;">37</span>, BS_GROUPBOX<br />&nbsp;PUSHBUTTON <span style="color: #ff0000;">"&First"</span>, <span style="color: #000000;">110</span>, <span style="color: #000000;">34</span>, <span style="color: #000000;">58</span>, <span style="color: #000000;">24</span>, <span style="color: #000000;">14</span><br />&nbsp;PUSHBUTTON <span style="color: #ff0000;">"&SubDialog"</span>, <span style="color: #000000;">120</span>, <span style="color: #000000;">68</span>, <span style="color: #000000;">58</span>, <span style="color: #000000;">43</span>, <span style="color: #000000;">14</span><br />&nbsp;CONTROL <span style="color: #ff0000;">""</span>, <span style="color: #000000;">130</span>, <span style="color: #ff0000;">"TBitmap"</span>, <span style="color: #000000;">0</span> | WS_CHILD | WS_VISIBLE, <span style="color: #000000;">159</span>, <span style="color: #000000;">19</span>, <span style="color: #000000;">35</span>, <span style="color: #000000;">38</span><br /><span style="color: #000000;">&#125;</span><br /><br /><br />sub2 <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">18</span>, <span style="color: #000000;">18</span>, <span style="color: #000000;">142</span>, <span style="color: #000000;">67</span><br /><span style="color: #0000ff;">STYLE</span> WS_CHILD | <span style="color: #000000;">4</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp;CONTROL <span style="color: #ff0000;">"Text"</span>, <span style="color: #000000;">110</span>, <span style="color: #ff0000;">"BUTTON"</span>, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, <span style="color: #000000;">37</span>, <span style="color: #000000;">30</span>, <span style="color: #000000;">28</span>, <span style="color: #000000;">12</span><br />&nbsp;CONTROL <span style="color: #ff0000;">"Text"</span>, <span style="color: #000000;">120</span>, <span style="color: #ff0000;">"BUTTON"</span>, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, <span style="color: #000000;">37</span>, <span style="color: #000000;">41</span>, <span style="color: #000000;">28</span>, <span style="color: #000000;">12</span><br />&nbsp;CONTROL <span style="color: #ff0000;">"Text"</span>, <span style="color: #000000;">130</span>, <span style="color: #ff0000;">"BUTTON"</span>, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, <span style="color: #000000;">37</span>, <span style="color: #000000;">52</span>, <span style="color: #000000;">28</span>, <span style="color: #000000;">12</span><br />&nbsp;PUSHBUTTON <span style="color: #ff0000;">"&Second"</span>, <span style="color: #000000;">104</span>, <span style="color: #000000;">93</span>, <span style="color: #000000;">26</span>, <span style="color: #000000;">32</span>, <span style="color: #000000;">12</span><br /><span style="color: #000000;">&#125;</span><br /><br /><br />sub3 <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">18</span>, <span style="color: #000000;">18</span>, <span style="color: #000000;">142</span>, <span style="color: #000000;">67</span><br /><span style="color: #0000ff;">STYLE</span> WS_CHILD | <span style="color: #000000;">4</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp;EDITTEXT <span style="color: #000000;">101</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">10</span>, <span style="color: #000000;">72</span>, <span style="color: #000000;">12</span><br />&nbsp;LTEXT <span style="color: #ff0000;">"Get 1:"</span>, <span style="color: #000000;">-1</span>, <span style="color: #000000;">7</span>, <span style="color: #000000;">12</span>, <span style="color: #000000;">34</span>, <span style="color: #000000;">8</span><br />&nbsp;EDITTEXT <span style="color: #000000;">102</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">25</span>, <span style="color: #000000;">72</span>, <span style="color: #000000;">12</span><br />&nbsp;LTEXT <span style="color: #ff0000;">"Get 2:"</span>, <span style="color: #000000;">-1</span>, <span style="color: #000000;">7</span>, <span style="color: #000000;">27</span>, <span style="color: #000000;">34</span>, <span style="color: #000000;">8</span><br />&nbsp;EDITTEXT <span style="color: #000000;">103</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">40</span>, <span style="color: #000000;">72</span>, <span style="color: #000000;">12</span><br />&nbsp;LTEXT <span style="color: #ff0000;">"Get 3:"</span>, <span style="color: #000000;">-1</span>, <span style="color: #000000;">7</span>, <span style="color: #000000;">42</span>, <span style="color: #000000;">34</span>, <span style="color: #000000;">8</span><br /><span style="color: #000000;">&#125;</span><br /><br />&nbsp;</div>[/code:2zcwi2o4] Next, I open Teamviewer 7 and get 2 and get 3 vanish. Please, see picture: [url=http&#58;//imageshack&#46;us/photo/my-images/851/bugteamviewer&#46;png/:2zcwi2o4][IMG=http://img851.imageshack.us/img851/4852/bugteamviewer.th.png][/IMG][/url:2zcwi2o4] Uploaded with [url=http&#58;//imageshack&#46;us:2zcwi2o4]ImageShack.us[/url:2zcwi2o4] I have Windows 7 with themes. Without themes, it does not happen. Also, with a simple dialog does not happen. Just with Folders. Thank you very much.
new bug in FW 11.11
up.
new bug in FW 11.11 [TITLE AND TITLETEXT]
Hello, Also, TITLE and TITLETEXT are not working too.
new bug in FW 11.11 [TITLE AND TITLETEXT]
John, On what commands ? Please post a small and self contained example, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
new bug in FW 11.11 [TITLE AND TITLETEXT]
Antonio, Samples\testtitle. See OK in FW 11.09: [url=http&#58;//imageshack&#46;us/photo/my-images/59/titleok&#46;png/:1rip8y5f][img:1rip8y5f]http&#58;//img59&#46;imageshack&#46;us/img59/8060/titleok&#46;th&#46;png[/img:1rip8y5f][/url:1rip8y5f] Uploaded with [url=http&#58;//imageshack&#46;us:1rip8y5f]ImageShack.us[/url:1rip8y5f] But not in FW 11.11: [url=http&#58;//imageshack&#46;us/photo/my-images/707/titlebad&#46;png/:1rip8y5f][IMG=http://img707.imageshack.us/img707/3825/titlebad.png][/IMG][/url:1rip8y5f] Uploaded with [url=http&#58;//imageshack&#46;us:1rip8y5f]ImageShack.us[/url:1rip8y5f] Uploaded with [url=http&#58;//imageshack&#46;us:1rip8y5f]ImageShack.us[/url:1rip8y5f] [url=http&#58;//imageshack&#46;us/photo/my-images/221/badcwv&#46;jpg/:1rip8y5f][IMG=http://img221.imageshack.us/img221/1489/badcwv.th.jpg][/IMG][/url:1rip8y5f] Uploaded with [url=http&#58;//imageshack&#46;us:1rip8y5f]ImageShack.us[/url:1rip8y5f] Thank you.
new bug in FW 11.11 [TITLE AND TITLETEXT]
John, Are you using Harbour or xHarbour ? Here it is working fine
new bug in FW 11.11 [TITLE AND TITLETEXT]
Antonio, Harbour from <!-- m --><a class="postlink" href="http://code.google.com/p/harbour-and-xharbour-builds/downloads">http://code.google.com/p/harbour-and-xh ... /downloads</a><!-- m --> Also, I tested with Harbour 2.1 and is not working too.
new bug in FW 13.05 RibbonBar
Hello, in samples\ribbon3.prg [code=fw:3nbwmq9y]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br />   Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\FWH\samples\RIBBON3.exe <span style="color: #000000;">&#40;</span><span style="color: #000000;">32</span> bits<span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">Size</span>: <span style="color: #000000;">2</span>,<span style="color: #000000;">875</span>,<span style="color: #000000;">904</span> bytes<br />   Compiler version: <span style="color: #000000;">Harbour</span> <span style="color: #000000;">3.2</span>.0dev <span style="color: #000000;">&#40;</span>Rev. <span style="color: #000000;">18881</span><span style="color: #000000;">&#41;</span><br />   FiveWin  Version: <span style="color: #000000;">FWH</span> <span style="color: #000000;">13.04</span><br />   Windows version: <span style="color: #000000;">5.1</span>, Build <span style="color: #000000;">2600</span> Service Pack <span style="color: #000000;">3</span><br /><br />   Time <span style="color: #0000ff;">from</span> start: <span style="color: #000000;">0</span> hours <span style="color: #000000;">0</span> mins <span style="color: #000000;">7</span> secs <br />   Error occurred <span style="color: #00C800;">at</span>: <span style="color: #000000;">06</span>/<span style="color: #000000;">06</span>/<span style="color: #000000;">13</span>, <span style="color: #000000;">14</span>:<span style="color: #000000;">53</span>:<span style="color: #000000;">53</span><br />   Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1004</span>  <span style="color: #0000ff;">Message</span> not found: <span style="color: #000000;">TBACKSTAGEOPTION</span>:<span style="color: #000000;">L2013</span><br />   Args:<br />     <span style="color: #000000;">&#91;</span>   <span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> = O   TBACKSTAGEOPTION<br /><br />Stack Calls<br />===========<br />   Called <span style="color: #0000ff;">from</span>:  => __ERRRT_SBASE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">ERROR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>HBOBJECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">MSGNOTFOUND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">L2013</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGEOPTION:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1958</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TBACKSTAGE_PAINT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1853</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => AEVAL<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGE:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1853</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TBACKSTAGE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1614</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGE:<span style="color: #00C800;">DISPLAY</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TBACKSTAGE:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1695</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3180</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => SYSREFRESH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">END</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">512</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">COMMAND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">405</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => TWINDOW:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">892</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => DIALOGBOXINDIRECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">274</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => ERRORDIALOG<span style="color: #000000;">&#40;</span> <span style="color: #000000;">426</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>ERRORSYS<span style="color: #000000;">&#40;</span> <span style="color: #000000;">31</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => __ERRRT_SBASE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">ERROR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>HBOBJECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">MSGNOTFOUND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">L2013</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGEOPTION:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1958</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TBACKSTAGE_PAINT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1853</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => AEVAL<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGE:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1853</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TBACKSTAGE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1614</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGE:<span style="color: #00C800;">DISPLAY</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TBACKSTAGE:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1695</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3180</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => SYSREFRESH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">END</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">512</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">COMMAND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">405</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => TWINDOW:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">892</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => DIALOGBOXINDIRECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">274</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => ERRORDIALOG<span style="color: #000000;">&#40;</span> <span style="color: #000000;">426</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>ERRORSYS<span style="color: #000000;">&#40;</span> <span style="color: #000000;">31</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => __ERRRT_SBASE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">ERROR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>HBOBJECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">MSGNOTFOUND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">L2013</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGEOPTION:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1958</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TBACKSTAGE_PAINT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1853</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => AEVAL<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGE:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1853</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TBACKSTAGE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1614</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGE:<span style="color: #00C800;">DISPLAY</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TBACKSTAGE:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1695</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3180</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => SYSREFRESH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">END</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">512</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">COMMAND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">405</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => TWINDOW:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">892</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => DIALOGBOXINDIRECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">274</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => ERRORDIALOG<span style="color: #000000;">&#40;</span> <span style="color: #000000;">426</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>ERRORSYS<span style="color: #000000;">&#40;</span> <span style="color: #000000;">31</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => __ERRRT_SBASE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">ERROR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>HBOBJECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">MSGNOTFOUND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: ../../../tobject.prg => TBACKSTAGEOPTION:<span style="color: #000000;">L2013</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\TRIBBON.PRG => TBACKSTAGEOPTION:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1958</span> <span style="color: #000000;">&#41;</span></div>[/code:3nbwmq9y] Also, in the style 2013 the blue is not this one: <!-- m --><a class="postlink" href="http://i44.tinypic.com/2wh194w.png">http://i44.tinypic.com/2wh194w.png</a><!-- m --> Thanks a lot.
new bug in FW 13.05 RibbonBar
Please apply this fix. In \fwh\source\classes\tribbon.prg Change line 1958 Instead of [code=fw:1ryhlxkm]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #00C800;">local</span> nRound := <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">l2013</span>, <span style="color: #000000;">0</span>, <span style="color: #000000;">5</span> <span style="color: #000000;">&#41;</span><br />&nbsp;</div>[/code:1ryhlxkm] Change as [code=fw:1ryhlxkm]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> nRound := <span style="color: #000000;">5</span></div>[/code:1ryhlxkm] Please let us know if you find any other issue
new bug in FW 13.05 RibbonBar
It gets fixed adding: DATA l2013 INIT .F. to CLASS TBackStageOption in tribbon.prg Added for next revised build or new build
new bug in FW 13.05 RibbonBar
Antonio, Thank you. And what about please [quote:2ch05s31]Also, in the style 2013 the blue is not this one: [/quote:2ch05s31] [img:2ch05s31]http&#58;//i44&#46;tinypic&#46;com/2wh194w&#46;png[/img:2ch05s31]
new bug in FW 13.05 RibbonBar
El azul oscuro es RGB( 43, 87, 154 ) y el azul del botón es RGB( 194, 213, 242 )
new bug in FW 13.05 RibbonBar
Antonio, Can you please include in the revised build?. Thanks.
new bug xBrowse
There is a problem with painting the images in an xBrowse column. The default bitmap size is painted smaller, but when the selection bar is placed on the row it is painted at the original size. [url=https&#58;//subefotos&#46;com/ver/?24ecaef2b4954dd55e4c4d69917e1bc8o&#46;png:gw5tps7o][img:gw5tps7o]http&#58;//thumbs&#46;subefotos&#46;com/24ecaef2b4954dd55e4c4d69917e1bc8o&#46;jpg[/img:gw5tps7o][/url:gw5tps7o]
new bug xBrowse 20.02 [solved]
Hello, ISome customers are reporting me this error in xBrowse: Event description: Problem BASE/1004 There is no method: SORT Args: [ 1] = U [code=fw:123ij4x1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">METHOD</span> AdoIncrSeek<span style="color: #000000;">&#40;</span> uSeek <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TXBrowse<br /><br />   <span style="color: #00C800;">local</span> lFound   := .f.<br />   this line-> <span style="color: #00C800;">local</span> cCol     := CharRem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"[]"</span>, StrToken<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oRs</span>:<span style="color: #000000;">Sort</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /> </div>[/code:123ij4x1] Thank you
new bug xBrowse 20.02 [solved]
Up
new bug xBrowse 20.02 [solved]
perhaps ::oRs:Sort() ?
new bug xBrowse 20.02 [solved]
[code=fw:cnyikmt8]<div class="fw" id="{CB}" style="font-family: monospace;">Event description: <span style="color: #000000;">Problem</span> BASE/<span style="color: #000000;">1004</span> There is no <span style="color: #00C800;">method</span>: <span style="color: #000000;">SORT</span><br />Args:<br /><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> = U<br />&nbsp;</div>[/code:cnyikmt8] This error indicates that the value of oBrw:oRs is NIL. Please check your application why oBrw:oRs is becoming nil.
new bug xBrowse 20.02 [solved]
Thank you for your reply. I hope you're in good health. Some customers reported this error, but they are working with Access in a local pc, with no lan or Internet involved. Can you please, as a safety precaution, check that oBrw:oRs is not nil before contunuing with this method?
new bug xBrowse 20.02 [solved]
Probably the user has an active oBrowse:oSeek, and he deletes the record, so oRs becomes to nil. How can we handle it? Thank you.
new bug xBrowse 20.02 [solved]
[quote:xvuycp6b]Probably the user has an active oBrowse:oSeek, and he deletes the record, so oRs becomes to nil. [/quote:xvuycp6b] Deleting one record does not close the RecordSet. Deleting a record using oBrw:Delete() is always safe.
new bug xBrowse 20.02 [solved]
Thank you very much for your attention. We have not been able to reproduce the generation of the error, in which case we could have provided you with a more precise solution. It could even be an ADO error itself. So, as an additional security measure, could you please modify the code of xbrowse, something like that: [code=fw:dag0sb9j]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> AdoIncrSeek<span style="color: #000000;">&#40;</span> uSeek <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TXBrowse<br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> lFound &nbsp; := .f.<br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cCol &nbsp; &nbsp; := <span style="color: #ff0000;">""</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cExpr &nbsp; &nbsp;:= <span style="color: #ff0000;">''</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cType, d, uVal, lSoft, cSaveFilt<br /><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> hb_isnil<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oRs</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> .f.<br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;cCol &nbsp; &nbsp; := CharRem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"[]"</span>, StrToken<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oRs</span>:<span style="color: #000000;">Sort</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br /><br />&nbsp;</div>[/code:dag0sb9j]
new bug xBrowse 20.02 [solved]
done
new bug xBrowse 20.02 [solved]
Thank you very much!
new bug xBrowse 20.02 [solved]
I am afraid you undid the changes in FW 20.04: [code=fw:29w8ompy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> AdoIncrSeek<span style="color: #000000;">&#40;</span> uSeek <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TXBrowse<br /><br />   <span style="color: #00C800;">local</span> lFound   := .f.<br />   <span style="color: #00C800;">local</span> cCol     := CharRem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"[]"</span>, StrToken<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oRs</span>:<span style="color: #000000;">Sort</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> cExpr    := <span style="color: #ff0000;">''</span><br />   <span style="color: #00C800;">local</span> cType, d, uVal, lSoft, cSaveFilt<br /><br />   <span style="color: #00C800;">if</span> ::<span style="color: #000000;">oRs</span> == <span style="color: #00C800;">nil</span><br />      <span style="color: #00C800;">return</span> .f.<br />   <span style="color: #00C800;">endif</span></div>[/code:29w8ompy] cCol will fail because it should be after if ::oRs == nil: [code=fw:29w8ompy]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp;<br /><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> ::<span style="color: #000000;">oRs</span> == <span style="color: #00C800;">nil</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> .f.<br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;cCol &nbsp; &nbsp; := CharRem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"[]"</span>, StrToken<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oRs</span>:<span style="color: #000000;">Sort</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span></div>[/code:29w8ompy] Thank you.
new bug xBrowse 20.02 [solved]
You are right Sorry Please make the proper modification in your copy. We will incorporate it for next release.
new bug xBrowse FW 13.05
Hello, This code worked with the fixes that Mr. Nages sent to me to patch \source\xbrowse.prg, but now it shows this screen: [code=fw:jnk50p7d]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #ff0000;">"<br /><br />#include "</span>fivewin.ch<span style="color: #ff0000;">"<br />#include "</span><span style="color: #0000ff;">xbrowse</span>.ch<span style="color: #ff0000;">"<br /><br /><br />function main()<br /><br />&nbsp; &nbsp;local cStr, oCn, oRs<br /><br /><br />&nbsp; &nbsp;cStr &nbsp;:= "</span>Driver=<span style="color: #000000;">&#123;</span>MySQL ODBC <span style="color: #000000;">3.51</span> Driver<span style="color: #000000;">&#125;</span>;Server=dolphintest.sitasoft.net;<span style="color: #ff0000;">" + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "</span>Database=dolphin_man;User=test_dolphin;Password=<span style="color: #000000;">123456</span>;Option=<span style="color: #000000;">3</span>;<span style="color: #ff0000;">"<br /><br />&nbsp; &nbsp;oCn &nbsp; := FW_OpenAdoConnection( cStr )<br /><br /><br /><br /><br />&nbsp; &nbsp;if oCn != nil<br /><br />&nbsp; &nbsp; &nbsp; oRs &nbsp; := FW_OpenRecordSet( oCn, "</span><span style="color: #0000ff;">select</span> * <span style="color: #0000ff;">from</span> biblio <span style="color: #0000ff;">order by</span> titulo<span style="color: #ff0000;">" )<br /><br />&nbsp; &nbsp; &nbsp; if oRs = nil<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;msgstop("</span>error opening<span style="color: #ff0000;">")<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oCn:Close()<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RETURN NIL<br />&nbsp; &nbsp; &nbsp; endif<br /><br /><br />&nbsp; &nbsp; &nbsp; testLucas( oRs )<br /><br />&nbsp; &nbsp; &nbsp; oRs:Close()<br />&nbsp; &nbsp; &nbsp; oRs := Nil<br /><br />&nbsp; &nbsp; &nbsp; oCn:Close()<br /><br />&nbsp; &nbsp;else<br /><br />&nbsp; &nbsp; &nbsp; msgstop( "</span>Failed <span style="color: #0000ff;">to</span> Connect<span style="color: #ff0000;">")<br /><br />&nbsp; &nbsp;endif<br /><br /><br /><br />QUIT<br /><br />return nil<br />//----------------------------------------------------------------------------//<br /><br /><br /><br />//-----------------------------------------------------------------------------<br />function testLucas( oRs )<br /><br />&nbsp; &nbsp;local oDlg, oBrw, oCbx, oFont, nWild := 2<br />&nbsp; &nbsp;local nOpt &nbsp; &nbsp; &nbsp; &nbsp;:= 1<br /><br /><br /><br /><br />&nbsp; &nbsp;DEFINE FONT oFont NAME "</span>TAHOMA<span style="color: #ff0000;">" SIZE 0,-14<br /><br />&nbsp; &nbsp;DEFINE DIALOG oDlg SIZE 900,400 PIXEL ;<br />&nbsp; &nbsp; &nbsp; TITLE "</span>Test WildSeek v. <span style="color: #000000;">2</span> <span style="color: #ff0000;">"+FWVERSION ;<br />&nbsp; &nbsp; &nbsp; FONT oFont<br /><br />&nbsp; &nbsp;@ 30,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ;<br />&nbsp; &nbsp; &nbsp; DATASOURCE oRs AUTOCOLS AUTOSORT ;<br />&nbsp; &nbsp; &nbsp; CELL LINES NOBORDER<br /><br /><br /><br />&nbsp; &nbsp;WITH OBJECT oBrw<br /><br />&nbsp; &nbsp; &nbsp; :nMarqueeStyle := 4<br />&nbsp; &nbsp; &nbsp; :lIncrFilter &nbsp; := .t.<br />&nbsp; &nbsp; &nbsp; :lSeekWild &nbsp; &nbsp; := .t. //( nWild == 2 )<br />&nbsp; &nbsp; &nbsp; :cFilterFld &nbsp; &nbsp;:= "</span>titulo<span style="color: #ff0000;">"<br />&nbsp; &nbsp; &nbsp; :nStretchCol &nbsp; := STRETCHCOL_WIDEST<br /><br />&nbsp; &nbsp; &nbsp; :CreateFromCode()<br />&nbsp; &nbsp;END<br /><br /><br /><br /><br />&nbsp; &nbsp;@ 10, 80 SAY oBrw:oSeek PROMPT oBrw:cSeek SIZE 120,10 PIXEL OF oDlg ;<br />&nbsp; &nbsp; &nbsp; COLOR CLR_RED,CLR_YELLOW<br /><br />&nbsp; &nbsp;@ 10, 300 BUTTON &nbsp;"</span>Clean<span style="color: #ff0000;">" ACTION ( oBrw:Seek( "</span><span style="color: #ff0000;">" ), oBrw:Setfocus() ) &nbsp; &nbsp;PIXEL<br /><br /><br />&nbsp; &nbsp;ACTIVATE DIALOG oDlg CENTERED ;<br />&nbsp; &nbsp; &nbsp; ON INIT ( oBrw:SetFocus(), .f. )<br /><br />&nbsp; &nbsp;RELEASE FONT oFont<br /><br /><br />Return nil<br /><br />//----------------------------------------------------------------------------//<br /><br /></span></div>[/code:jnk50p7d] [img:jnk50p7d]http&#58;//i39&#46;tinypic&#46;com/358ntab&#46;png[/img:jnk50p7d] Also, the program hangs, and the x of the window to close does not work.
new bug xBrowse FW 13.05
We shall look into this and get back to you
new bug xBrowse FW 13.05
fixed.
new bug xBrowse ToExcel()
Event description: (DOS Problem -2147352567) WINOLE/1007 No se puede obtener la propiedad Paste de la clase Worksheet. (0x800A03EC): Microsoft Excel Stack Calls =========== Called from: => TOLEAUTO:PASTE( 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:TOEXCEL( 9880 ) Called from: .\source\function\XBROWSER.PRG => (b)XBROWSE( 176 ) Lines source\classes\xbrowse.prg [code=fw:3p0ixxtm]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">if</span> Len<span style="color: #000000;">&#40;</span> cText <span style="color: #000000;">&#41;</span> > <span style="color: #000000;">16000</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;::<span style="color: #000000;">oClp</span>:<span style="color: #000000;">SetText</span><span style="color: #000000;">&#40;</span> cText <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oSheet:<span style="color: #000000;">Cells</span><span style="color: #000000;">&#40;</span> nPasteRow, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Select</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;here-> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oSheet:<span style="color: #000000;">Paste</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div>[/code:3p0ixxtm] Thank you.
new bug xBrowse ToExcel()
Hallo, It looks to me a OLE problem within your Office. Try to run a repair of your Office.
new bug xBrowse ToExcel()
Thank you. In the same PC, export to Excel in Report works perfect. Also, a TRY/CATCH error control is missing.
new bugs in FW 11.11
Antonio, 1. TBTNBMP are not painting ok. Now the background is blue. 2. Also, I typed to build fivegen: [code=fw:3cmbhbya]<div class="fw" id="{CB}" style="font-family: monospace;">make -ffivegenh.rmk</div>[/code:3cmbhbya] but fivegen.rsp is missing. 3. Rascan function is missing. Just please try to build testtxte.prg 4. Finally, in Harbour 3.1 build there is not ADS libs and ADS.CH. Thank you.
new bugs in FW 11.11
John, 1. Do you have a small example ? thanks 2. Here is FiveGen.rsp, we forgot to include it in the installer. fivegen.rsp [code=fw:3cyahhq2]<div class="fw" id="{CB}" style="font-family: monospace;">c:\bcc582\lib\c0w32.obj + <br />objh\fivegen.obj + <br />objh\brwareas.obj + <br />objh\brwdata.obj + <br />objh\brwdict.obj + <br />objh\brwfrms.obj + <br />objh\brwmenu.obj + <br />objh\brwrep.obj + <br />objh\brwscrpt.obj + <br />objh\brwsets.obj + <br />objh\brwtbl.obj + <br />objh\frmdict.obj + <br />objh\web.obj + <br />objh\wizards.obj, + <br />fivegen.exe, + <br />fivegen.map, + <br />.\..\..\lib\FiveH.lib .\..\..\lib\FiveHC.lib + <br />c:\harbour\lib\hbrtl.lib + <br />c:\harbour\lib\hbvm.lib + <br />c:\harbour\lib\gtgui.lib + <br />c:\harbour\lib\hblang.lib + <br />c:\harbour\lib\hbmacro.lib + <br />c:\harbour\lib\hbrdd.lib + <br />c:\harbour\lib\rddntx.lib + <br />c:\harbour\lib\rddcdx.lib + <br />c:\harbour\lib\rddfpt.lib + <br />c:\harbour\lib\hbsix.lib + <br />c:\harbour\lib\hbdebug.lib + <br />c:\harbour\lib\hbcommon.lib + <br />c:\harbour\lib\hbpp.lib + <br />c:\harbour\lib\hbcpage.lib + <br />c:\harbour\lib\hbwin.lib + <br />c:\harbour\lib\hbcplr.lib + <br />c:\harbour\lib\hbct.lib + <br />c:\harbour\lib\xhb.lib + <br />c:\harbour\lib\hbziparc.lib + <br />c:\harbour\lib\hbmzip.lib + <br />c:\harbour\lib\hbzlib.lib + <br />c:\harbour\lib\minizip.lib + <br />c:\harbour\lib\png.lib + <br />c:\bcc582\lib\cw32.lib + <br />c:\bcc582\lib\uuid.lib + <br />c:\bcc582\lib\import32.lib + <br />c:\bcc582\lib\psdk\odbc32.lib + <br />c:\bcc582\lib\psdk\nddeapi.lib + <br />c:\bcc582\lib\psdk\iphlpapi.lib + <br />c:\bcc582\lib\psdk\msimg32.lib + <br />c:\bcc582\lib\psdk\psapi.lib + <br />c:\bcc582\lib\psdk\rasapi32.lib + <br />c:\bcc582\lib\psdk\gdiplus.lib + <br />c:\bcc582\lib\psdk\shell32.lib, <br />fivegen.res <br /> </div>[/code:3cyahhq2]
new bugs in FW 11.11
3. You have to link Harbour's xhb.lib
new bugs in FW 11.11
Antonio, For 1, just try btnsetup In FW 11.09 they are ok: [url=http&#58;//imageshack&#46;us/photo/my-images/21/83370419&#46;png/:1mmr40em][IMG=http://img21.imageshack.us/img21/2117/83370419.th.png][/IMG][/url:1mmr40em] Uploaded with [url=http&#58;//imageshack&#46;us:1mmr40em]ImageShack.us[/url:1mmr40em] But see blue on FW 11.11: [url=http&#58;//imageshack&#46;us/photo/my-images/17/badwr&#46;png/:1mmr40em][IMG=http://img17.imageshack.us/img17/5600/badwr.th.png][/IMG][/url:1mmr40em] Uploaded with [url=http&#58;//imageshack&#46;us:1mmr40em]ImageShack.us[/url:1mmr40em] Thanks.
new bugs in FW 11.11
This is a sample of the problem: [code=fw:282zx7hk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; <span style="color: #00C800;">LOCAL</span> oDlg, oFld<br /><br />&nbsp; &nbsp; <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"FOLDER"</span><br /><br />&nbsp; &nbsp; <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">FOLDER</span> oFld;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">101</span> <span style="color: #0000ff;">OF</span> oDlg;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">PROMPTS</span> <span style="color: #ff0000;">"Test"</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">DIALOGS</span> <span style="color: #ff0000;">"TEST"</span><br /><br />&nbsp; &nbsp; <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">101</span> <span style="color: #0000ff;">OF</span> oFld:<span style="color: #000000;">aDialogs</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;FILE <span style="color: #ff0000;">"<span style="color: #000000;">\f</span>wharbour<span style="color: #000000;">\b</span>itmaps<span style="color: #000000;">\o</span>pen.bmp"</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NOBORDER<br /><br />&nbsp; &nbsp; <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">102</span> <span style="color: #0000ff;">OF</span> oDlg;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;FILE <span style="color: #ff0000;">"<span style="color: #000000;">\f</span>wharbour<span style="color: #000000;">\b</span>itmaps<span style="color: #000000;">\o</span>pen.bmp"</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NOBORDER<br /><br />&nbsp; &nbsp; <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">201</span> <span style="color: #0000ff;">OF</span> oDlg;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ACTION</span> oDlg:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">CENTER</span><br /><br />&nbsp; &nbsp; <span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">NIL</span></div>[/code:282zx7hk] [code=fw:282zx7hk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">FOLDER</span> <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">49</span>, <span style="color: #000000;">52</span>, <span style="color: #000000;">365</span>, <span style="color: #000000;">295</span><br /><span style="color: #0000ff;">STYLE</span> DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU<br />CAPTION <span style="color: #ff0000;">"Folder test"</span><br /><span style="color: #0000ff;">FONT</span> <span style="color: #000000;">8</span>, <span style="color: #ff0000;">"MS Sans Serif"</span><br />LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL<br /><span style="color: #000000;">&#123;</span><br />&nbsp;CONTROL <span style="color: #ff0000;">""</span>, <span style="color: #000000;">101</span>, <span style="color: #ff0000;">"SysTabControl32"</span>, <span style="color: #000000;">0</span> | WS_CHILD | WS_VISIBLE, <span style="color: #000000;">5</span>, <span style="color: #000000;">5</span>, <span style="color: #000000;">265</span>, <span style="color: #000000;">195</span><br />&nbsp;CONTROL <span style="color: #ff0000;">"&Close"</span>, <span style="color: #000000;">201</span>, <span style="color: #ff0000;">"BUTTON"</span>, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, <span style="color: #000000;">5</span>, <span style="color: #000000;">275</span>, <span style="color: #000000;">40</span>, <span style="color: #000000;">15</span><br />&nbsp;CONTROL <span style="color: #ff0000;">""</span>, <span style="color: #000000;">102</span>, <span style="color: #ff0000;">"TBtnBmp"</span>, <span style="color: #000000;">0</span> | WS_CHILD | WS_VISIBLE, <span style="color: #000000;">280</span>, <span style="color: #000000;">5</span>, <span style="color: #000000;">30</span>, <span style="color: #000000;">25</span><br /><span style="color: #000000;">&#125;</span><br /><br /><br />TEST <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">49</span>, <span style="color: #000000;">52</span>, <span style="color: #000000;">365</span>, <span style="color: #000000;">295</span><br /><span style="color: #0000ff;">STYLE</span> WS_CHILD<br /><span style="color: #0000ff;">FONT</span> <span style="color: #000000;">8</span>, <span style="color: #ff0000;">"MS Sans Serif"</span><br />LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL<br /><span style="color: #000000;">&#123;</span><br />&nbsp;CONTROL <span style="color: #ff0000;">""</span>, <span style="color: #000000;">101</span>, <span style="color: #ff0000;">"TBtnBmp"</span>, <span style="color: #000000;">0</span> | WS_CHILD | WS_VISIBLE, <span style="color: #000000;">10</span>, <span style="color: #000000;">10</span>, <span style="color: #000000;">30</span>, <span style="color: #000000;">25</span><br /><span style="color: #000000;">&#125;</span></div>[/code:282zx7hk] EMG
new bugs in FW 11.11
Enrico, Thanks for the example. Fixed <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> In Class TBtnBmp Method Redefine(): [code=fw:3ubxjx9v]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #00C800;">if</span> <span style="color: #000000;">&#40;</span> ! ::<span style="color: #000000;">lBarBtn</span> <span style="color: #000000;">&#41;</span> .and. l2007<br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">DEFAULT</span> ::<span style="color: #000000;">bClrGrad</span> := <span style="color: #000000;">&#123;</span> | lInvert | <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> lInvert, ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>/<span style="color: #000000;">3</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">255</span>, <span style="color: #000000;">253</span>, <span style="color: #000000;">222</span> <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">255</span>, <span style="color: #000000;">231</span>, <span style="color: #000000;">151</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>, ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>/<span style="color: #000000;">3</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">255</span>, <span style="color: #000000;">215</span>, &nbsp;<span style="color: #000000;">84</span> <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">255</span>, <span style="color: #000000;">233</span>, <span style="color: #000000;">162</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span>, ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>/<span style="color: #000000;">2</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">219</span>, <span style="color: #000000;">230</span>, <span style="color: #000000;">244</span> <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">207</span><span style="color: #000000;">-50</span>, <span style="color: #000000;">221</span><span style="color: #000000;">-25</span>, <span style="color: #000000;">255</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>, ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>/<span style="color: #000000;">2</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">201</span><span style="color: #000000;">-50</span>, <span style="color: #000000;">217</span><span style="color: #000000;">-25</span>, <span style="color: #000000;">255</span> <span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">231</span>, <span style="color: #000000;">242</span>, <span style="color: #000000;">255</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp;</div>[/code:3ubxjx9v]
new bugs in FW 11.11
Antonio, To what lib should apply this fix?. How do I replace fixed module in the lib?. What are compile flags?. Thank you. Also, I may suggest that you create a test program that uses all controls of FWH (Ribbon, title, dialog with folders, combos, radios, tabs, report, tdbf, ...) so you can test before launching a new build and avoid those bugs. In the past, you had an invoice app that was at no charge. Maybe should be enhanced and in fact could help new users to learn and see FWH power and be also a test app. Thanks.
new bugs in FW 11.11
[quote="Antonio Linares":3mh96lpr]Enrico, Thanks for the example. Fixed <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3mh96lpr] Great! Thank you. EMG
new bugs in FW 11.11
[quote="ukservice":2zzrm8mm]To what lib should apply this fix?.[/quote:2zzrm8mm] btnbmp.prg [quote="ukservice":2zzrm8mm]How do I replace fixed module in the lib?.[/quote:2zzrm8mm] Just add btnbmp.prg to your application. [quote="ukservice":2zzrm8mm]What are compile flags?.[/quote:2zzrm8mm] Usually I use the following switches: [code=fw:2zzrm8mm]<div class="fw" id="{CB}" style="font-family: monospace;">/a /es2 /gc0 /l /m /n /q /w</div>[/code:2zzrm8mm] [quote="ukservice":2zzrm8mm]Also, I may suggest that you create a test program that uses all controls of FWH[/quote:2zzrm8mm] It looks like a good idea! EMG
new bugs in FW 11.11
Enrico, Thanks but I prefer to patch the libs, otherwise in every update I have to modify sources. Typing harbour btnbmp /a /es2 /gc0 /l /m /n /q /w I get .c. But how do I get the obj?. In which lib should I replace module?. Also, maybe Fivetech could include bat files to rebuild libs. Thanks.
new bugs in FW 11.11
[quote="ukservice":7f6tu22g]Enrico, Thanks but I prefer to patch the libs, otherwise in every update I have to modify sources. Typing harbour btnbmp /a /es2 /gc0 /l /m /n /q /w I get .c. But how do I get the obj?.[/quote:7f6tu22g] Please look inside build°.bat in samples directory. [quote="ukservice":7f6tu22g]In which lib should I replace module?.[/quote:7f6tu22g] Fiveh[x].lib EMG
new bugs in FW 11.11
John, [url:19hgx0qf]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=fwhgen&#46;rar&can=2&q=[/url:19hgx0qf]
new bugs in FW 11.11
John, Enrico, We use to run several complex FWH apps that use many controls but its almost impossible to test everything. Here you have the VisualFW, one of the apps that we test, that we will include in the next revised FWH build or in 11.12 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [img:905t73m3]http&#58;//img84&#46;imageshack&#46;us/img84/8403/captureuog&#46;png[/img:905t73m3]
new bugs in FW 11.11
Antonio, Thanks but it does not have Ribbon, TTitle, Tbtnbmp, report, etc.
new bugs in FW 11.11
John, Its quite difficult to build a test app that includes everything, and we don't modify everything in each build, just the classes where we have been working on
new bugs in FW 11.11
Antonio, Yes, but you could easily add Ribbon, Ttitle, Report and a complex dialog with xBrowse, Folders, Radios, Gets (like win32 sample). Even with Visalfw, the problem with TBntbmp did not arrise?.
new bugs in FW 11.11
John, The problem with TBtnBmp has already been fixed and there is a new FWH 11.11 available since yesterday night <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
new bugs in FW 11.11
Antonio, Thank you for your help and quick support on Sunday!. I fixed myself the lib but I will redownload the new build. Thank you again.
new comer
who willing to share with me one simple and complete application (main menu plus one maintenance, one enquiry and one reporting program), i will use it as my application framework for learning. thanks and appreciate.
new comer
davidlim:Pls, take a look in C:\FW\Samples, there are many many samples.Regards
new command SQL:> ALTER TABLE
Mr. Rao, Can you please add command ALTER TABLE to the existing UPDATE and INSERT?. So mail SQL statements are covered. Best regards,
new command SQL:> ALTER TABLE
+++++1
new command SQL:> ALTER TABLE
¿se sabe algo? <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
new command SQL:> ALTER TABLE
Up
new command SQL:> ALTER TABLE
Very interesting <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->.
new command SQL:> ALTER TABLE
We shall try to provide in next version. Meanwhile may I know if you found the SQL UPDATE and SQL INSERT commands useful? Are you using them? If so may I see some sample commands?
new feature: ACTION clause in GET MEMO
Hello, Could be possible to have also in GET MEMO this ACTION clause? Thank you.
new feature: ACTION clause in GET MEMO
up
new feature: ACTION clause in GET MEMO
UP
new fivewin unresolved externals MSVC
I have just purchased new version of FWH. I'm trying to compile and Link with MSVC++ 6.0 (I'm normally a borland user). The compile step works but the link step has many unresolved errors. I'm using buildxm.bat to compile one of the sample programs. What am I missing? Here are the errors: &#9484;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9488; &#9474; FiveWin for xHarbour 2.8 (MSVC++) November 2007 xHarbour development power &#9474;&#9604; &#9474; (c) FiveTech, 1993-2007 for Microsoft Windows 95/98/NT/2000/ME and XP &#9474;&#9608; &#9492;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9496;&#9608;   &#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600; Compiling... xHarbour Compiler build 0.99.71 (SimpLex) Copyright 1999-2007, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'testtime.prg' and generating preprocessed output to 'testtime.ppo'... Lines 52, Functions/Procedures 3 Generating C source output to 'testtime.c'... Done. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. testtime.c Creating library testtime.lib and object testtime.exp LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup FiveHCM.lib(DRIVES.obj) : error LNK2001: unresolved external symbol _fabs rtl.lib(math.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(hbrandom.obj) : error LNK2001: unresolved external symbol __fltused common.lib(hbdate.obj) : error LNK2001: unresolved external symbol __fltused common.lib(expropt1.obj) : error LNK2001: unresolved external symbol __fltused common.lib(expropt2.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(bkgtsks.obj) : error LNK2001: unresolved external symbol __fltused rdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol __fltused dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol __fltused dbffpt.lib(dbffpt1.obj) : error LNK2001: unresolved external symbol __fltused common.lib(hbstr.obj) : error LNK2001: unresolved external symbol __fltused gtgui.lib(gtgui.obj) : error LNK2001: unresolved external symbol __fltused macro.lib(macroy.obj) : error LNK2001: unresolved external symbol __fltused macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol __fltused macro.lib(macrob.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(estack.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(hash.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(memvars.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(macro.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(asort.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(extend.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(itemapi.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(arrays.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(gtapi.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(idle.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(hvm.obj) : error LNK2001: unresolved external symbol __fltused vm.lib(arrayshb.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(val.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(replic.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(samples.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(inkey.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(transfrm.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(minmax.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(seconds.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(abs.obj) : error LNK2001: unresolved external symbol __fltused FiveHCM.lib(ole.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(dateshb.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(round.obj) : error LNK2001: unresolved external symbol __fltused rtl.lib(empty.obj) : error LNK2001: unresolved external symbol __fltused FiveHCM.lib(DRIVES.obj) : error LNK2001: unresolved external symbol __fltused FiveHCM.lib(MSGS.obj) : error LNK2001: unresolved external symbol __fltused FiveHCM.lib(ACTX.obj) : error LNK2001: unresolved external symbol __fltused FiveHCM.lib(CALLDLL.obj) : error LNK2001: unresolved external symbol __fltused common.lib(expropt2.obj) : error LNK2001: unresolved external symbol __ftol rtl.lib(hbrandom.obj) : error LNK2001: unresolved external symbol __ftol macro.lib(macrob.obj) : error LNK2001: unresolved external symbol __ftol rdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol __ftol dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol __ftol common.lib(hbdate.obj) : error LNK2001: unresolved external symbol __ftol vm.lib(extend.obj) : error LNK2001: unresolved external symbol __ftol vm.lib(itemapi.obj) : error LNK2001: unresolved external symbol __ftol vm.lib(memvars.obj) : error LNK2001: unresolved external symbol __ftol gtgui.lib(gtgui.obj) : error LNK2001: unresolved external symbol __ftol rtl.lib(inkey.obj) : error LNK2001: unresolved external symbol __ftol rtl.lib(idle.obj) : error LNK2001: unresolved external symbol __ftol vm.lib(hvm.obj) : error LNK2001: unresolved external symbol __ftol vm.lib(arrayshb.obj) : error LNK2001: unresolved external symbol __ftol FiveHCM.lib(DRIVES.obj) : error LNK2001: unresolved external symbol __ftol FiveHCM.lib(ACTX.obj) : error LNK2001: unresolved external symbol __ftol FiveHCM.lib(ole.obj) : error LNK2001: unresolved external symbol __ftol rtl.lib(samples.obj) : error LNK2001: unresolved external symbol __ftol dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol __allshr common.lib(expropt2.obj) : error LNK2001: unresolved external symbol __allshr FiveHCM.lib(DRIVES.obj) : error LNK2001: unresolved external symbol __allshr vm.lib(hvm.obj) : error LNK2001: unresolved external symbol __allshr vm.lib(macro.obj) : error LNK2001: unresolved external symbol __allshr macro.lib(macrob.obj) : error LNK2001: unresolved external symbol __allshr rdd.lib(wafunc.obj) : error LNK2001: unresolved external symbol _strchr common.lib(hbfsapi.obj) : error LNK2001: unresolved external symbol _strchr vm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol _strchr macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _strchr macro.lib(macroc.obj) : error LNK2001: unresolved external symbol _strchr rdd.lib(dbcmd.obj) : error LNK2001: unresolved external symbol _strchr rtl.lib(file.obj) : error LNK2001: unresolved external symbol _strchr rtl.lib(tprinter.obj) : error LNK2001: unresolved external symbol _strchr rtl.lib(is.obj) : error LNK2001: unresolved external symbol _strchr vm.lib(classes.obj) : error LNK2001: unresolved external symbol _strchr FiveHCM.lib(MSGS.obj) : error LNK2001: unresolved external symbol _strchr rtl.lib(transfrm.obj) : error LNK2001: unresolved external symbol _strchr rtl.lib(at.obj) : error LNK2001: unresolved external symbol _strchr rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol _strchr common.lib(hbver.obj) : error LNK2001: unresolved external symbol _sprintf pcrepos.lib(pcreposix.obj) : error LNK2001: unresolved external symbol _sprintf vm.lib(estack.obj) : error LNK2001: unresolved external symbol _sprintf vm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol _sprintf vm.lib(memvars.obj) : error LNK2001: unresolved external symbol _sprintf vm.lib(hbi18n.obj) : error LNK2001: unresolved external symbol _sprintf rtl.lib(hbffind.obj) : error LNK2001: unresolved external symbol _sprintf vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _sprintf vm.lib(errorapi.obj) : error LNK2001: unresolved external symbol _sprintf vm.lib(debug.obj) : error LNK2001: unresolved external symbol _sprintf FiveHCM.lib(MSGS.obj) : error LNK2001: unresolved external symbol _sprintf rtl.lib(dateshb.obj) : error LNK2001: unresolved external symbol _sprintf rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol _sprintf rtl.lib(langapi.obj) : error LNK2001: unresolved external symbol _sprintf FiveHCM.lib(ACTX.obj) : error LNK2001: unresolved external symbol _memcmp FiveHCM.lib(FONTS.obj) : error LNK2001: unresolved external symbol _strcpy FiveHCM.lib(TEXT.obj) : error LNK2001: unresolved external symbol _strcpy FiveHCM.lib(RESCHECK.obj) : error LNK2001: unresolved external symbol _strcpy FiveHCM.lib(HARBOURC.obj) : error LNK2001: unresolved external symbol _strlen FiveHCM.lib(ole.obj) : error LNK2001: unresolved external symbol _memcpy FiveHCM.lib(ole.obj) : error LNK2001: unresolved external symbol _memset macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _isdigit rtl.lib(dateshb.obj) : error LNK2001: unresolved external symbol _isdigit rtl.lib(transfrm.obj) : error LNK2001: unresolved external symbol _isdigit rtl.lib(at.obj) : error LNK2001: unresolved external symbol _isdigit rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isdigit rdd.lib(wafunc.obj) : error LNK2001: unresolved external symbol _atoi rtl.lib(version.obj) : error LNK2001: unresolved external symbol _atoi rtl.lib(gtapi.obj) : error LNK2001: unresolved external symbol _atoi vm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol _atoi vm.lib(hbi18n.obj) : error LNK2001: unresolved external symbol _atoi vm.lib(macro.obj) : error LNK2001: unresolved external symbol _memmove rdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol _memmove rtl.lib(bkgtsks.obj) : error LNK2001: unresolved external symbol _memmove rtl.lib(transfrm.obj) : error LNK2001: unresolved external symbol _memmove rtl.lib(str.obj) : error LNK2001: unresolved external symbol _memmove rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol _memmove vm.lib(classes.obj) : error LNK2001: unresolved external symbol _memmove vm.lib(hash.obj) : error LNK2001: unresolved external symbol _toupper rdd.lib(workarea.obj) : error LNK2001: unresolved external symbol _toupper common.lib(hbstr.obj) : error LNK2001: unresolved external symbol _toupper common.lib(hbdate.obj) : error LNK2001: unresolved external symbol _toupper rtl.lib(cdpapi.obj) : error LNK2001: unresolved external symbol _toupper rtl.lib(hbffind.obj) : error LNK2001: unresolved external symbol _toupper rtl.lib(gtapi.obj) : error LNK2001: unresolved external symbol _toupper vm.lib(classes.obj) : error LNK2001: unresolved external symbol _toupper rtl.lib(transfrm.obj) : error LNK2001: unresolved external symbol _toupper rtl.lib(set.obj) : error LNK2001: unresolved external symbol _toupper rtl.lib(strcase.obj) : error LNK2001: unresolved external symbol _toupper rtl.lib(philes.obj) : error LNK2001: unresolved external symbol _toupper dbffpt.lib(dbffpt1.obj) : error LNK2001: unresolved external symbol __allmul common.lib(hbstr.obj) : error LNK2001: unresolved external symbol __allmul rtl.lib(seconds.obj) : error LNK2001: unresolved external symbol __allmul rtl.lib(hbffind.obj) : error LNK2001: unresolved external symbol __allmul rdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol __allmul dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol __allmul rtl.lib(set.obj) : error LNK2001: unresolved external symbol _fclose rtl.lib(fparse.obj) : error LNK2001: unresolved external symbol _fclose vm.lib(errorapi.obj) : error LNK2001: unresolved external symbol _fclose rtl.lib(trace.obj) : error LNK2001: unresolved external symbol _fclose rtl.lib(trace.obj) : error LNK2001: unresolved external symbol _fopen rtl.lib(set.obj) : error LNK2001: unresolved external symbol _fopen rtl.lib(fparse.obj) : error LNK2001: unresolved external symbol _fopen vm.lib(errorapi.obj) : error LNK2001: unresolved external symbol _fopen common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol _fopen common.lib(hbdate.obj) : error LNK2001: unresolved external symbol _strncpy pcrepos.lib(pcreposix.obj) : error LNK2001: unresolved external symbol _strncpy vm.lib(hbi18n.obj) : error LNK2001: unresolved external symbol _strncpy macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _strncpy rdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol _strncpy dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol _strncpy rtl.lib(regex.obj) : error LNK2001: unresolved external symbol _strncpy vm.lib(proc.obj) : error LNK2001: unresolved external symbol _strncpy vm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol _strncpy vm.lib(memvars.obj) : error LNK2001: unresolved external symbol _strncpy rtl.lib(set.obj) : error LNK2001: unresolved external symbol _strncpy rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol _strncpy rtl.lib(fstemp.obj) : error LNK2001: unresolved external symbol _strncpy rtl.lib(hbffind.obj) : error LNK2001: unresolved external symbol _strncpy rtl.lib(strcase.obj) : error LNK2001: unresolved external symbol _tolower rtl.lib(cdpapi.obj) : error LNK2001: unresolved external symbol _tolower rtl.lib(at.obj) : error LNK2001: unresolved external symbol _isalpha rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isalpha rtl.lib(direct.obj) : error LNK2001: unresolved external symbol _strrchr rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol _strrchr macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _strrchr rtl.lib(direct.obj) : error LNK2001: unresolved external symbol _strpbrk rtl.lib(cdpapi.obj) : error LNK2001: unresolved external symbol _strpbrk rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol __setmode rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol __chdrive rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol __getdrive rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol _isatty rtl.lib(gtapi.obj) : error LNK2001: unresolved external symbol _isatty OLDNAMES.lib(isatty.obj) : error LNK2001: unresolved external symbol _isatty rtl.lib(filesys.obj) : error LNK2001: unresolved external symbol _eof OLDNAMES.lib(eof.obj) : error LNK2001: unresolved external symbol _eof rtl.lib(fparse.obj) : error LNK2001: unresolved external symbol _fgetc rtl.lib(console.obj) : error LNK2001: unresolved external symbol __iob common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol __iob rtl.lib(tprinter.obj) : error LNK2001: unresolved external symbol __chkstk vm.lib(estack.obj) : error LNK2001: unresolved external symbol __chkstk pcrepos.lib(pcre_compile.obj) : error LNK2001: unresolved external symbol __chks tk pcrepos.lib(pcre_exec.obj) : error LNK2001: unresolved external symbol __chkstk rtl.lib(fssize.obj) : error LNK2001: unresolved external symbol _stat OLDNAMES.lib(stat.obj) : error LNK2001: unresolved external symbol _stat rtl.lib(inkey.obj) : error LNK2001: unresolved external symbol _clock rtl.lib(idle.obj) : error LNK2001: unresolved external symbol _clock vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _clock rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isupper rtl.lib(is.obj) : error LNK2001: unresolved external symbol _islower rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isalnum vm.lib(arrayshb.obj) : error LNK2001: unresolved external symbol _isalnum rtl.lib(is.obj) : error LNK2001: unresolved external symbol _iscntrl rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isgraph rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isprint rtl.lib(is.obj) : error LNK2001: unresolved external symbol _ispunct rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isspace macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _isspace common.lib(hbstr.obj) : error LNK2001: unresolved external symbol _isspace common.lib(hbver.obj) : error LNK2001: unresolved external symbol _isspace rtl.lib(is.obj) : error LNK2001: unresolved external symbol _isxdigit rtl.lib(hbhex2n.obj) : error LNK2001: unresolved external symbol __allshl vm.lib(hvm.obj) : error LNK2001: unresolved external symbol __allshl common.lib(expropt2.obj) : error LNK2001: unresolved external symbol __allshl rtl.lib(hbhex2n.obj) : error LNK2001: unresolved external symbol __aullshr vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _exit vm.lib(errorapi.obj) : error LNK2001: unresolved external symbol _exit macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _exit vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _fmod vm.lib(hvm.obj) : error LNK2001: unresolved external symbol __allrem vm.lib(itemapi.obj) : error LNK2001: unresolved external symbol __allrem macro.lib(macrob.obj) : error LNK2001: unresolved external symbol __allrem common.lib(expropt2.obj) : error LNK2001: unresolved external symbol __allrem vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _pow common.lib(hbstr.obj) : error LNK2001: unresolved external symbol _pow common.lib(reserved.obj) : error LNK2001: unresolved external symbol _strncmp pcrepos.lib(pcre_compile.obj) : error LNK2001: unresolved external symbol _strnc mp macro.lib(macroy.obj) : error LNK2001: unresolved external symbol _strncmp macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _strncmp macro.lib(macrob.obj) : error LNK2001: unresolved external symbol _strncmp dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol _strncmp vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _strncmp vm.lib(classes.obj) : error LNK2001: unresolved external symbol _strncmp vm.lib(arrayshb.obj) : error LNK2001: unresolved external symbol _strncmp vm.lib(macro.obj) : error LNK2001: unresolved external symbol _strncmp vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _modf vm.lib(itemapi.obj) : error LNK2001: unresolved external symbol _modf common.lib(hbstr.obj) : error LNK2001: unresolved external symbol _modf common.lib(hbdate.obj) : error LNK2001: unresolved external symbol _modf vm.lib(hvm.obj) : error LNK2001: unresolved external symbol _div common.lib(hbdate.obj) : error LNK2001: unresolved external symbol _div vm.lib(hvm.obj) : error LNK2001: unresolved external symbol __alldiv vm.lib(itemapi.obj) : error LNK2001: unresolved external symbol __alldiv rdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol __alldiv common.lib(expropt2.obj) : error LNK2001: unresolved external symbol __alldiv vm.lib(itemapi.obj) : error LNK2001: unresolved external symbol __finite common.lib(hbdate.obj) : error LNK2001: unresolved external symbol __snprintf vm.lib(itemapi.obj) : error LNK2001: unresolved external symbol __snprintf rdd.lib(workarea.obj) : error LNK2001: unresolved external symbol __snprintf rdd.lib(wafunc.obj) : error LNK2001: unresolved external symbol __snprintf rdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol __snprintf vm.lib(dynsym.obj) : error LNK2001: unresolved external symbol _printf vm.lib(estack.obj) : error LNK2001: unresolved external symbol _printf macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _printf vm.lib(hbi18n.obj) : error LNK2001: unresolved external symbol _getenv vm.lib(macro.obj) : error LNK2001: unresolved external symbol _memchr macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _free pcrepos.lib(pcreposix.obj) : error LNK2001: unresolved external symbol _free pcrepos.lib(pcre_globals.obj) : error LNK2001: unresolved external symbol _free macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _malloc pcrepos.lib(pcreposix.obj) : error LNK2001: unresolved external symbol _malloc pcrepos.lib(pcre_globals.obj) : error LNK2001: unresolved external symbol _mallo c macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _strstr macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _realloc macro.lib(macroslx.obj) : error LNK2001: unresolved external symbol _qsort dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol _ceil dbfntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol _sqrt rtl.lib(math.obj) : error LNK2001: unresolved external symbol _sqrt common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol _close OLDNAMES.lib(close.obj) : error LNK2001: unresolved external symbol _close common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol _dup OLDNAMES.lib(dup.obj) : error LNK2001: unresolved external symbol _dup common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol _fileno OLDNAMES.lib(fileno.obj) : error LNK2001: unresolved external symbol _fileno common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol _fflush common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol _vfprintf rtl.lib(trace.obj) : error LNK2001: unresolved external symbol _vfprintf common.lib(hbtrace.obj) : error LNK2001: unresolved external symbol _fprintf OLDNAMES.lib(isatty.obj) : error LNK2001: unresolved external symbol __isatty OLDNAMES.lib(eof.obj) : error LNK2001: unresolved external symbol __eof OLDNAMES.lib(stat.obj) : error LNK2001: unresolved external symbol __stat OLDNAMES.lib(close.obj) : error LNK2001: unresolved external symbol __close OLDNAMES.lib(dup.obj) : error LNK2001: unresolved external symbol __dup OLDNAMES.lib(fileno.obj) : error LNK2001: unresolved external symbol __fileno rtl.lib(math.obj) : error LNK2001: unresolved external symbol __HUGE rtl.lib(math.obj) : error LNK2001: unresolved external symbol _exp rtl.lib(math.obj) : error LNK2001: unresolved external symbol _log rtl.lib(hbrandom.obj) : error LNK2001: unresolved external symbol _srand rtl.lib(hbrandom.obj) : error LNK2001: unresolved external symbol _time rtl.lib(hbrandom.obj) : error LNK2001: unresolved external symbol _rand testtime.exe : fatal error LNK1120: 83 unresolved externals * There are errors T:\fwh7\SAMPLES>
new fivewin unresolved externals MSVC
Don, > FiveWin for xHarbour 2.8 (MSVC++) November 2007 xHarbour development power ops, we left a wrong header by mistake. It should be: FiveWin for xHarbour 7.07 (MSVC++) July 2007 Already changed, thanks Look for a msvcrt.lib or similar in the MSVC libraries. You may need to link it, but probably the resulting EXE will not work <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> As I comment you on another msg, you should use VC 98
new fivewin unresolved externals MSVC
I included the msvcrt.lib and things are much better. Now, I'm down to: &#9484;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9488; &#9474; FiveWin for xHarbour 2.8 (MSVC++) November 2007 xHarbour development power &#9474;&#9604; &#9474; (c) FiveTech, 1993-2007 for Microsoft Windows 95/98/NT/2000/ME and XP &#9474;&#9608; &#9492;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9496;&#9608;   &#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600;&#9600; Compiling... xHarbour Compiler build 0.99.71 (SimpLex) Copyright 1999-2007, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'testtime.prg' and generating preprocessed output to 'testtime.ppo'... Lines 52, Functions/Procedures 3 Generating C source output to 'testtime.c'... Done. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. testtime.c rtl.lib(math.obj) : warning LNK4006: __matherr already defined in msvcrt.lib(merr.obj); second definition ignored rtl.lib(math.obj) : warning LNK4006: __matherr already defined in msvcrt.lib(merr.obj); second definition ignored Creating library testtime.lib and object testtime.exp [b:3n5izrqm]rtl.lib(math.obj) : error LNK2001: unresolved external symbol __HUGE[/b:3n5izrqm] testtime.exe : fatal error LNK1120: 1 unresolved externals * There are errors T:\fwh7\SAMPLES>
new fivewin unresolved externals MSVC
Don, Please add this code to your main PRG just for a quick test: [code:1nfbewt2] #pragma BEGINDUMP #include <windows&#46;h> void _HUGE&#40; void &#41; &#123; MessageBox&#40; 0, "inside Huge", "ok", 0 &#41;; &#125; #pragma ENDDUMP [/code:1nfbewt2]
new fivewin unresolved externals MSVC
My testing continues of new FWH version. The addition of the _huge section resolved the link error - so far no unwanted side effects. Also, the code has not been executed, but I will continue to test and look for consequences. Now, I have a question regarding MSVC 6.0 and the xHarbour debugger. I have inserted altd(1) and altd() commands in the source code and compiled the module with /b switch. I specificed subsystem CONSOLE in the Link Step and received an unresolved external as shown below: link @biswinh.LNK /NODEFAULTLIB:LIBC /nologo /OUT:BISWINHM.EXE /subsystem:CONSOLE /force:multiple This creates the error: msvcrt.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main So .... What other libraries might I need to link into app when I compile with /b switch and use debug.lib and altd() function?
new fivewin unresolved externals MSVC
Don, > I specificed subsystem CONSOLE in the Link Step Don't do that. CONSOLE means a non Windows GUI application as it is not the case. Thats why the linker is looking for main instead of WinMain (provided by xHarbour). > What other libraries might I need to link into app Just debug.lib, and you have to use GTWIN.lib instead of GTGUI.lib, just for debuging. For normal execution, you have to use GTGUI.lib
new help in 8.05
is there new help in fwh 8.05 ?
new help in 8.05
Kajot,Yes, it was introduced in FWH 8.04. It is described in whatsnew.txt:* New: Help CHM files support, using the same syntax and commands used with HLP files. Please review samples\TestHlp2.prg. We appreciate your tests feedback.There is a new source\winapi\HelpCHM.prg that has to be included in the FWH libraries in case that you rebuild it
new report generator - Reportman
Hello, Anyone is using this one? <!-- m --><a class="postlink" href="http://reportman.sourceforge.net/indexes.html">http://reportman.sourceforge.net/indexes.html</a><!-- m --> Thanks.
new var in HKEY_CURRENT_USER
Hi to all, any help to how insert/search a new var in: Computer\HKEY_CURRENT_USER\Software\PDFCreator\Program ? tks Romeo/Zingoni
new var in HKEY_CURRENT_USER
Maybe this thread can serve you Quizas este hilo te pueda servir <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20357&start=0&hilit=HKEY_CURRENT_USER">viewtopic.php?f=3&t=20357&start=0&hilit=HKEY_CURRENT_USER</a><!-- l -->
new var in HKEY_CURRENT_USER
tks, it works ! now i am able to create a new var....but now i'am not able to cancel this new var using the function: oreg:delete(cSubKey) also using the function RegDeleteKey(oreg:nHandle,cSubKey) (it returns code error 2) the cSubKey always exists ...additional help ? tks
new var in HKEY_CURRENT_USER
I think current user key is only a temporary key. The value is stored in c:\users\' + $element + '\ntuser.dat'. Best regards, Otto This is a PS script which changes values for a specific user. [code=fw:zv2bz6hp]<div class="fw" id="{CB}" style="font-family: monospace;"><br />clear host<br /><br />$null = New-PSDrive -<span style="color: #0000ff;">Name</span> HKU &nbsp; -PSProvider Registry -Root Registry::<span style="color: #000000;">HKEY_USERS</span><br />Get-PSDrive -PSProvider Registry<br /><br />Push-Location<br /><br />$array = @<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Biene1"</span>, <span style="color: #ff0000;">"Biene2"</span>, <span style="color: #ff0000;">"Biene3"</span>, <span style="color: #ff0000;">"Biene4"</span> &nbsp;<span style="color: #000000;">&#41;</span><br /><br />#, <span style="color: #ff0000;">"Winhotel1"</span>, <span style="color: #ff0000;">"Winhotel2"</span>, <span style="color: #ff0000;">"Winhotel3"</span>, <span style="color: #ff0000;">"Winhotel4"</span>, <span style="color: #ff0000;">"Winhotel5"</span><br /><br />foreach <span style="color: #000000;">&#40;</span>$element in $array<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span><br />$element<br /><br />$cQuelle = <span style="color: #ff0000;">' c:<span style="color: #000000;">\u</span>sers<span style="color: #000000;">\'</span> + $element + '</span>\ntuser.dat<span style="color: #ff0000;">'<br />$pfad = '</span>HKU:\Testuser\Control Panel\Mouse<span style="color: #ff0000;">'<br /><br />reg LOAD HKU<span style="color: #000000;">\T</span>estuser &nbsp;$cQuelle<br /><br /><br />Write-Host $cQuelle<br />Write-Host $pfad<br /><br />Set-ItemProperty -Path $pfad -Name '</span>DoubleClickHeight<span style="color: #ff0000;">' -Value 50<br />Set-ItemProperty -Path $pfad -Name '</span>DoubleClickSpeed<span style="color: #ff0000;">' -Value 370<br />Set-ItemProperty -Path $pfad -Name '</span>DoubleClickWidth<span style="color: #ff0000;">' -Value 50<br /><br />Set-Location $pfad<br /><br />reg UNLOAD HKU<span style="color: #000000;">\T</span>estuser<br />}<br /><br />Pop-Location<br /></span></div>[/code:zv2bz6hp]
new xH_Fivehmx.lib.xhb for xBuildW
I used Xarboure, where my I found new xH_Fivehmx.lib.xhb / xBuildW/ to create FIVEHMX.LIB best regards kajor
new xH_Fivehmx.lib.xhb for xBuildW
It dot. FiveWin 2011.04 and xharbour Simplex
newbie help
hi, iam init in fwppc, i try compile the sample client, but have an error only if program has an rc file. the application is build , but the rcs dont work. thanks
newbie help
the error is: client.c client.rc(2) : fatal error rc1015: cannot open include file ' include * application successfully build *
newbie help
Norberto, client.rc line 2 is: #include "c:\vce\include\arm\windows.h" Have you installed vce in that directory or in a different one ?
newbie help
yes , i change the dirs, where i put this parameter?
newbie help
my work dir is d: i seek in rc, i change this manual or has an parameter?
newbie help
Norberto, You have to modify the RC manually
newbie help
Antonio, works fine, thanks, you have an mak file to use with med editor like fwh? thanks
newbie help
Norberto, Do you mean UEStudio ? If yes, then please review FWPPC\uestudio\fwppc.zip