- Adam Narten
- PowerBuilder
- Friday, 25 June 2021 09:42 PM UTC
Hello,
Our application was experiencing the issue described in this Appeon knowledgebase article where a RichTextEdit control's WordWrap property is checked but the text was still not wrapping. I was able to successfully adjust the pb.ini file on my machine and resolve the problem locally while running through PowerBuilder, however our application deploys on a dedicated build machine using Autocompiler's OrcaScript (orcascr170.exe) which does not have an installation of PowerBuilder.
Issue: The Autocompiler install does not appear to have a pb.ini configuration file to set "[RichText] PageSizeAsControlSize=1" on our build machine. Is there a command perhaps similar to "set exeinfo property productversion "4"" that can be applied to orcascript so that we can enable WordWrap in our deployed application? Or is there another Autocompiler configuration file that can be modified to set properties such as this?
Using PowerBuilder/Autocompiler OrcaScript 2017 R3 build 1915
The reason we build using OrcaScript is because the 2017 PowerBuilder Compiler (PBC) does not provide an option to set the exe icon, which we resolved by building with OrcaScript. Although I'm not sure the pbc would look for a pb.ini file either since it is also a part of the AutoCompiler installation.
My hope is that there is an option available to set this PageSizeAsControlSize property with our given build environment with OrcaScript.
Thank you!
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.