File linking |
Post Reply |
Author | |
flumiflo
Newbie Joined: 28 November 2013 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 28 November 2013 at 7:59am |
I want to link the content of an ASCII text file with a report control and vice versa. The report control is used in a GUI to visualize and manage the content of the text file (add new line, delete line, edit content of line.
The content of the text file looks like this: Car;Speed;Weight BMW;100;1600 Audi;120;1550 The report control should look like this: Car | Speed | Weight ---------------------------- BMW | 100 | 1600 ---------------------------- Audi | 120 | 1550 The GUI has for example 3 buttons to add / delete / edit a record. After changing a record, the text file should be updated accordingly. Any suggestions how to implement this (vb code please)? Thanks |
|
Xander75
Senior Member Joined: 26 April 2007 Status: Offline Points: 353 |
Post Options
Thanks(0)
|
Hi,
Sounds like you're wanting someone to do your homework for you here... lol The Samples provided by Codejock show how to implement a ReportControl and how to add rows of data to it. As for loading the textfiles, do a google search as it's not that hard at all. |
|
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6) |
|
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 |