| Maciej Wolniewicz 2006-03-16, 6:55 pm |
| Hi, I'm new in Clarion. I have to write simple(I think?) program to
convert TPS to CSV. I have almost done it, but I have some simple
questions.
1. Is it possible to read record without knowledge about its structure,
like TopScan does?
2. Next, I have *.exp file which looks like this:
Library myldll
Exports
FuctionName @?
How can I use this function in other project. I'm using hand code, and
i didn't found good (working)example in documentation and on this
group. Can somebody show me simple, working code how export and import
function using hand code?. I try to use function
"CALL('dllName','functionName') but it doesn't work correct or I did
something wrong.
3. Why function RECORDS(file) sometimes return 0, despite there are
records in table(I used TopScan to see them), and I know table
structure?
Thank you for any help.
M. Wolniewicz
PS: I can't use for this job TopScan.
|