Conversion 2002 to 97

Lyncroft

QPR for ever
Local time
Today, 00:33
Joined
May 18, 2002
Messages
168
I've converted a 2002 database to 97 but when I launch the 97 version I get the message "can't assign to array" and takes me to the code. I also converted it to 2000 and it works okay so there's something I need to do with 97 version. Anyone point me in the right direction.

Thanks in advance.
 
Try compiling all A97 modules and fixing any errors. Then step through code with the debugger to trap whatever doesn't work.
 
Conversion doesn't involve changing any code or property settings. It simply involves the physical file format. If you have code that uses specific AXP functions, it won't work after being converted to A97. You'll need to go in and re-write the code to use techniques suitable for A97. If you need to support the same db in multiple versions, you'll need to work with the lowest version and convert up rather than working in the highest version and converting down.
 

Users who are viewing this thread

Back
Top Bottom