|  | 
| AddItem, How? | 
| Post Reply   | 
| Author | |
| moe188   Senior Member   Joined: 27 March 2006 Status: Offline Points: 225 |  Post Options  Thanks(0)  Quote  Reply  Topic: AddItem, How? Posted: 17 June 2006 at 7:31pm | 
|  Hi,
I know that this question is easy for some of you, but it's not for a bigenner like me.
There is the situation, I do have a database (DB1) with a record (Rec1) containing the following customer data:
- CustID
- CustFullName
- CustPhoneNum - CustNote 
and more...I am using Xtreme ReportControl to view the list of all customers, how can I be able to add each cutomer to the report, but the note will be displayed underneath of each customer (like Outlook style)? Thank you, Moe | |
|  | |
| sserge   Moderator Group   Joined: 01 December 2004 Status: Offline Points: 1297 |  Post Options  Thanks(0)  Quote  Reply  Posted: 18 June 2006 at 3:59pm | 
| 
   Hi, See ReportSample / Options / Toggle Preview Mode to play with it. See also properties .PreviewText and .PreviewItem of the ReportRecord class, and a property .PreviewMode of the ReportControl which enables this functionality. -- WBR, Serge | |
|  | |
| moe188   Senior Member   Joined: 27 March 2006 Status: Offline Points: 225 |  Post Options  Thanks(0)  Quote  Reply  Posted: 19 June 2006 at 4:19pm | 
| Thank you for the response, but when I add the item to the reportcontrol, all of the items are aligned at the left, how can I have them in differnet location (align: center or left), also it is possible to have an "00.00" or "000-000-0000" as  format? Thank you, 
 | |
|  | |
| sserge   Moderator Group   Joined: 01 December 2004 Status: Offline Points: 1297 |  Post Options  Thanks(0)  Quote  Reply  Posted: 19 June 2006 at 5:16pm | 
| 
   For an alignment see .Alignment property of the corresponding ReportColumn. For an item format, see .Format property of its ReportRecordItem. -- WBR, Serge | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |