... 50 indexes in the CDX. So, I get the impression that something must be wrong in the hardware is speed is a problem. This happened to my twice, but meanwhile more than 10 years ago: a customer of mine was experiencing that my software was running very slowly. I spook about it with his PC-supplier. ...
... with xHarbiour64 and get back. Earlier also I remember we found a low level issue with release of memory when oCn and oRs variables are released. Meanwhile, can you please test another minor variation? #include "fivewin.ch"static oCnfunction Main() LOCAL oDlg ...
Windows Configuration the scale of my screen to 125%.
Yes, this is the reason. Thanks for the feedback. We will work on how to take care of this. Meanwhile you may try the function MsgLogo( cImage ) and provide your feedback. MsgLogo() centers the image even with the screen scaling.
... is highly unreliable Even if we provide WHERE clause, Restoring the table gives problems. Let us think and come up with alternative solutions. Meanwhile you may consider and try this method of saving full or a part of the table to DBF METHOD SaveToDBF( cSql, cDbf, lForUpdate ) or Copy ...
Thanks. Offtopic: 1) Meanwhile, can u run this small test and let me know the result? #include "fivewin.ch"function Main() ? GetACP()return nil#pragma BEGINDUMP#include "windows.h"#include ...
Meanwhile, can you please let me know 1. What result you get for this statement? ? STRTOHEX( AnsiToWide( Chr(208) ) ) 2. Do you always set HB_CDPSELECT( "TRWIN" ) or some similar codepage ...
Meanwhile, can you please let me know 1. What result you get for this statement? ? STRTOHEX( AnsiToWide( Chr(208) ) ) 2. Do you always set HB_CDPSELECT( "TRWIN" ) or some similar codepage ...
If the problem is with ADS, let us now test dbfs with ADS. Meanwhile please download the latest build of FWH again. We will proceed testing dbfs + tdatabase using ADS. We "have" to make the class working perfectly with ADS also. I will do some tests tomorrow here.
... copied over those files, the problems went away. So, now I'm trying to see if I have the set somewhere where I can compare the new vs the old ... Meanwhile, people are getting automatic updates applied by Microsoft to their OSs. One client called to tell me he could no longer Cut and Paste in ...
... el nombre del archivo This is due to a bug in hb_DirExists() function. Fixed now and will be available in FWH2310 to be released in a day or two. Meanwhile, you can use other functions with the same functionality eg. lIsDir() as suggested by Mr, Enrico