| Patrick Rosenberg 2007-06-18, 3:55 am |
| Hi there,
I have to enhance an Clarion 6.3 application. This app was developed
with Clarion 5 or 5.5 I think and later on migrated to version 6. Now I
have to extend one table with driver Topspeed in the dictionary. Every
time I only change a flield a little bit, say to alter a field from
string(5) to string(6), and try to convert the table I get the error
message "Error (75): Invalid File Type Descriptor".
I could isolate the problem to GROUP-fields containing two subfields to
build one timestamp field . One subfield for the date component and the
other for the time component. I found a trick to define the groups so
that I was able to convert the tables but now the time component of the
filed is missing. The date component is there.
Could anybody tell me to define the group field correctly? Has anybody
any clues why I get the error with the TPS tables? Is there a version
mismatch of some of the Clarion components?
Thanx for help!
Greetings,
Patrick
|