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 diffe... |
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 a... |
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 aut... |
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: #... |
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... |
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://imageshack.us/photo/my-images/59/titleok.png/:1rip8y5f][img:1rip8y5f]http://img59.imageshack.us/img59/8060/titleok.th.png[/img:1rip8y5f][/url:1rip8y5f]
Uploaded with [url=http://imageshack.us:1rip8y5f]ImageShack.us[/... |
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;">(</span><span style="colo... |
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;"> <span style="color: #00C800;">local</span> nRound := <span style="color: #00C800;">If</span><span style="color: #000000;">(</span> ::<span style=... |
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://i44.tinypic.com/2wh194w.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://subefotos.com/ver/?24ecaef2b4954dd55e4c4d69917e1bc8o.png:gw5tps7o][img:gw5tps7o]http://thumbs&#... |
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;">//--------------------------------------------------------... |
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... |
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:
... |
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;">(</span> uSeek <span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TXBrow... |
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 "... |
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\functio... |
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.p... |
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\brwd... |
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://imageshack.us/photo/my-images/21/83370419.png/:1mmr40em][IMG=http://img21.imageshack.us/img21/2117/83370419.th.png][/IMG][/url:1mmr40em]
Uploaded with [url=http://imageshack.us:1mmr40em]ImageShack.us[/url:1mmr40em]
But see bl... |
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;">(</span><span... |
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;"> <span style="color: #00C800;">if</span> <span style="color: #0000... |
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 launchin... |
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 follow... |
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]I... |
new bugs in FW 11.11 | John,
[url:19hgx0qf]http://code.google.com/p/fivewin-contributions/downloads/detail?name=fwhgen.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="Smi... |
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:
┌──	... |
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 ... |
new fivewin unresolved externals MSVC | I included the msvcrt.lib and things are much better.
Now, I'm down to:
┌──────────────────────────────────&... |
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.h>
void _HUGE( void )
{
MessageBox( 0, "inside Huge", "ok", 0 );
}
#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(... |
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.... |
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 ... |
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 ... |
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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.