Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

1. Download and unpack the client API package

 

The content of the client API package

The client API package contains the following:

  • XFRX demo version
  • RIC Client API written in C#, distributed as RICAPIClientLib.dll
  • wwDotNetBridge, a library from Rick Strahl that helps running .NET from VFP (see more at http://west-wind.com/wwDotnetBridge.aspx)
  • RICHelpers.PRG - a library of functions to work with the API from VFP
  • Sample programs:

 

2. Create a new organization

  • Open AddNewOrganization.prg in VFP. In the "PARAMETERS" section at the top, enter in your customer username and password (this is the username and password you use to log in into www.eqeus.net/xfrx to download new xfrx versions)
  • In the section below, enter in the organization name, subdomain, admin username and admin password.
  • This sample program runs the API to add the organization and stores the organization details, including the admin user "secret" into the local secret dbf. This secret is used in the next step to upload a report.

3. Upload a report

  • Open UploadReport.prg in VFP and enter in the organization subdomain at the top in the parameters section.
  • This program runs a sample report that comes with XFRX, converts it into the XML format and then uploads it using the organization subdomain parameter and the secret stored in the secrets.dbf.

4. Open your report in the web browser

5. See how reportsincloud.com works for you.

  • Add your report, add users, new domains
  • During the beta phase, each tester is limited to:
    • 10 users/domains quota (You can add up to 10 domains each with 1 user each, or 1 domain with 10 users, or anything in between)
    • 50 MB uploaded report data per user
    • 1 GB of download monthly per organization
    • 2 MB single report limit

6. Please let us know what you think

  • Please let us know what you think, what works and what doesn't or what features you are missing at support@eqeus.com.

 

On this page:

  • No labels