Project deployment

Our projects have too many applications, will the transfer be made? or will some of our applications be lost?

You can create an deploy for each form, o grids. Doesn’t create all project.

Yes, you can deploy partly. But I don’t understand the question quite. Do you get some kind of error message, or ?

I have the same problem. My application counts more than 400 forms and I solved by creating a “deploy system”.

  • Publish the application to a local folder
  • Create an access (for example FTP) to this folder
  • Create a server-side file with a CRC for each file involved
  • Create a client-side file with a CRC for each file involved
  • Download the CRC file on the client system
  • Compare the files
  • Transfer only files that have different CRC or are new

If the development server is Linux, the whole preparation process takes a few seconds :wink:
Upgrading the client system depends on performance and connectivity but usually not more than a couple of minutes.

Hope this help.

Giorgio