transparent attribute is not supported by OS for themes. some companys have worked around this and i heard that sv is going to release an update to do so as well.
HTH
There were two clarion DAT file formats and no more that I am aware of. The change happened just at or after 2.108.
To find the version of ccvt enter "ccvt !" at the command line.
There is a documented 2gig limit to TPS files and many operating systems have a single file size limit as well; 2-4gig. I do not see how you have a TPS file of the size 4gig. If you have reched this limit your only choice is to reduce the size, possibly by removing the oldest non-used entries...
Check the IDE's INI file in the ..\bin directory for an entry like
[Environment] (section)
quickstart=on
change to
quickstart=off
if not there simply add it.
HTH
The DAT file had a format change and the utility you have may be for the wrong version. I think the cutoff was 2.108. If you have a small file to send for testing I would be happy to try.
HTH
There is no 3rd party tool which import data into a topspeed (tps) file which I am aware of. Also it is very risky as data inegrity checks often exist in code and adding "renegade" data may violate the entire dataset when program logic is not considered.
HTH
The file format for the TPS structure has not been published. An ODBC driver is available from the vendor and is sold in multi-packs not single seats. Even then the files may be owner encrypted and not accessible without a "password". It is easier (and often quicker and less costly)...
Actually they did produce a C++ compiler, the last developed version was 3.1 and I think you can still purchase it from the vendor. It is the same compiler that the PSION company OEMs and resells.
Which module are you looking for? Have you contacted Softvelocity (www.softvelocity.com)?
HTH
The TPS ISAM file format is only accessible with an ODBC driver which the vendor sells seperately. It is not an ADO providor and is best used in read mode.
www.softvelocity.com
HTH
!!
!! this will open the file with the associated viewer
!! pdfFile = 'c:\myPDF.pdf'
!! RetHandle = ShellExecuteA(window, "open", pdfFile, "", "", 1)
!!
RetHandle = ShellExecuteA(Handle, Op, file, Param, Path, Show)
IF RetHandle =< 32
CASE RetHandle
OF 0...
The core clarion languange statements are the essentially the same and can be cut and pasted. But for the most part windoze and dos are so different you really want to rewrite. I would start with a new dictionary with the data in the windows format and the wizard a new application (or create...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.