Frances Dutch and Norberto You can download it from http://www.cbati.com/tcodejock.zip if any one else wants to download he is welcome, of course you will need to have the license from codejock and insert your own license number. ...
Norberto, That was what I was trying to say in my last message. I don't know how you write your code, but unless you are doing something like: oStates:FieldPut(1, cName) Instead of: oStates:name:= cName oStates:save() Then ...
Norberto, Just because we have found that it is possible to make an error, unless you have been having crashes with error messages, I think problems with your app are unlikely. And your users would be reporting them. Some ...
Sorry but I just don't have the time to do that right now. Norberto tried that code and it failed. I would likely have the same result. So far this problem has cost me 3 weeks ... and my clients are not happy.
Mr. Rao, i Try yor fix in fwh1707 database, dont work, Antonio proposed fix work fine. thanks Mr Norberto There is no problem using TDatabase after the fix. I am unable to comment on why and how it is giving an error in TData, which is derived class. I do not know what ...
Norberto, James, after open the same dialog two times , i have the error with fwh1707, in 1705 work fine: Do you mean you open it, then close it, then open it again? Or, open it, then switch to another screen, then switch ...
Norberto, Yes, I don't doubt that something that was changed in the TDatabase class is causing the problem but I have been unable to duplicate it here. That is why I am trying to find the code that shows the problem so I can ...
Norberto Here is some ListBox code I used before xBrowse and ADO ... and not tData .. I don't know if this code will help you ?? I have included the Skipper function as well. Rick Lipkin @ 0,0 LISTBOX oBrw FIELDS ; ...
TData inherits the skipper() method from TDatabase (it doesn't have one of it's own), so any changes would have been in TDatabase. I haven't use TWBrowse in years so I haven't noticed your problem.
Do you know what version your app was previously compiled with when it was working?
Yes it does, but it does not have exchange. My current account is "business" and this will make it difficult because it's pre-paid and a different department.
Everyone: I noticed that I forgot to assign bFor a codeblock. So here is the updated test program. Norberto, Can you please test compile this sample with your new xHarbour version to see if it errors? James #include "fivewin.ch"Function Main()Return nilClass ...