FoxInCloud
Errors
Gravatar is a globally recognized avatar based on your email address. Errors
  JUAN ANTONIO JASCHACK JAQUEZ
  All
  May 19, 2020 @ 09:29am

Hello, I'd like to start with FoxInCloud, so I made a simple one form project to get into this. but I've been having problems. Can some one give me a hint what's going on, I'll appreciate very much.

1.- When in Adapting my project I can not locate this file: Foxitpdfsdk_ax_std.ovx, I just ingnored it. 2.- Also I can not locate the class wizembss.vcx ant the moment to finish the Adaptation. Also I ignored it. 3.- I keep going and the finish the Publish process (All the steps) and when I try to run my project this errors come up:

This transaction can't be accessed because Web application has not started "Awapphost.formlaunch(tcForm: 'plusfrmmb', tlSubForm: .F., m.tcSuffix: '') - Form plusfrmmb was not instantiated, please check that .Load() and .Init() methods return .T. No valid form found in 'plusFrmMB' Application could not start: "

Gravatar is a globally recognized avatar based on your email address. re: Errors
  FoxInCloud Support - Thierry N.
  JUAN ANTONIO JASCHACK JAQUEZ
  May 19, 2020 @ 10:09am

Hi JUAN ANTONIO

Welcome to FoxinCloud!

1.- When in Adapting my project I can not locate this file: Foxitpdfsdk_ax_std.ovx, I just ignored it.

You're right; we provide a Foxit OLEcontrol class (aw.vcx!awOLEpdfFoxit) in case you use the Foxit PDF viewer in your application; if not it does not matter.

2.- Also I can not locate the class wizembss.vcx ant the moment to finish the Adaptation. Also I ignored it.

wizembss.vcx is very probably a part of your application; please make sure this reference does not also miss when building your project.

3.- I keep going and the finish the Publish process (All the steps) and when I try to run my project this errors come up: This transaction can't be accessed because Web application has not started "Awapphost.formlaunch(tcForm: 'plusfrmmb', tlSubForm: .F., m.tcSuffix: '') - Form plusfrmmb was not instantiated, please check that .Load() and .Init() methods return .T. No valid form found in 'plusFrmMB' Application could not start

Before attempting to run your adapted app. you need to double check the startup class plusSets of plusSets.prg that FoxInCloud Adaptation Assistant (FAA) has built for you by recycling the code of your desktop starter program (FAA has warned you about that you may have skipped the message). Please make sure that no error occurs when instantiating this class. You can test it in the FoxInCloud Web Studio (NOT the regular VFP IDE):

cd <path of your project/application>
o = newObject('plusSets', 'progs/plusSets.prg') && if "progs" is where you've decided to store your FoxinCloud programs
© 1996-2024