
Roy Woll
- Total activity 353
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 144
Comments
Recent activity by Roy Woll-
Have you looked at our rtf mail merge demo (part of the main demo). It will merge many database fields into the richedit.
-
This was fixed in 10.3 or later delphi versions. Unfortunately this change is only available in 10.3 or later delphi versions as the change/fix requires many interface changes and new classes.
-
Have you tried using the print method of the rich edit?
-
Try setting the text property. This is what is displayed.
-
Yo can go to your list of installed packages from the ide and remove/delete firepower.
-
Did you set the TextAlign property?
-
This component is not designed for a string field. You could just use the datetimepicker as unbound (no datsource/datafield), and then update your tfield yourself when you exit the control. Similar...
-
Take a look at our maindemo/converter.pas which will export an rtf to a html file.
-
The lookup combo uses the datasource/datafield settings to get the value from the database to display. If your lookup combo does not have its datasource/datafield assigned then it is unassigned. Yo...
-
Please review your delphi documentation on how to start delphi 7. After installing delphi, there should be an icon you can click on. After running the install for InfoPower, our components should a...