BarrySA
BarrySA
About
- Username
- BarrySA
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Ive gone with separate reports for those built by Designer and those built by Code. I still intend to merge them later. Thanks Closed.
-
Ive got an answer on the Font Styles. This works for C++ Memo->Font->Style = TFontStyles(); Memo->Font->Style = Font->Style << fsBold; But I still can't get the Frame Types to work in C++ Any help would be appreciat…
-
I'm Sorted on this thanks....via the gracious help of Support. Closed.
-
BarrySA wrote: » Hi All How does one dynamically name a TMemoView Object inside a For-Next Loop I don't mean using the Memo->CreateUniqueName(); unless there is then a method to determine that Unique name, so as to beable to use it lat…
-
Thanks SlashMaster I tried the equivalent in C++ Memo->Frame->Typ = ftTop + ftBottom + ftLeft + ftRight; but it would not compile with error message [bcc32 Error] OSSMainFRReport.cpp(1264): E2034 Cannot convert 'int' to 'TfrxFrameT…