Sending Component Data over a Network Interface

|
|
 Gordon ALLAN
|
|
I am trying to write an application that will take information from components on a form and transmit them over a network to a client application that will replicate the information.
I am primarily looking at the Items part of a TTreeView Component and a custom array of custom record. Does anyone have any suggestions, code examples of how I might go about this.
Thanks in advance
Gordon ALLAN
|
|
Posted 11 years ago (Thread Starter)
|
|
|
Location=USA,
Joined=11 years ago
MB Posts=3
|
| More... |
|
Membership pending.
Member subscribes to this thread but email is NOT VERIFIED.
|
Email Not Verified!
Once email is verified, we will review and approve the account.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #8007, 3 replies
Thread Started 10/19/2002 7:04:00 AM
View Counter=1062
Last Reply Posted 10/24/2002 11:14:00 AM)
|
|
|
|
 |
|
|
 Gordon ALLAN
|
|
Scott,
Thanks for the reply. As I understand it I would need DCOM to allow for control over the network. If I use the COM method.
I am currently using Delphi 5 Professional and can create the COM objects using resources that I currently have and I am looking at the books that you also suggested.
Am I right in thinking that for DCOM i would need an Enterprise version of Delphi to do DCOM development?
Thanks in advance
Gordon ALLAN
|
|
Posted 11 years ago (Thread Starter)
|
|
|
Location=USA,
Joined=11 years ago
MB Posts=3
|
| More... |
|
Membership pending.
Member subscribes to this thread but email is NOT VERIFIED.
|
Email Not Verified!
Once email is verified, we will review and approve the account.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #8055 (Level 1.1)
Reply to 8007
Thread Started 10/24/2002 9:55:00 AM
View Counter=2
|
|
|
|
 |
|
|
 Scott Wehrly
|
|
Well, there are a lot of ways to do this. The simplest way would be to define a common client/server database for both applications, and use a table for your custom record.
Another way to accomplish this would be to build one application as a COM server, and the other as a COM client, with your custom record fields defined in interface methods between them.
Still another way to accomplish this (without the database, but using a database technique) would be to build a DataSnap (MIDAS for you Delphi 5 folks) server-and-client relationship, and use a TClientDataset for your custom record. The TClientDataset could be pointed at a FileStream file in common between both applications.
As for "code examples", for any one of my suggestions above, they would be too voluminous for this message board. But examples of doing any one of these methods can be found in the majority of off-the-shelf Delphi books.
For recommendations, either the Teixiera/Pacheco "Delphi Developer's Guide" series, or Marco Cantu's "Mastering Delphi" series. Also, Cary Jensenn's "Kylix Programming Guide" has some excellent examples, and they translate straight-forward to Delphi.
|
|
Posted 11 years ago
|
|
| More... |
|
Scott Wehrly
Prestwood IT
(Inactive)
Las Vegas, NV USA
Inactive member.
Member does not subscribe to this thread.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #8012 (Level 1.2)
Reply to 8007
Reply Posted 10/20/2002 9:24:00 AM
|
|
|
|
 |
Most Recent Post
|
|
 Scott Wehrly
|
|
Yes, whether you use Delphi 5 or 6, you would need the Enterprise version to use DCOM or MIDAS.
|
|
Posted 11 years ago
|
|
| More... |
|
Scott Wehrly
Prestwood IT
(Inactive)
Las Vegas, NV USA
Inactive member.
Member does not subscribe to this thread.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #8057 (Level 1.3)
Reply to 8007
Reply Posted 10/24/2002 11:14:00 AM
|
|
|
|
Revive Thread!
Add a comment to revive this old thread and make this archived thread more useful.
| Thread #8007 Counter |
| 1062 |
|
Since 4/2/2008
|
|
|