PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
The Clarion Connection
Published by Wolfgang Kirsch
in the category Tools
New features



Description
Wanting to access the Topspeed files via WX without using the Clarion Topspeed OBDC driver which costs $$$? Now you can "talk" directly to the Topspeed TPS files with or without the IP Driver from within WX.

After using the The Clarion Connection source code generator you will be able to code similar to Clarion within WX. In WX you will be able to use the similar Add, Update and Delete records of Clarion, together with SET, NEXT and LOGOUT capabilities.
Example:
oCla.FileClear(tabCONFIG)
oCla.FileSet(tabCONFIG)
oCla.FileNext(tabCONFIG)
IF oCla.FileErrorCode() THEN
Error(StringBuild("Cannot NEXT Config record (%1): %2", oCla.FileErrorCode(), oCla.FileError() ))
RETURN
END

The Clarion Connection application will generate all the code needed for the Clarion and WX code. Just follow the prompts in the application and then copy and paste in the relevent places in Clarion and WX.

You can find out more about this project at: https://www.youtube.com/watch?v=_1P8Im6VCJ0
Illustrations, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
No review or comment? Be the first one!
ABOUT
RATING:
00No rating
DOWNLOADS:
296
UPDATED:
October 23, 2017
VERSION:
1.0.6.0
CONCERNS:
WINDEV, WEBDEV
Minimum version: 20
SIZE:
26.7 MB
OF SAME DEVELOPER