on 2016 Apr 28 4:48 PM
We have an internal use PB 12.5 app that uses a RTE control. We have Word Wrap set on, in the control.
We have this installed on 3 computers. On two of the computers, word wrap works perfectly. But on one of them, lines don't wrap unless there's a newline, and you have to scroll horizontally to see all of the text. If you right-click and pick Properties though, it shows Word Wrap as being on!
Any thoughts? Thanks.
Hi Dan;
Are the "Regional Settings" the same on the PC's that work vs the one PC that does not?
Regards ... Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FWIW (Just a wild thought):
Current Location
KeyBoards
Language
System Locale
The other aspects would be:
Video Card
Video Driver
Default Printer (more for the DW based RTE though).
FYI: The RTE control is not from PB is actually TX Text Control from ... http://www.textcontrol.com/en_US/products/activex/overview/
Are there any events/functions that could be called based on data from the DB that would result in a change to the order of events?
Just for jollies? Try adding code after the load of your document to refresh the word wrap?
this.WordWrap = FALSE
this.WordWrap = TRUE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to PowerBuilder's RTE features.
I would use ListDLLs to see if there are any differences between the machines.
Are you using the exactly same texts?
hth
Arnd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.