Hello,
I was able to recompile a 4 year old project with PB10 and SQL_Tools lib. I do not know if it has anything todo with the new setup but most (but not all) of my text on labels and rrbuttons are gone!!!!
Anyone any idea why :( :o
hmmm... not sure. Must be something that affected the controls due to internal FF3 code changes over the past 4 years.
Maybe you can send me the project and I will take a look to get it fixed for you.
Hello Paul,
I will thanks, just checking some things. Recompiling with PB9 and SQL tools dll gives no problems!!
Marc
OK,
I will have to confess. :-[
There was nothing wrong. I was using a array to put text in different languages on each form.
Due to an change in the sql Tools syntax the array was not filled properly. Hence labels were mostly empty.
Some labels showed text because they were the same in all languages and did not need to be translated.
Marc