Upgrading workspaces to a newer Visual DataFlex version: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (Unprotected "Upgrading workspaces to a newer Visual DataFlex version": Wil says it is ok to edit this ;))
(One intermediate revision by the same user not shown)
Line 41: Line 41:
* Move class definitions that ended up in your views and reports and put them in their own files. The studio doesn't like this type of construct. If you nested your class definition in your view, it is likely to cause your view not to be able to render itself in the designer.
* Move class definitions that ended up in your views and reports and put them in their own files. The studio doesn't like this type of construct. If you nested your class definition in your view, it is likely to cause your view not to be able to render itself in the designer.
* Use the latest migration wizard you can get your hands on. The VDF14.1 wizard will catch more as the VDF14.0 one. Even if you are eventually going to migrate to VDF14.0, use the one from 14.1 for refining your code.
* Use the latest migration wizard you can get your hands on. The VDF14.1 wizard will catch more as the VDF14.0 one. Even if you are eventually going to migrate to VDF14.0, use the one from 14.1 for refining your code.
==== Troubleshooting ====
* The AppHtml folder is not included in my migration
Is the folder physically inside your project structure? Is it in your workspace?
* The datadictionary files are not migrated and changed into the new syntax.
Are all your DD classes registered in DDClassList.xml?


==== External links ====
==== External links ====
Line 47: Line 55:


* Why doesn't that webapp work in the newer VDF.. [[Object required global.asa error]]
* Why doesn't that webapp work in the newer VDF.. [[Object required global.asa error]]
* Data Access KB article [http://www.dataaccess.com/kbasepublic/KBPrint.asp?ArticleID=2400 INFO: Why did some of my files not get migrated (when upgrading to VDF 12 and higher)? ]

Navigation menu