FoxInCloud
error on test
Gravatar is a globally recognized avatar based on your email address. re: error on test
  FoxInCloud Support - Thierry N.
  SERGIO FIGUEIREDO
  Mar 19, 2019 @ 02:57am

Hi Sergio,

Thanks for your feedback

Double checked the installation, you should have:

? File(Home(1) + "Tools\AB\AW\Samples\FIC\FicDemo\progs\demoSets.prg") && .T.
? File(Home(1) + "Tools\AB\AW\Samples\FIC\FicDemo\progs\demoSets.fxp") && .T.

? File(Home(1) + "Tools\AB\AW\Samples\FIC\FicTuto\progs\tutoSets.prg") && .T.
? File(Home(1) + "Tools\AB\AW\Samples\FIC\FicTuto\progs\tutoSets.fxp") && .T. 

Can you please check these?

If you do have these files, you may want to debug what happens in the startup program:

modify command Home(1) + "Tools\\ab\aw\samples\fic\ficdemo\ficDemoBS.prg"

LPARAMETERS ;
  tuFormsLaunch,; && [demoServer.uFormsLaunchAtStartup] {en} Forms to launch at startup, .T. all  -- {fr} Formulaire(s) à lancer, .T.: tous
  tlHTMLcomment && [.F.] {en} Comment generated HTML -- {fr} Commenter le HTML produit

&& {en} tuFormsLaunch = .T. generates global styles sheet 'awDefaultAll.css'

IF Pcount() = 0
  CLEAR ALL && {en} useful during development -- {fr} utile en développement
  LOCAL tuFormsLaunch, tlHTMLcomment && {en} CLEAR ALL released these variables -- {fr} CLEAR ALL a détruit ces variables
ENDIF

AW() && {en} Loads FoxInCloud resources -- {fr} Charge les ressources FoxInCloud

SET PATH TO Addbs(JustPath(Sys(16))) + 'Progs\' ADDITIVE 
&& {en} sub-folder in which you usually store your .prgs, where 'demoServer.prg' should reside

SET PROCEDURE TO demoServer, demoSets ADDITIVE
&& {en} both these .prgs are automatically included to your project


&& PLEASE SET A BREAKPOINT HERE AND CHECK SET("PATH") AND  SET("PROCEDURE")


RETURN awServerStart('demoServerTest', m.tuFormsLaunch, m.tlHTMLcomment)
Gravatar is a globally recognized avatar based on your email address. re: error on test
  SERGIO FIGUEIREDO
  FoxInCloud Support - Thierry N.
  Apr 12, 2019 @ 06:58am

Hello, I made the guidelines, and checked that the files are present. I put the breakpoint and everything looks ok, but it does not load the demo application.

demoSets.prg = OK demoSets.fxp = OK

? File(Home(1) + "Tools\AB\AW\Samples\FIC\FicTuto\progs\tutoSets.prg") && .T. OK ? File(Home(1) + "Tools\AB\AW\Samples\FIC\FicTuto\progs\tutoSets.fxp") && .T. OK Can you please check these? ok

SET PATH TO Addbs(JustPath(Sys(16))) + 'Progs' ADDITIVE && {en} sub-folder in which you usually store your .prgs, where 'demoServer.prg' should reside

SET PROCEDURE TO demoServer, demoSets ADDITIVE && {en} both these .prgs are automatically included to your project && PLEASE SET A BREAKPOINT HERE AND CHECK SET("PATH") AND SET("PROCEDURE")

ok, files is present

Gravatar is a globally recognized avatar based on your email address. re: error on test
  FoxInCloud Support - Thierry N.
  SERGIO FIGUEIREDO
  Apr 15, 2019 @ 02:54am

That's really strange, no idea what may happen, hopefully we'll find out by remoting the machine.

© 1996-2024