topic
stringlengths
1
63
text
stringlengths
1
577k
problem with gdiplus
[b:1p119b5g]with xharbour[/b:1p119b5g] [code=fw:1p119b5g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">Harbour</span>.Exe Lib\tgdiplus.prg &nbsp;/m /n0 /g...
problem with gdiplus
[quote="Silvio.Falconi":3s8naay1][b:3s8naay1]with xharbour[/b:3s8naay1] [code=fw:3s8naay1]<div class="fw" id="{CB}" style="font-family: monospace;">xHarbour <span style="color: #000000;">1.2</span><span style="color: #000000;">.3</span> Intl. <span style="color: #000000;">&#40;</span>SimpLex<span style="color: #000000...
problem with gdiplus
sorry I was interested in harbour. I did a test with xharbour to see if it was compiled with respect to harbour
problem with get
why the variable cNR in GET is not equal to the variable which return function daj_nr() DEFINE DIALOG oDlg FROM 0,0 to 180*2.05,200*2.05 PIXEL ; TITLE If( lAppend, "Nowy", "Modyfikacja" ) FONT oFont k1:=10 k2:=50 mn:=2.05 @ 10, k1 SAY "&Typ:" OF oDlg PIXEL @ 10, k2 GET cTyp picture '!' when lAppend va...
problem with get
kajot,please, try like this[code:29cnbpbe] &#46;&#46;&#46; &#46;&#46;&#46; @ 10, k2 GET oTyp picture '@!'; when lAppend; valid if&#40; cTyp $ "S_W",; &#40; cNr &#58;= daj_nr&#40; cTYP &#41;, oNr&#58;Refresh&#40;&#41;, &#46;t&#46; &#41;,; &#46;f&#46; &#41; ...
problem with get
Thanks, is OK
problem with harbour dll
Hello, I am doing some test to use dynamic dll in harbour inside my code. I see that to allow the dynamic loading of harbour module I need to build the application with the [b:1twttnuo]-shared[/b:1twttnuo] hbmk2 option active, But when I try I obtain: [code=fw:1twttnuo]<div class="fw" id="{CB}" style="font-family: mono...
problem with harbour dll
Antonino, Those symbols are exported in hbvm.lib so it is strange that you get that Could you provide a self contained example to try ?
problem with harbour dll
The error is present even with a simple code like: [code=fw:28liv3a4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fivewin.ch><br /><br />proc main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    <span style="color: ...
problem with harbour dll
I created a more complete sample. dll.prg [code=fw:u7tv3q2g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fivewin.ch><br />DYNAMIC FW_GT<br /><br />DYNAMIC <span style="color: #0000ff;">MsgInfo</span><br />DYNAMIC TWindow<br />DYNAMIC TSay<br /><br />proc Func...
problem with harbour dll
What I want to do was already treaty [url:dndk66fu]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=23372[/url:dndk66fu] and in other Spanish threads, that I don't understand
problem with hbzip
Any I dea ? Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_inflateEnd' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive Error: Unresolved external '_deflate' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive Error: Unresolved external '_get_crc_table' referenc...
problem with hbzip
To use Zip & Unzip functions in xHarbour you have to link hbzip.lib and zlib.lib Both the lib files are available in your \xHarbour\Lib folder Regards [b:3rv9vmzh]Anser[/b:3rv9vmzh]
problem with hbzip
I insert hbzip and zlib on my compile lnk from two years, the question was logic for me ... I allready insert these libs to compile the app..
problem with incremental search in xbrowse
[img:1xrcszwe]https&#58;//gifup&#46;com/data/gifs/5/2/6/5267a23ea7&#46;gif[/img:1xrcszwe] if my criteria searched is founded , the filter is ok , but if the criteria given no longer exist then my filter developes in blank why happens that? i use fwh 13.01, could be that the problem? my source code [code=fw:1xrcszw...
problem with label class
when I preview label run ok then I close label preview it make error Called from: Lib\LABEL\PDLABEL.PRG => LBLEND(77)
problem with mciSendStr()
To play a video containing both moving picture and sound, I use the mci code below. If I run the program in XP it works fine - the sound is heard and the moving picture is displayed. But if I run it in Vista Home Premium, the sound is heard but the moving picture is not displayed.What am I doing wrong?- Roger[code:2j...
problem with mciSendStr()
Roger,It could be a missing AVI required codec in Vista.Are you able to properly play the AVI from the Media Player ?
problem with mciSendStr()
Antonio,Your suggestion pointed me in the right direction, but there is still a problem.If I play my video Harry.avi or Shuttle3.avi on my Vista computer's Windows Media Player, again only the sound plays with no picture. But if I play Sample.avi (provided by Microsoft with Win '95) on the Vista Win Media Player, then...
problem with mciSendStr()
Well, now I'm learning about codec files - what a mess!Oh for the good old days when IBM ruled the roost and everything was perfect. <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
problem with mciSendStr()
Roger,Yes, I agree, codecs are a real mess <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
problem with mciSendStr()
For anyone else who is working with AVI video and who might be interested in the solution that I found to this problem, here it is...My original video had been edited and output to AVI using Pinnacle Studio 7. In outputing to AVI, I had originally used the Intel Indeo R3.2 codec compression tool. (A codec is a dll tha...
problem with mysql
source#include "adordd.ch"#include "FiveWin.ch"REQUEST ADORDDfunction Main() USE inkom VIA "ADORDD" TABLE "KASA" MYSQL ; FROM "localhost" USER "root" PASSWORD "root" Browse() USEreturn nil error.logApplication=========== Path and name: D:\FWH\prg\mysql1\t.exe (32 bits) Size: 1,657,344 bytes Time from s...
problem with mysql
Kajot2 things to consider...1.-Do you have the MySQL ODBC 3.51 Driver Client Installed ?2.-Do you have a personalfirewall of any kind, is Port 3306 open?Check and tell us..From ChileAdolfo
problem with mysql
1. I have MySql ODBC 3.51 installed2. port 3306 is free3. MySql Administrator works fine.
problem with mysql
hi kajot : Any feedback about your problem ? Same problem for me . Thank you. -- Best Regards -------------------------------------------------------------- kokoo KAO
problem with polish chars in print
in msginfo polish chars are ok but in object print oPrn I don't have polish chars ( in view ) my source: #include "Fivewin.ch" REQUEST HB_LANG_PL852 REQUEST HB_LANG_PLMAZ REQUEST HB_LANG_PLISO REQUEST HB_LANG_PLWIN REQUEST HB_CODEPAGE_PLMAZ REQUEST HB_CODEPAGE_PLISO REQUEST HB_CODEPAGE_PL852 REQUEST HB_CODEP...
problem with polish chars in print
You may need to implement a function of your own to properly convert the chars into the right ones: oPrn:Say( 2, 2, [color=red:4gmhj2zi]FixText[/color:4gmhj2zi]( "Test z j&#281;zyka polskiego (&#261;&#263;&#281;&#322;&#324;ó&#378;&#380;&#260;&#262;&#280;&#321;&#323;Ó&#377;&#379;" ) )
problem with polish chars in print
where is the function FixText ?
problem with polish chars in print
I looked formy mistake function test1() PRINT oPrn PREVIEW DEFINE FONT oFnt NAME "Arial CE" SIZE 0, -10 OF oPrn PAGE oPrn:Say( 2, 2, "Test z j&#281;zyka polskiego (&#261;&#263;&#281;&#322;&#324;ó&#378;&#380;&#260;&#262;&#280;&#321;&#323;Ó&#377;&#379;)",oFnt ) ENDPAGE ENDPRINT return nil
problem with polish chars in print
Is it working fine now ?
problem with printing
when I preview the printing I receive this error message Error (6) deleting enhanced metafile Error description FIVEWIN version 2.7 xHarbour Compiler build 0.99.51 (SimpLex) bcc No problem with fivewin 2.5
problem with printing
Patrick, Please check that you are doing a oReport:End() just once. That error usually appears when more than once the report is End()ed.
problem with printing
Antonio, Thank you fix now with your suggestion. I use to finish report with ENDPAGE ENDPRINT IF I comment out ENDPAGE, no error. I confirm that this does not occur since FWH 2.1
problem with pushbutton
Hello, I am having a problem with pushbutton. The user must click the button twice to perform the necessary action. Any ideas? REDEFINE BUTTON ID 200 OF oDlg ACTION ( EditFl( .F., invoice->file ), _Lbx( oLbx2 ) ) REDEFINE BUTTON ID 201 OF oDlg ACTION _StmPrt( oLbx, nFlParty, invoice->( recno() ) ) R...
problem with pushbutton
REDEFINE BUTTON ID 200 OF oDlg ACTION ( EditFl( .F., invoice->file ), _Lbx( oLbx2 ) ) Try this : Ich changed all my buttons to Class < BUTTONBMP > like : ----------------------------------------------------------- REDEFINE BUTTONBMP oBtn1 ID 200 OF oDlg ; ACTION ( EditFl( .F., invoice->file ), _Lbx( oLbx2 ) ) ; BI...
problem with pushbutton
Darrell, Are you using FWH or FW++ ?
problem with pushbutton
Antonio, I am using FWH lib dates of 12/2007
problem with pushbutton
Darrell, Could you please provide a small and self contained sample to reproduce the problem ? thanks
problem with pushbutton
Here is the source. DEFINE DIALOG oDlg RESOURCE "FRTLIST" REDEFINE GET aGet[01] VAR cFile ID 101 OF oDlg PICTURE "@!" WHEN .F. REDEFINE GET aGet[02] VAR nFlparty ID 102 OF oDlg PICTURE "9" ; VALID ( lPass := _FlOk( nFlParty, @nShare, @nInvCnt, cGroupon, cFlkey, cMbl, oLbx2 ),...
problem with pushbutton
Darrell, REDEFINE BUTTON ID 200 OF oDlg ACTION ( EditFl( .F., invoice->file ), _Lbx( oLbx2 ) ) REDEFINE BUTTON ID 201 OF oDlg ACTION _StmPrt( oLbx, nFlParty, invoice->( recno() ) ) REDEFINE BUTTON ID 202 OF oDlg ACTION (lQuit := .T., oDlg:End()) Can you post the EditFl() and _StmPrt() functions? Does the ID 202 (...
problem with pushbutton
Hi James, Yes, all buttons require two clicks. I placed Msginfo() at the beginning of each function and to make sure I had to click it twice. I do not think it is a problem with editfl() or _stmprt(). Thank you,
problem with pushbutton
If you comment out all the REDEFINEs except the buttons, do they still require two clicks? James
problem with pushbutton
James, Thank you for your advice. I found the problem, it was a problem the valid function. I have corrected and it is working now. Thank you for opening up my eyes
problem with pushbutton
Darrell, Great news. I commonly resort to the 50% method. I take out half the code, then check again. If it is stll there then I have eliminated half the code. Then I eliminate half of the remaining half, etc., until I isolate the problem. This is much faster the eliminating one line at a time. Regards, James
problem with pushbutton
James, Thanks again. By the way, is there a function available to find out what user or computer has locked a specific record?
problem with pushbutton
Darrell, >By the way, is there a function available to find out what user or computer has locked a specific record? Not to my knowledge. There is a discussion about this here: <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=8407&highlight=locked">http://fivetechsoft.com/forums/view...
problem with read from xml file
problem with read NUMER from xml file, I get empty NUMER <NUMER> <![CDATA[FA/1/12/2016/EXP]]> </NUMER> which means <![CDATA[
problem with read from xml file
How are you reading it ? Please show the code
problem with read from xml file
sc:=rtrim(init_mem)+'IMPORT' cFileName := cGetFile( "XML File (*.Xml)|*.Xml|","Wybierz zbiór XML",sc) If !file(cFileName) break Endif mTekst:="" @ 100,20 SAY oTEKST var mTekst OF oDlg PIXEL SIZE 150,12 dd:=day(date()) mm:=month(date()) rr:=year(date())...
problem with read from xml file
in FWH version 16.06 was ok
problem with read from xml file
Please build a sample showing the problem that can be compiled and run here. EMG
problem with read from xml file
I send samples via mail
problem with read from xml file
Sorry, Thunderbird freezes when I try to open your message. I had to delete it. EMG
problem with read from xml file
I send You compressed
problem with read from xml file
Sorry, I need a [b:223o9frf]reduced[/b:223o9frf] sample. You have to take the time to reduce it at the smallest size yet showing the problem. And please reduce the file xml accordingly. EMG
problem with read from xml file
my sample t1.prg //#include 'fivewin.ch' #include 'hbxml.ch' #define CRLF chr(13)+chr(10) REQUEST DBFCDX //------------------------------------------------------c---------------------// function XML2RK() local oDlg local lSave := .f. local oFont local dd,mm,rr LOCAL oXmlDoc,oXmlNode, oXmlRe...
problem with read from xml file
Using [code=fw:19dks2a0]<div class="fw" id="{CB}" style="font-family: monospace;">oXmlNode:<span style="color: #000000;">oChild</span>:<span style="color: #000000;">ToString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div>[/code:19dks2a0] at least you can read the strin...
problem with read from xml file
if so I do tNUMER:=oXmlNode:oChild:ToString() //oXmlNode:cData because I still getting empty tNumber
problem with read from xml file
Works fine here. EMG
problem with read from xml file
You have to replace this [code=fw:o5gpnw7l]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> oXmlNode:<span style="color: #000000;">cData</span>#NIL</div>[/code:o5gpnw7l] with this [code=fw:o5gpnw7l]<div class="fw" id="{CB}" style="font-family: monospace;"><span style=...
problem with read from xml file
[quote="kajot":3jbf7wxd]if so I do tNUMER:=oXmlNode:oChild:ToString() //oXmlNode:cData because I still getting empty tNumber[/quote:3jbf7wxd] Are your variable names correct? [b:3jbf7wxd]tNUMER[/b:3jbf7wxd] or [b:3jbf7wxd]tNumber[/b:3jbf7wxd]
problem with read from xml file
Thanks but I getting tNUMER as <>~`<![CDATA[FA/1/12/2016/EXP]]>
problem with read from xml file
Yes, and now you can extract the data from the string. At least you have an option. EMG
problem with read from xml file
in version XHB.COM 16.06 was well i getting tNumer=FA/1/12/2016/EXP
problem with report
The problem with reports for. When printing multiple pages every second, third page is blank. Does anyone encountered a similar problem. Thank you.
problem with report
Davor, Could you please provide an example to reproduce it here ? many thanks,
problem with report
Antonio, this is a small example. I noticed that the problem occurs when I turn in report function cellView (). Thank you for your help. // Testing FiveWin built-in report engine and print preview #include "FiveWin.ch" #include "Report.ch" static oWnd, lPreview := .F. [img:2tcu4q93]http&#58;//i&#46;imgur&#46;com/...
problem with report
[code=fw:31yga3x1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"Report.Ch"</span><br /><br /><span style="color: #00C800;">S...
problem with report
Congratulations. I was happy now. Regards,
problem with report
Mr. Karinha thanks for your help, now everything works ok. Regards Davor.
problem with report to excel
Patrick, Can you put your source here? Thanks.
problem with report to excel
[code=fw:ffy7stmq]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> nbalcli<span style="color: #000000;">&#40;</span>gl,complet<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">local</span> ofont1,ofont2<br /><br /><span style="colo...
problem with report to excel
Each time I try to export report to excel I have this error; Time from start: 0 hours 0 mins 27 secs Error occurred at: 13/10/2013, 17:50:08 Error description: (DOS Error -2147352567) WINOLE/1006 (0x800A03EC): _FORMULA Args: [ 1] = C =SUBTOTAL(9,B7:B25) Stack Calls =========== Called from: =...
problem with report to excel
Which language is your Excel is installed for?
problem with report to excel
Excel is installed in French Thanks
problem with report to excel
Will you please make this correction in report.prg? Please locate the string '=SUBTOTAL(9,' and substitute it with '=SOUS.TOTAL(9;' We would be glad if you can let us know if this modification works for French installation of Excel.
problem with report to excel
Thank you for your answer. with this change [quote:onpmn9k2]Please locate the string '=SUBTOTAL(9,' and substitute it with '=SOUS.TOTAL(9;' [/quote:onpmn9k2] no error, but when the report is summarize oreport:lsummary := .T. //if(gl,.f.,.t.) Excel sheet does not reflect the fivewin report. it contains details I prep...
problem with report to excel
At present, method toExcel() does not support summary reports. Only full reports. Please let us know if the group and report totals are exported to excel correctly without errors with this change ( for full reports ).
problem with report to excel
With this change ( for full reports ), the group and report totals are exported to excel correctly without errors Do you think that this Method toExcel() will support summary reports ?
problem with report to excel
We shall provide that in future releases.
problem with report to excel
[quote="nageswaragunupudi":14ulcf2f]Will you please make this correction in report.prg? Please locate the string '=SUBTOTAL(9,' and substitute it with '=SOUS.TOTAL(9;' We would be glad if you can let us know if this modification works for French installation of Excel.[/quote:14ulcf2f] I changed the file report.prg '...
problem with report to excel
SUBTOTAAL or SUBTOTAL ? What is Excel installation language?
problem with report to excel
Hello Mr. Rao, Excel is installed in Dutch. So '=SUBTOTAL(9,' was changed into 'SUBTOTAAL(9;' Kind regards, Bart
problem with report to excel
[quote:157bhitw]Excel is installed in Dutch. So '=SUBTOTAL(9,' was changed into 'SUBTOTAAL(9;' [/quote:157bhitw] I see. So will you be kind enough to let us know what is working correctly with Dutch installation of Excel? Also please try oBrw:ToExcel() from XBrowse, Both have the same language issues for SUBTOTAL. Ple...
problem with report to excel
Hello Mr. Rao, The Excel formula in Dutch is "=SUBTOTAAL(9;" However when changing the report.prg file with the correct formula this has no effect. Application =========== Path and name: C:\Users\bartv\OneDrive\BKH\fwbkhmain.exe (64 bits) Size: 4,384,768 bytes Compiler version: Harbour 3.2.0dev (r14121514...
problem with report to excel
As of now we are supporting Excel language translations for only 1 English, 2 Spanish, 3 French, 4 Portuguese, 5 German, 6 Italian 'en', 'es', 'fr', 'pt', 'de', 'it' With your help and support, we will try to provide support for Dutch also. Please help me with this information: 1) Like 'de' for German, 'es' for Spani...
problem with report to excel
Please try if this change is working for you [code=fw:2qpootbq]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cFormula:= <span style="color: #ff0000;">"SUBTOTAAL("</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LTr...
problem with report to excel
Hello Mr. Rao, 1) Like 'de' for German, 'es' for Spanish, what is it for Dutch? -> 'nl' is the iso code for Dutch and Flemish. 2) Please provide translations for: SUBTOTAL( -> SUBTOTAAL( SUM( --> ??? - > SOM( TRUE --> ??? -> WAAR FALSE --> ??? -> ONWAAR Language ID = 1043 Decimal separator =...
problem with report to excel
Can you please make these changes in fwh\source\function\olefuncs.prg and test with toexcel() methods of Report and XBrowse please? Please replace these three functions [code=fw:30kh7cv8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> ExcelLangID<span style...
problem with romanian characters and LoadValue()
i have some words in romanian (for example: 'înv??at') language stored in a dll, in the file dll the string is visualized with all the special characters. when i load with fivewin (1705 version) LoadValue(nnnn, "CHARACTER") function the special characters are lost. any suggestion? thanks
problem with spinner get
I have this REDEFINE GET ::oRight VAR ::nRight ID 102 OF oDlg ; PICTURE "9.9 cm " UPDATE ; SPINNER ON UP ( 0.1 ) ON DOWN ( 0.1 ) MIN 0 MAX 5 why it not run ? I can press the spinner but it not move the value why ?
problem with spinner get
Silvio, Try this: REDEFINE GET ::oRight VAR ::nRight ID 102 OF oDlg ; PICTURE "9.9 cm " UPDATE ; SPINNER ON UP ::nRight += 0.1 ON DOWN ::nRight -= 0.1 MIN 0 MAX 5
problem with spinner get
Antonio, not run ok I can press only once the it not run this is all dialog [code=fw:hqxh5mt9]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><br /><span style="color: #00C800;">LOCAL</span> aIndent := ::<span style="color: #000000;">WndChild</span><span style="color: #000000;">&#40;</span><span style=...
problem with spinner get
Silvio, Here you have a working example: [code=fw:r7a2vnpr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><s...
problem with tsbutton
I use tsbutton and I must change the bitmaps How I must make it ? I try with it but it not refresh the button can U help me [code=fw:1wpx94ts]<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="co...
problem with xBrowse and TDatarow
Hello, I have an xBrowse with action buttons for Add, Delete, Modify, Print, etc. After adding a Record with ADO and TDataRow, despite I add oBrowse:refresh(), the browse is not refreshed: This is the code: [code=fw:25v3nkmb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #...
problem with xBrowse and TDatarow
Please first build the sample below and test. You see that same code of XBrowse and TDataRow works for DBF, TDatabase and ADO. You can test all options. [code=fw:3h0cgisy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br />* tstdrow.prg<br />* test TDataRow usage<br />*<br ...
problem with xBrowse and TDatarow
Mr. Nages, I sent you a full working example. Did you were able to test it, please?. I also discovered: Mr. Nages, I am sorry to disturb you, but I have found several errors with xBrowse, DataRow and ADO. Please, see sample attached. First, after adding a new record with "Añadir" option, the xBrowse is not refre...
problem with xBrowse and TDatarow
Mr Lucas I shall go through your code. Meanwhile please build and test the code posted by me. Let me know if you find any problem there. I shall respond to your code a little while later