topic
stringlengths
1
63
text
stringlengths
1
577k
A problem xBrowse seek on DATE and NUMERIC ?
Mr. Rao, You posted : [color=#0000FF:3hq51zr7]Please go to METHOD AdoIncrSeek and locate the following line: do case case cType == 'C' Change it as do case case cType == 'C' .or. uVal == nil [/color:3hq51zr7] Well with this modification [color=#FF0000:3hq51zr7]incremental filters on numer...
A problem xBrowse seek on DATE and NUMERIC ?
Numerics and dates are sorted in the order of the values, not as character values. So the seeks can not be on the initial characters as they appear in the browse. Numerics: Seek to the value next higher than the value entered. Dates: Seeks to the value next higher than the value in YYYYMMDD format
A problem xBrowse seek on DATE and NUMERIC ?
Mr. Rao, it seems, there is still another problem both defined ( edit and seek ) doesn't work and is showing a funny effect. [code=fw:3kav7kmw]<div class="fw" id="{CB}" style="font-family: monospace;"><br />WITH OBJECT oBrw1<br />     ....<br />     ....<br />     :<span style="color: #000000;">nEditTypes</span> := ...
A problem xBrowse seek on DATE and NUMERIC ?
Mr Uwe You are right. Please make these corrections in the Method Edit( nKey ) of TXBrwColumn: Replace Line 13089 of FWH1701 ( line 13007 of FWH1612 ) [code=fw:1p5fnjxl]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;nRow &nbsp; &nbsp;:= <span style="color: #000000;">&#40;</span> <span s...
A problem xBrowse seek on DATE and NUMERIC ?
Mr. Rao, thank You very much. With these changes it works fine. [img:22vlggom]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/xbrwedit3&#46;jpg[/img:22vlggom] I still noticed another problem A defined header-image for logical fields is not shown. Instead a checkbox is displayed. With all other fieldtyps it is working. ...
A problem xBrowse seek on DATE and NUMERIC ?
SetCheck() adds to 2 bitmaps the the column. After that the bitmap ("sort.bmp") you added is the 3rd bitmap. So you should use :nHeadBmpNo := 3 Method AddBitmap( <bmpfile/resource/array> ) superceded obsolete methods AddBmpFile() and AddResource() from FWH 10.01 :nHeadBmpNo := :AddBitmap( "sort.bmp" )
A problem xBrowse seek on DATE and NUMERIC ?
Thank You very much. Now everything of my test is working [img:6xq5ef4t]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/xbrwseek8&#46;jpg[/img:6xq5ef4t] before adding a download, I will do some code cleaning ( and maybe adding some useful things ) I added Your expositions to the code like oBrw1:Married:SetCheck() // ...
A problem xBrowse transp. images (focus) FWH 15.11
Hello, with the new release, transparent images are not shown transparent anymore on focused row or cell With FWH 15.10 it was OK. [img:mke4aqqb]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/XbrwTransp1&#46;jpg[/img:mke4aqqb] best regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Q...
A problem xBrowse transp. images (focus) FWH 15.11
Mr Uwe Please give me a small sample code to test at my end and fix the problem Thanks in advance.
A problem xBrowse transp. images (focus) FWH 15.11
Mr. Rao A full working sample Everything included Download <!-- m --><a class="postlink" href="http://www.pflegeplus.com/DOWNLOADS/Testcell1.zip">http://www.pflegeplus.com/DOWNLOADS/Testcell1.zip</a><!-- m --> [img:1gy65kev]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Testcell1&#46;jpg[/img:1gy65kev] best regards U...
A problem xBrowse transp. images (focus) FWH 15.11
Please see the lines 10606 and 10607: [code=fw:1eafm38v]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; lTransparent &nbsp; &nbsp; &nbsp;:= Empty<span style="color: #000000;">&#40;</span> oBrush <span style="color: #000000;">&#41;</span> .and. IfNil<span style="color: #000000;">&#40;</span> ::<span st...
A problem xBrowse transp. images (focus) FWH 15.11
Mr. Rao, [b:x84sk4oj]tested and works fine.[/b:x84sk4oj] Thank You very much best regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
A problem REOPEN a Dialog with a included Folder-resource.
Hello,In a very big application i get a Error on reopen a dialog with Folder.Everything works fine, but if i close the main-dialog and open it again,i get a folder error.To define extra Functions for each folder, ( to big to keep all pages in the main-dialog )cannot be the reason, because i tested this in other applica...
A problem REOPEN a Dialog with a included Folder-resource.
It looks like the DATA oFont is already nil.Try to assign it a new font.
A problem REOPEN a Dialog with a included Folder-resource.
Antonio,Thank you very much.Your solution works.The Font oProgfont ( defined for the dialog ) was the problem.Not the folder.The Font-define before :PRIVATE oProgFont := TFont():New("Arial",,-14,.F.,.F. ,,,,.F. )DEFINE WINDOW oWnd TITLE "Test" ........DEFINE DIALOG oDlg RESOURCE "MainDlg" TITLE "Test" FONT oProgFon...
A problem painting radios
Hello, I noticed a problem with radio-painting. From selected Radio ( downwards ) the Area is deleted. It happens as well on Lostfocus. [img:l7nyv271]http&#58;//www&#46;pflegeplus&#46;com/pictures/radtest1&#46;jpg[/img:l7nyv271] after selecting a Radio : [img:l7nyv271]http&#58;//www&#46;pflegeplus&#46;com/pictures/...
A problem painting radios
Uwe, Here it is working fine with FWH 12.01 Are you using Borland ? I email you the 12.01 libs <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [url:14hqg690]http&#58;//imageshack&#46;us/photo/my-images/138/capturevg&#46;png/[/url:14hqg690] Thanks,
A problem painting radios
Antonio, thank You very much. I tested with xharbour, echo $(FWDIR)\lib\[color=#FF0040:37hanubc]Fivehx.lib [/color:37hanubc]+ >> b32.bc echo $(FWDIR)\lib\FiveHC.lib + >> b32.bc Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
A problem painting radios
Sent <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
A problem painting radios
Antonio, thank You very much. I linked Fivehx, but couldn*t test, because of a Errormessage : Unresolved eternal [color=#FF0000:3u95iwc8]GetModulFilenameExA[/color:3u95iwc8] from => Gettask Fivehx. Maybe there is still something to change ( xHarbour ) ? Best Regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_ques...
A problem painting radios
Hello you have to link psapi.lib from borland
A problem painting radios
Antonio, Daniel [b:5dnp6luk]Radios are tested and are working fine now.[/b:5dnp6luk] I still noticed : using BTNBMP centerd [color=#FF0000:5dnp6luk]without [/color:5dnp6luk]BMP, the Text is not centerd vertical. I added a Dummy-button to the sample, to test LOSTFOCUS. I noticed a Function-change old : [color=#0000FF...
A professional web blog built with mod_harbour!!!
Don't miss to review this professional web blog developed using mod_harbour: live demo: [url:3edz0iad]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/blog/index&#46;prg[/url:3edz0iad] Full source code: [url:3edz0iad]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/tree/master/samples/blog[/url:3edz0iad]
A professional web blog built with mod_harbour!!!
¡¡¡ EXTRAORDINARIA APARIENCIA !!!. No entiendo la sintaxis del siguiente: [code=fw:10cg4hgo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#123;</span>% MemoRead<span style="color: #000000;">&#40;</span> hb_GetEnv<span style="color: #000000;">&#40;</span> <span style="color: #...
A professional web blog built with mod_harbour!!!
[b:3ka9r8zj]Incredibile !!![/b:3ka9r8zj]
A professional web blog built with mod_harbour!!!
[quote="Verhoven":22tltvpo]¡¡¡ EXTRAORDINARIA APARIENCIA !!!. No entiendo la sintaxis del siguiente: [code=fw:22tltvpo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#123;</span>% MemoRead<span style="color: #000000;">&#40;</span> hb_GetEnv<span style="color: #000000;">&#40;</...
A professional web blog built with mod_harbour!!!
Antônio, What else I must to know beyond FWH to use mod_harbour ? What i need to study ?
A programming-tool to create informations of a DBF-file
The tool creates a TXT-file ( ????.str ) with all informations of the selected DBF, you need for programming. The file includes : the structure-array, declaration of the different variables and so on... you can download the file from the download-section of the website <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol...
A promlem with the forum screen-display
Hello, since some days I have a problem with the forum At first entry, I see the same screen from some days before. ( NOT updated ) After opening a post, the screen is updated. This problem I never noticed before. The screens I see at startup and after reading a toppic Who is online shows also wrong informations. [...
A promlem with the forum screen-display
Could it be related to the browser cache ?
A promlem with the forum screen-display
Antonio, I tested using a REFRESH-option ( right mouseclick ) from inside my file-manager. The screen refreshed and it seems that it works again. best regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
A qt contrib version ready for android
Uploaded is new QtContribs installer for Windows: QtContribs_Mingw-482_Qt-530_r313_Setup.exe and is downloadable from : <!-- m --><a class="postlink" href="https://sourceforge.net/projects/qtcontribs/files/?source=navbar">https://sourceforge.net/projects/qtcont ... rce=navbar</a><!-- m --> I suggest install in new fo...
A que se debe??? Recursos???
Estoy con tema de empezar a planificar una aplicación... o portar, mas bien dicho. El tema está en el comienzo, pues noto una baja rentabilidad en "recursos", puede ser??? Me explico. Tengo una WINDOW, con dos botones y un MENU. El detalle está en redimensionar la ventana, si la estiro/encojo de lo ancho, los botones ...
A que se debe??? Recursos???
De hecho... probando ejemplos, en Samples explbar3.prg tiene el mismo comportamiento. De ahí mi inquietud se refuerza, es problema de gestión de recursos??? El "repintado" de algun control (en el caso de explbar3.prg) o imagen (si hay muchas en un Form) hace que "Tiemblen" los objetos contenidos.
A que se debe??? Recursos???
Un ejemplo lo mas sencillo para mostrar el "tembleque", utilizando una sola imagen BMP incluida en la distribución de FW [code=fw:3stovfo7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span st...
A que se debe??? Recursos???
Ahora el mismo ejemplo anterior, utilizando un DIALOG en lugar de un WINDOW [code=fw:2riu0r0i]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">Static</span> oWnd<br />...
A que se debe??? Recursos???
Acabo de probar esos dos ejemplos en dos portátiles, y funcionan de maravilla, tanto en WINDOW como en DIALOG. Problema de mi gráfica??? Problema de algunas gráficas??? Bien, si a nadie más le ha ocurrido, será un problema mínimo. Gracias.
A question => New command: XBROWSER (FWH 8.08 )
Hello,In FWH 8.08 there is a new command XBROWSER.Because of hight screen-resolution, i want to change the font.I couln't find a sample/option for that ( maybe with SETUP ??? ).In the < readme > there was no solution for it.Syntax:XBROWSER [ <cAlias>/<oDbf>/<oRs>/<aArray> ] ; // defaults to active alias[ TITLE <cTitle...
A question => New command: XBROWSER (FWH 8.08 )
Basic purpose of XBROWSER command, which gets translated into XBrowse( ... ) function is to "very quickly" show a browse with oneline code. If we want to use all power features of xbrowse, we better go the normal wayStilll we can set many parameters with the setuo clause.Examples:-----------1) Use customerXBROWSER----...
A question => New command: XBROWSER (FWH 8.08 )
NageswaraRao, G.Thank you very much for the informations,for a quick preview, the command saves some time.I noticed, that automaticly the font is used, defined in the dialogfrom where the browser is shown.RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
A question about => FolderhDC and BMP-painting (solved)
Hello,I got a problem, trying to change colors and bitmaps from inside folders :I want to define new dialog-colors inside a folder with a bitmap-previewand than show the result in a extra preview-dialog.I don't want to change the Main-dialog-background.The preview is a extra-dialog and has nothing to do with the folder...
A question about => FolderhDC and BMP-painting (solved)
I solved my painting-problems in folders.For the gradient-painting on the Main-dialog, i used the samefunction like for the Gradient-painting in the Preview-dialog. ( with funny results )That didn't work. I had to do a extra Gradpaint. The functions inside the folders have been OK.It works fine now.[code:10a3mtv3] ACT...
A question about Dialog ON INIT and xBrowse
Hello,I finished testing the xBrowse-tools.I have a question about including PEN-styles insidethe xBrowse-structure.PEN-defines, i can get working only with Dialog ON INITIs there a reason for it and maybe another way, to include this inside the structure ?[img:cu8g2n22]http&#58;//www&#46;pflegeplus&#46;com/pictures/im...
A question about Dialog ON INIT and xBrowse
Uwe,>PEN-defines, i can get working only with Dialog ON INIT >Is there a reason for it and maybe another way, to include this inside the structure ?If you look at the xbrowse source, the pens are defined in the Adjust() method which is called from the Initate() method. So, you can't define them before the browse is int...
A question about Dialog ON INIT and xBrowse
James,Thank you very much for the information.The rest of the job is done.Now the user can generate a mini-project of his xbrowse-creations.For users FWH Version >= 8.07[img:gweqlj4r]http&#58;//www&#46;pflegeplus&#46;com/pictures/project1&#46;jpg[/img:gweqlj4r]For users FWH Version < 8.07[img:gweqlj4r]http&#58;//www&#4...
A question about FWH-Release-Versions for function-use
Hello,In all my tool-application, i want to create different sources belongs to the FWH-versions.The user can add his FWH-version and the source will be writtenbelongs to his version.[img:op9yrwpu]http&#58;//www&#46;pflegeplus&#46;com/pictures/version&#46;jpg[/img:op9yrwpu]There is a lot of GRADIENT-painting.Somebody k...
A question about FWH-Release-Versions for function-use
Uwe,for all who don´t have the gradient function in their fwh release, here is a replacement (only vertical gradients)[code:lq7vfsx4]//-----------------------------------------------------------------// STATIC FUNCTION Degrade &#40; hDC, aRect, nColor, nColorTo &#41; LOCAL nStep , nStepY LOCAL oBrush LOCAL i, r...
A question about FWH-Release-Versions for function-use
Hello Stefan,thank you for the function.I still need the start-date of the two grad-functions.( maybe Antonio knows the start, it is possible to use them )What i want to do is :sample : FW-release September / 2007would be : [code:1249kkol] IF nFWFUNC < 7&#46;9 // year&#46;month Degrade &#40; hDC, aRect, nColor, n...
A question about FWH-Release-Versions for function-use
Uwe just a litle contribution....Gradientfill() was included first time in July 2008 version of fivewin I meen FWH 8.07
A question about FWH-Release-Versions for function-use
Hi Uwe,the gradient function starts with Fwh 7.09
A question about FWH-Release-Versions for function-use
Hello,Thank you very much for the information.It means, I have to create 3 different sourcesto compile a running EXE-file :Version < 7.09No office-bar and extra Gradient-function-----------------------------------------------Version >= 7.09 and < 8.07Office-bar with GRADIENT - function----------------------------------...
A question about Hash
Hi guys, I have this Hash: [code=fw:28y4aa8t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"Numero"</span>:<span style="color: #000000;">68825</span>,<span style="color: #ff0000;">"Serie"</span>:<span style="color: #ff0000;">"1"</span>...
A question about Hash
Así debería funcionar [code=fw:3h0enliv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />cDes := hElhash <span style="color: #000000;">&#91;</span><span style="color: #ff0000;">"Erros"</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span><span style="color: #ff...
A question about Hash
Thanks <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
A question about MDI-child and Dialog-borders
Hello, working on my new MDI-tools, I noticed a difference between MDI-child and Dialog-borders. Update-info : I added a missing Brush-selection for the MDI-frame. If it is missing in Your download ( Upd. Vers. 1.2 ), it is fixed now. MDI-child : 1. the upper corners ( round ) are not transparent. 2. the lower corne...
A question about download- and image - links
Dear Uwe, Yes, we can do it. Simply provide us the new name to use
A question about download- and image - links
Dear Antonio, I am glad to hear that it is possible for You to change the domain-name As soon the change is done I will tell You the new name <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> samples for : Download file from my website http://[color=#FF0040:1mk4vbu...
A question about download- and image - links
Hello, I have a question about the download-links of my website. A company asked me, if I would like to sell the domain < PFLEGEPLUS.COM > < PFLEGE > is a area of business and < PLUS > means < + > ( it is a desired name ) The problem : all samples and images I published inside the forum are stored in this website. Is ...
A question about download- and image - links
Uwe, Have you thought about a central place to store all you samples/code ? I've seen interesting software, but sometimes from maybe years ago, but still usefull.
A question about download- and image - links
Uwe, I keep all forums images (that I post) at github
A question about download- and image - links
Dear Antonio, the new domain-name seems to work [size=150:3pyhtd2n][b:3pyhtd2n]OLD[/b:3pyhtd2n][/size:3pyhtd2n] <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> samples for : Download file from my website ( old domain ) <!-- m --><a class="postlink" href="http://w...
A question about download- and image - links
I changed the domain-name of the images ln topic : <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28578&p=160062#p160062">viewtopic.php?f=3&t=28578&p=160062#p160062</a><!-- l --> it works perfect without problem <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" a...
A question about download- and image - links
Now the domain-change is complete from [b:180f6nnq]Pflegeplus.de[/b:180f6nnq] to [b:180f6nnq][size=150:180f6nnq]www.service-fivewin.de[/size:180f6nnq][/b:180f6nnq] [img:180f6nnq]http&#58;//www&#46;service-fivewin&#46;de/IMAGES/Background2&#46;jpg[/img:180f6nnq] regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_...
A question about download- and image - links
Not all images are ok yet. [img:3vipaar1]http&#58;//www&#46;maveco&#46;be/fivewin/five0112&#46;jpg[/img:3vipaar1]
A question about download- and image - links
Hello Marc, Yes I still have to create a new Website only for Fivewin including the downloads, images and Infos. Now I have 3 existing Domains 1.) Esc-engineering.de ( main ) 2.) [color=#008040:5yy25xwy][b:5yy25xwy]service-fivewin.de [/b:5yy25xwy][/color:5yy25xwy] ( new subdomain and replacement of 4. ) 3.) pflege-...
A question about function FW_Cdxcreate()
Hello, I wanted to create individual indexes for 7 files before I used < [color=#0000FF:2a4bc5x8]FW_Cdxcreate() [/color:2a4bc5x8]> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> everything works fine without problems next I started to define extra indexes <!-- s:rol...
A question about function FW_Cdxcreate()
Maybe: [code=fw:1anj5ax9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;FW_CdxCreate<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;CLOSE DATABASE<br /><br />&nbsp; &nbsp;USE SAMPLES EXCLUSIVE VIA <span style="color: #ff0000;">"...
A question about function FW_Cdxcreate()
Indexing 7 DBF's [color=#0000FF:2s20tsnd]FW_CdxCreate()[/color:2s20tsnd] // WORKS !!! I tested index by index ALL numerics ( red ) don*t work ! [color=#FF0000:2s20tsnd]//ORDCREATE( ,"TOPICNO", "DESCEND( STR( TOPICNO ) )", ; // {|| DESCEND(STR( TOPICNO ) ) } , .F. ) //ORDCREATE( ,"FORUM","STR( FORUM )", ; // {|| S...
A question about function FW_Cdxcreate()
FW_CdxCreate( [caTagList], [lMemory] ) --> lSuccess Works only for DBFCDX. It is desirable to delete the existing cdx and open the DBF in exclusive mode before calling this function. Param.2: [lMemory] Defaults to .F.. If .t., creates temporary index in memory with bag name "TMP" Param.1: [caTagList] DEFAULT: All fi...
A question about function FW_Cdxcreate()
Mr. Rao, In many posts, i have seen the advice of creating ALL the indexes with a deleted() into it. // Also do all your indexes "for ! deleted()" // And you MUST USE the TAG clause! use customer index on chgno tag "custid" to customer for ! deleted() index on descrip tag "company" to customer for ! deleted(...
A question about function FW_Cdxcreate()
Mr. Rao, thank You very much for the info [code=fw:1rsvfo6x]<div class="fw" id="{CB}" style="font-family: monospace;">Other fields are indexed with their own <span style="color: #00C800;">data</span> types, i.e., not converted <br />as character type.</div>[/code:1rsvfo6x] that seems to be the reason that it works w...
A question about function FW_Cdxcreate()
[quote:1bhi2vwb]As soon a create a index with STR( field ) // numeric I'm getting problems.[/quote:1bhi2vwb] There is nothing wrong with it. What kind of problems are you getting?
A question about function FW_Cdxcreate()
Mr. Rao, the problem is a index numeric + text + text I changed [color=#FF0000:1hxqnrsp]STR(nVal)[/color:1hxqnrsp] to [color=#0000FF:1hxqnrsp]cValtoChar(nVal)[/color:1hxqnrsp] and that seems to work <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> But now my e...
A question about function FW_Cdxcreate()
STR(..) should not give any error, if LIKE is a numeric field. We need to use common functions only in index expressions.
A question about libxl
Hi to all. I'm trying to use the LibXl dll library for writing an excel file, but I'm having a problem with numbers, that are not written in the file. Anyone has tried to use this library ? I'm using Xhb.com Thanks a lot. Massimo [code=fw:b63vp8k7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span s...
A question about libxl
Hi. I resolved changing all the DLL32 calls with some functions in C and linking a lib. This DLL is really, really fast and you don't need Excel. You can find a demo in the site and test it. Thanks a lot. Massimo
A question about libxl
Hi Massimo Could you share your example corrected? Thank you regards
A question about libxl
Here it is. You must download the DLL and the library from the LIBXL site. I made a test with a DBF of 5000 records. The procedure below has been executed in less than one second. [code=fw:38vnx07i]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span styl...
A question about libxl
Hi Massimo When compiling with the library I get this error [code=fw:wth1e07p]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Error: <span style="color: #ff0000;">'C:<span style="color: #000000;">\F</span>WH1412<span style="color: #000000;">\S</span>AMPLES<span style="color: #000000;">\L</span>IBXL.LI...
A question about libxl
You must use the IMPLIB program to create the lib from the DLL. implib -a libxl32.lib libxl32.dll Take a look also here [url:sz2y0uee]http&#58;//www&#46;ntkproject&#46;com/forum_ntk/comments&#46;php?DiscussionID=25[/url:sz2y0uee]
A question about libxl
Hi Massimo I have managed to generate the library, compiles run smoothly but this error [code=fw:8vw1wth7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Application Internal Error - C:\libxl\stdcall\belgrano.exe<br />Terminated <span style="color: #00C800;">at</span>: <span style="color: #000000;">20...
A question about libxl
Sorry, I don't know what could be. I use the Xharbour.com compiler.
A question about moving between pages
Hi. In one main prg I have a request of login that is validated. Then the user can go in different pages with datas and browses. I've places a button in the menu for logging out and this clears the string in the cookie so if you click on main the program launch the login process again. But if you press the previous pag...
A question about moving between pages
Massimo, Try with this: ? '<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">'
A question about moving between pages
Antonio, I've tried your code and you see that the url seems to be refreshed (in Safari you see the meter below the url) but the page is the last you saw. If you click on the previous page of the browser in the url there is written "http://192.168.10.180/samples/BSTUDIO/utenti.prg?reload" but the first lines of code o...
A question about using TEXTOUT on different images.
Hello, using [size=150:3skbf8hh]TEXTOUT[/size:3skbf8hh], painting text on a [color=#0000FF:3skbf8hh][b:3skbf8hh]alphablended[/b:3skbf8hh][/color:3skbf8hh] image, I noticed the TEXTCOLOR is painted related to a defined background. The text itself doesn't use a solid defined textcolor. the screenshot shows the problem ...
A question for Mr. Rao
Mr Rao: Why this code does not work (There is not conection) [code=fw:2fdjxrnr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FWCONNECT oCn HOST <span style="color: #ff0000;">"localhost"</span> USER <span style="color: #ff0000;">"root"</span> PASSWORD <span style="color: #ff0000;">"secret"</span> DB ...
A question for Mr. Rao
[quote="Armando":3av9d4u5]Mr Rao: Why this code does not work (There is not conection) [code=fw:3av9d4u5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FWCONNECT oCn HOST <span style="color: #ff0000;">"localhost"</span> USER <span style="color: #ff0000;">"root"</span> PASSWORD <span style="color: #ff...
A question for Mr. Rao
José Luis: También funciona, muchas gracias. Solo queda la incógnita, por que con localhost no? Saludos
A question for Mr. Rao
[quote="Armando":23je6jd9]José Luis: También funciona, muchas gracias. Solo queda la incógnita, por que con localhost no? Saludos[/quote:23je6jd9] Check your hosts file in the path \Windows\system32\drivers\etc
A question for Mr. Rao
anserkk: Thanks for your answer. I made the change as follow but there is no way. [code=fw:3cmxjgcz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /># localhost <span style="color: #0000ff;">name</span> resolution is handled within DNS itself.<br />&nbsp; &nbsp; <span style="color: #000000;">127.0</sp...
A question for Mr. Rao
You said that it is working fine if you try 127.0.0.1 instead of localhost, right ? Can I get the exact error message that you get when you try to connect to localhost ? There are few possibilities for this issue, based on the error we shall try to identify the problem
A question for Mr. Rao
anserkk: You said that it is working fine if you try 127.0.0.1 instead of localhost, right ? Yes that's right. The message is 2003 Can't connect to MySQL server on 'localhost' (10061) Thanks for your help Regards
A question for Mr. Rao
What is the value of the entry bind-address in my.cnf (in case your OS is linux) or my.ini Is that uncommented or commented? The users in the DB ? [url=https&#58;//imgbb&#46;com/:2xg1xgq0][img:2xg1xgq0]https&#58;//i&#46;ibb&#46;co/jynwkgH/My-Sql-Users&#46;jpg[/img:2xg1xgq0][/url:2xg1xgq0]
A question for Mr. Rao
anserkk: There is no bind-address entry in mysql.ini (I have windows 10) and the users is root localhost Regards
A question regarding TCombobox
The following sample doesn't show the string "Other" on the combobox. Is it expected? [code:3s6goopj]#include "Fivewin&#46;ch" FUNCTION MAIN&#40;&#41; LOCAL oDlg LOCAL cVar &#58;= "Other" LOCAL aItems &#58;= &#123; "Test 1", "Test 2", "Test 3" &#125; DEFINE DIALOG oDlg @ 1 , 1 COMBOBOX cVar...
A question regarding TCombobox
Enrico, >The following sample doesn't show the string "Other" on the combobox. Is it expected? I would not expect it. A combobox is supposed to be limited to those choices in the array. James
A question regarding TCombobox
Ok, thank you. EMG
A question regarding TDialog
Antonio, what was the exact reason why you commented out the following statement from TDialog? // 28/06/05 AL // ::nResult:LostFocus() // updates related variable EMG
A reason a existing post is -moved- ?
Hello,On Sunday, there was a solution of mine in the forum,how to change the format of a PNG-file to 24-Bit BMP(transparent)with a good freeware-Icon-editor, as well to add this bitmap to a dialog-title.There was nothing special.Is there a reason, why my post is deleted ? (edited: it was moved, not deleted)RegardsUwe <...