![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi; I currently own VFP 6, and I am finally planning to start developing on it. For budget and other reasons we want to start development in vfp6. Are there any serious compatibility issues between 6 and 9? Would it be very difficult to convert vfp6 code to vfp9? thx, AK |
#3
| |||
| |||
|
|
Hi; I currently own VFP 6, and I am finally planning to start developing on it. For budget and other reasons we want to start development in vfp6. Are there any serious compatibility issues between 6 and 9? Would it be very difficult to convert vfp6 code to vfp9? thx, AK |
#4
| |||
| |||
|
|
AK, Each newer version, VFP 7.0, 8.0 and 9.0, have tighter syntax checking, so you may have to do some editing to get a clean compile. Of course a number of external functions (e.g. FoxTools.fll) have been made "native", and if the application uses these you may have to change parameters (or names) and there are the possible conflicts with new Keywords.There is also the potential problem with SQL SELECTs with GROUP BY clauses. I just did one last week and it took a couple hours to fix it up. Using the Code Reference tool, makes finding things much easier. Rick "AK" <newal (AT) rugwho (DOT) com> wrote Hi; I currently own VFP 6, and I am finally planning to start developing on it. For budget and other reasons we want to start development in vfp6. Are there any serious compatibility issues between 6 and 9? Would it be very difficult to convert vfp6 code to vfp9? thx, AK |
#5
| |||
| |||
|
|
On Thu, 7 Apr 2005 08:53:55 -0400, "Rick Bean" rgbean (AT) NOSPAMmelange-inc (DOT) com> wrote: AK, Each newer version, VFP 7.0, 8.0 and 9.0, have tighter syntax checking, so you may have to do some editing to get a clean compile. Of course a number of external functions (e.g. FoxTools.fll) have been made "native", and if the application uses these you may have to change parameters (or names) and there are the possible conflicts with new Keywords.There is also the potential problem with SQL SELECTs with GROUP BY clauses. I just did one last week and it took a couple hours to fix it up. Using the Code Reference tool, makes finding things much easier. Rick "AK" <newal (AT) rugwho (DOT) com> wrote Hi; I currently own VFP 6, and I am finally planning to start developing on it. For budget and other reasons we want to start development in vfp6. Are there any serious compatibility issues between 6 and 9? Would it be very difficult to convert vfp6 code to vfp9? thx, AK Rick; What about reports? I understand that vfp9 has a new revamped oop report designer. Does that mean that older 6.0 reports won't work? Thanks again for all your input! |
![]() |
| Thread Tools | |
| Display Modes | |
| |