Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - File linking
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

File linking

 Post Reply Post Reply
Author
Message
flumiflo View Drop Down
Newbie
Newbie


Joined: 28 November 2013
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote flumiflo Quote  Post ReplyReply Direct Link To This Post Topic: File linking
    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
Back to Top
Xander75 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 April 2007
Status: Offline
Points: 353
Post Options Post Options   Thanks (0) Thanks(0)   Quote Xander75 Quote  Post ReplyReply Direct Link To This Post Posted: 07 March 2014 at 3:31am
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)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.