
Roy Woll
- Total activity 431
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 180
Activity overview
Latest activity by Roy Woll-
Roy Woll commented,
Does the package show up in your list of ide packages? If so, then it may be that you have a firewall/virus checker preventing our registration utility from running. Check your system security to ...
-
Roy Woll commented,
dgWordWrap is a non-functional property. I'm not sure why we left it in. Sorry for the confusion. Use the column's WordWrap property instead. We decided to allow wordwrap on a column basis in Fire...
-
Roy Woll commented,
Unfortunately I think this issue with the inspector at design time with the caption font cannot be resolved until the next major release. We have internal code changes but the resulting package wo...
-
Roy Woll commented,
onChange is fired by windows when the text changes so it does not have a delay. I don't know of a way to change the behavior of this event as it is implemented in the base class of TCustomEdit
-
Roy Woll commented,
For the date to display blank, it would have to be a value of 0 which is equivalent to the 1899 date. It looks like in your screen shot that the time portion is not 00:00 so it would not display bl...
-
Roy Woll commented,
The export to sylk should preserve the field type, but I don't think displayformat is used with that format. I think xml would use displayformat but then the export is done as a string for each field.
-
Roy Woll commented,
You might be able to use the OnBounceBack event which is triggered when you are at the end or beginning. The parameters should tell you which direction is occurring.
-
Roy Woll commented,
Please provide more details. What is the exception you are receiving?
-
Roy Woll commented,
Can you try our latest build I just uploaded and let me know if the problem persists. I can't exactly reproduce your problem, but I am unable to see your error when the editor contains more charac...
-
Roy Woll commented,
You can take a look at using OnFetchMore event to see if it fits your needs. See the help file for more info on this event. If it does not fit your needs, please explain in more detail your needs.