FoxInCloud
Fox in the Cloud
Gravatar is a globally recognized avatar based on your email address. Fox in the Cloud
  frankyal
  All
  Sep 11, 2020 @ 02:12pm

Is Fox in the Cloud still supported? I have a project that is running on a local network. The owner now wants to add the option to have dealers be able to access part of the application on the web. I'm planning to write a scale down version of the application that will only have what is need it connecting to the same database. I wonder if FoxIn the cloud will be an option for this.

Gravatar is a globally recognized avatar based on your email address. re: Fox in the Cloud
  Gilles Lajot-Sarthou
  frankyal
  Sep 11, 2020 @ 11:52pm

Hi Frankyal

FoxInCloud is made for that! You can download FAA to see how FoxInCloud will run and to know what you may have to change in your Foxpro sources codes.

Regards

Gravatar is a globally recognized avatar based on your email address. re: Fox in the Cloud
  FoxInCloud Support - Thierry N.
  frankyal
  Sep 12, 2020 @ 01:14am

As Gilles wrote, FoxInCloud is made to deploy a VFP application on the Web, with a full HTML5/CSS3/JS responsive user interface running in any browser.
FoxInCloud has been in production since its release in 2010, with 23 releases tallying over 500 enhancements and fixes since then.

You can build a project including just the forms you want to run on the Web, the others being excluded.

If you have controls (such as Commandbuttons) calling forms that are not currently supported in the web version, you can just use this code in class or instance (AFTER FAA step2-ADAPT):

procedure cmd.Init
local success
success = dodefault()
if m.success and thisForm.wlWeb && running in Web mode
  this.Enabled = .F. && disable in Web mode
  this.ToolTipText = "This feature will soon be available in Web modeā€¦" && what you see fit
endif
return m.success

Gravatar is a globally recognized avatar based on your email address. re: Fox in the Cloud
  frankyal
  frankyal
  Sep 12, 2020 @ 09:06am

Thank you both. I will downloaded and give it a try. I think that It will accomplish what I need. Does it work with the VFP reporting seamlessly and Data environment in the forms? In other words, is there any limitations?

Gravatar is a globally recognized avatar based on your email address. re: Fox in the Cloud
  FoxInCloud Support - Thierry N.
  frankyal
  Sep 12, 2020 @ 12:23pm

FAA tells you the limitations on your app., if any.
FoxinCloud supports private and default data session.

Gravatar is a globally recognized avatar based on your email address. re: Fox in the Cloud
  Tuvia Vinitsky
  frankyal
  Sep 13, 2020 @ 05:04pm

FoxInCloud is doing great. If you need assistance please feel free to contact me tuvia at vmgr.com

© 1996-2024