B basefilm Member Jul 15, 2021 #1 B4J 9.10 on Windows. Pretty much what the title says. Every time I call ExecuteHtml it generates a line in the Log/Console window. Where do I turn that off?
B4J 9.10 on Windows. Pretty much what the title says. Every time I call ExecuteHtml it generates a line in the Log/Console window. Where do I turn that off?
Erel B4X founder Staff member Licensed User Longtime User Jul 15, 2021 #2 You aren't posting enough information. I guess that you are asking about DBUtils.ExecuteHtml. There is a compilation symbol that you can add to remove the logs: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/#content Upvote 0
You aren't posting enough information. I guess that you are asking about DBUtils.ExecuteHtml. There is a compilation symbol that you can add to remove the logs: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/#content
B basefilm Member Jul 15, 2021 #3 Erel said: You aren't posting enough information. I guess that you are asking about DBUtils.ExecuteHtml. There is a compilation symbol that you can add to remove the logs: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/#content Click to expand... Yes, I was asking about DBUtils ExecuteHtml, apologies for not being specific enough. I'll try adding the symbol. Upvote 0
Erel said: You aren't posting enough information. I guess that you are asking about DBUtils.ExecuteHtml. There is a compilation symbol that you can add to remove the logs: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/#content Click to expand... Yes, I was asking about DBUtils ExecuteHtml, apologies for not being specific enough. I'll try adding the symbol.
B basefilm Member Jul 17, 2021 #4 Erel said: You aren't posting enough information. I guess that you are asking about DBUtils.ExecuteHtml. There is a compilation symbol that you can add to remove the logs: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/#content Click to expand... That was it. I had to update DBUtils, but once I did, adding that symbol quieted the logging. Problem solved, thank you! Upvote 0
Erel said: You aren't posting enough information. I guess that you are asking about DBUtils.ExecuteHtml. There is a compilation symbol that you can add to remove the logs: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/#content Click to expand... That was it. I had to update DBUtils, but once I did, adding that symbol quieted the logging. Problem solved, thank you!