Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

SunLINE (create your own VFP client/server app)
Norbert Kustra, SunSoft plus spol. s r.o.
Missing VFP client/server access to DBF data? With SunSoft SunLINE SDK LITE you can create your own VFP client/server applications able to work with remote DBF data and other sources of a remote computer.
Created on
17 years ago
Downloads
752
File type
Freeware
Rating
5.00/5.00
General information
Rating:
5.00/5.00 (1 rate) Rate this item
Description
SunSoft SunLINE SDK is a set of VFP components designed for software developers. It allows development of client/server solutions using TCP/IP protocol without need of special expensive application or database servers and clients. All components of SunLINE SDK have been written in Visual FoxPro 9.0. SunLINE client scripts are based on VFP 9 language and allow using all non-visual VFP 9 commands (basically it is standard PRG). Thus can client application effectively manipulate with DBF data and other local sources on the server side. Demonstration of using SunLINE VFP script in client application: oSL = NEWOBJECT('Sunline') oSL.SunLine.RemoteHost.IP = '192.168.1.1' oSL.SunLine.RemoteHost.Port = 9100 oSL.SunLine.StartClient() oSL.SunLine.Connect() remoteDatetime = oSL.SunLine.ExecRemoteScript('return Datetime()') ?remoteDatetime && contains date and time on the remote computer oSL.SunLine.Disconnect() Within SunLINE LITE license, you can install application modules on unlimited number of computers. LITE version allows you to establish only one connection per server, does not contain data encryption and contains limit for number of script lines used per session. System Requirements: - Client development requires Microsoft VFP 9.0 (8.0 SP1) - Windows XP - Permanent connection to internet with public IP addresses and open ports 9100 – 9102. More information on http://www.sunsoft.sk/sunline
Created by
Norbert Kustra, SunSoft plus spol. s r.o.

Comments
Add a comment